Skip to content

qtchem/Promolecular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages