__init__

Cartesian.__init__(init)[source]

How to initialize a Cartesian instance.

Parameters:frame (pd.DataFrame) – A Dataframe with at least the columns ['atom', 'x', 'y', 'z']. Where 'atom' is a string for the elementsymbol.
Returns:A new cartesian instance.
Return type:Cartesian