mcocdawc / chemcoord

A python module for manipulating cartesian and internal coordinates.
GNU Lesser General Public License v3.0
72 stars 19 forks source link

Implement a better append method for Z-matrices #74

Open mcocdawc opened 2 years ago

mcocdawc commented 2 years ago

At the moment one has to use pd.concat and the _frame attribute to concatenate two Z-matrices. A tailored method should be implemented.