--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/bed75c8c-fa5c-4805-a3c6-0e21c726a7b9%40googlegroups.com.
Hi,
XMOL (XYZ) format conatins no info about the lattice. The file in the example lists parameters in the title/comment line. This isn't read in any meaningful way in most visualization programs. If you want lattice info, save your trajectories in the future in DCD format. If you ran an NVT simulation your lattice is the same one from your input file, so you can add that via the console in VMD for all frames. If you ran NPT, you should look for a similar question to yours elsewhere in the forums. It has Python code that will read the CELL and XYZ file from CP2K and output a Gromacs style file that contains lattice data.
-T
--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/3505dd83-3085-43f4-ac88-384731bbeaad%40googlegroups.com.
Hi,
You load an XYZ first. Then load DCD as additional data. DCD doesn't contain atom names.
-T
--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/99e88dd0-a25f-4b2c-8f2b-92afd080e603%40googlegroups.com.

Hi,Convert the coordinates in your input file to XYZ. You need only a single snapshot. Then load the XYZ into VMD and select to load additional data into the molecule to append the DCD. The XYZ file is used just to add the atom names. You can also use one of the snapshots from your old XYZ trajectory to do this.-T
On Saturday, December 14, 2019 at 3:04:56 AM UTC-5, lizzy bai wrote:
Dear Prof. TravisThank you very much for you information.I have formated the trajectory as DCD. Then the outfile only has DCD file, no xyz file. The following keywords I used as below:&TRAJECTORYFORMAT DCD
&EACH
MD 1
&END EACH
&END TRAJECTORYBest regardsLiyi
Travis <polla...@gmail.com> 于2019年12月13日周五 下午10:45写道:
Hi,
You load an XYZ first. Then load DCD as additional data. DCD doesn't contain atom names.
-T
--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/99e88dd0-a25f-4b2c-8f2b-92afd080e603%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/74387394-44cc-483b-bb1b-c6120f36b1ec%40googlegroups.com.
Hi,You've just loaded your coordinates incorrectly. Load XYZ first. Right click the line water-1.xyz, select Load Data Into Molecule. Ensure water-1.xyz is the molecule that is selected in the drop down menu. The default option in the Load Menu is to create a new molecule. Now just load the DCD. You will have a total number of frames equal to the number of frames in the DCD + 1 for the XYZ. You can print also to PDB which includes lattice, coordinate, and atom name data but sacrifices some precision as it writes fewer decimal places.-T
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/74387394-44cc-483b-bb1b-c6120f36b1ec%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cp2k+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cp2k/539a0b8a-dad7-4ac4-b32e-6a37b72f81c7%40googlegroups.com.