moleculekit.xtc module#

moleculekit.xtc.read_xtc(filename)#

You need to pass the string with filename.encode(“UTF-8”) to this function

moleculekit.xtc.read_xtc_frames(filename, frames)#

You need to pass the string with filename.encode(“UTF-8”) to this function

moleculekit.xtc.write_xtc(filename, coords, box, time, step)#