Dear Friends,
I am trying to merge two Lammps data files and obtain the resulting data file for further simulations*.
It can be done via VMD, but I am looking for a beautiful Python solution.
Mdanalysis can import lammps data files but can not output it.
Can it be done as simple as :
1) import data files to universes
2) write all atomic coordinates of from one universe, write coordinates from the other universe
3) write bond information,
4) angle information
or there are some other things to consider?
Thank you,
Vasiliy.
*Lets say I have 10 polymers of length n and 10 polymers of length m.
I want to have a new system where polymers of the length n are on the left and polymers of the length m on the right. The total number of chains are 20.