This is an Python implementation of the Biot-Savart law. It efficiently calculates the magnetic field of a 3D current density through a molecule.
It works in conjunction with the output from Python script calc_current, but can reasonably easily be extended to use current density from any arbitrary calculation.
./biot.py --input ./path_to_current_c_all.npy --output path_to_visualization_output.sptFeel free to message me with any questions.