psiresp.conformer.Conformer

pydantic model psiresp.conformer.Conformer[source]

Class to manage one conformer of a molecule.

It must hold at least one orientation.

Fields
field is_optimized: bool = False
field orientations: List[psiresp.orientation.Orientation] = []
add_orientation_with_coordinates(coordinates, units='angstrom')[source]
set_optimized_geometry(coordinates, units='bohr')[source]
property n_orientations