Animation Module

geometricmd.animation.write_xyz_animation(curve_pickle, filename)[source]

This function takes a curve object that has been pickled and writes out an XYZ animation file to use with JMol.

Parameters:
  • curve_pickle (str) – The location of a pickled curve object.
  • filename (str) – The location of where to write the XYZ animation.