Reference ABCMolecule ABCMolecule.switch_to_cartesian
ABCMolecule.switch_to_cartesian
switch_to_cartesian(inplace=False)
Converts ABCMolecule coordinates to cartesian coordinates.
Parameters:
-
inplace
(bool
, default:False
) –If True, perform operation in-place.
Returns:
-
ABCMolecule
–Returns ABCMolecule object with cartesian coordinates.