cgexplore.molecular.Ensemble¶
- class cgexplore.molecular.Ensemble(base_molecule, base_mol_path, conformer_xyz, data_json, overwrite)[source]¶
Bases:
objectClass to contain ensemble information.
TODO: Rewrite into a .db.
Methods
Add a conformer to ensemble.
Get the base molecule defining the ensemble.
Get a specific conformer.
Get lowest energy conformer.
Get the number of atoms in the molecule in the ensemble.
Get number of conformers in ensemble.
Load ensemble data.
Load trajectory.
Write conformers to xyz file.
Yield conformers.
- Parameters: