Dear all,
I’m exporting a trajectory as a series of .cfg snapshot.
originally I did
dump traj all cfg 100 dump.config..cfg mass type xs ys zs
then
dump traj all cfg 100 dump.config..cfg mass type xs ys zs id type
in the first case it writes all the atoms as carbon
in the second case it writes the atom type as carbon then adds a second entry with the types I defined in the lammps script (1 and 2)
excerpt from the file
Number of particles = 4000
A = 1 Angstrom (basic length-scale)
H0(1,1) = 38 A
H0(1,2) = 0 A
H0(1,3) = 0 A
H0(2,1) = 0 A
H0(2,2) = 38 A
H0(2,3) = 0 A
H0(3,1) = 0 A
H0(3,2) = 0 A
H0(3,3) = 38 A
.NO_VELOCITY.
entry_count = 5
auxiliary[0] = id
auxiliary[1] = type
100.000000
C
0 0 0 1 2
100.000000
C
0 0 0.1 401 1
100.000000
do cfg file need to have actual periodic table elements to distinguish the types?
and default to carbon otherwise?
Thank you,
Mattia
by the way, I was trying to alias the types with the labelmap command but the command is not recognized as existing