From: Kevin Lin (klin665_at_uchicago.edu)
Date: Fri Oct 27 2023 - 15:16:45 CDT

Hello,

I'm attempting to create some dummy atoms in VMD through the use of a TCL script.

My TCL script can currently generate the locations of these atoms (x, y, z) coordinates, as well as an additional value that I could store in the beta value for the atom. I'm struggling however to find how to actually tell VMD to display and store these atoms.

What is the best way to go about this process? I don't want to create a new molecule for every new atom as I have around 4000+ to model, so is there an easy way to generate a pdb of such atoms for VMD to consider as a single molecule? Additionally, how would I get VMD to display these atoms per say, spheres with a radius of 1A?

Any pointers would be helpful.

Thanks!