mphowardlab / lammpsio

Python tools for working with LAMMPS files
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Update `copy_from` portion of `DumpFile` to work with topology #69

Open clpetix opened 4 weeks ago

clpetix commented 4 weeks ago

This should copy topology information if it is contained in the snapshot.

https://github.com/mphowardlab/lammpsio/blob/91aa9797afeb5a0e24feac66c27b9eabc81c22f0/src/lammpsio/dump.py#L383C21-L409C70