Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 373 Bytes

File metadata and controls

17 lines (14 loc) · 373 Bytes

Promolecule

Promolecular model based on BFit fits of atomic densities.

pip install .
pytest -v .
from promolecular import Promolecular

promol = Promolecular(atom_nums, mol_coords, anion=False, cation=False)
density = promol.compute_density(pts array)
gradient = promol.compute_gradient(pts array)
esp = promol.compute_esp(pts array)