InterMol
Installation
Install with pip (coming soon!)
Install from source
Dependencies
Contributing
Bug Reports
Code Style
Running our tests
Git Flow
intermol package
Subpackages
Submodules
Module contents
intermol.gromacs package
Submodules
Module contents
intermol.lammps package
Submodules
Module contents
intermol.forces package
Submodules
Module contents
InterMol
Docs
»
intermol package
»
intermol.molecule module
Edit on GitHub
intermol.molecule module
¶
class
intermol.molecule.
Molecule
(
name=None
)
[source]
¶
Bases:
object
An abstract molecule object.
add_atom
(
atom
)
[source]
¶
Add an atom
Parameters:
atom
(
Atom
) – the atom to add into the molecule
atoms
[source]
¶
Return an orderedset of atoms.