Replies: 1 comment 3 replies
-
@mverissi Please try this and let me know if that helps |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear developers,
I have a multimodel pdb file generated from a geometry optimization of a molecule and I would like to visualize it using nglview much in the same way as one can do in PyMol. In PyMol, once a multimodel PDB file is loaded, you can switch between the different models through buttons that appear in the lower left of the PyMol window. Is there any way of doing this with nglview without generating a trajectory file such as Gromacs' xtc?
With the multimodel file name already set in the variable
multi_pdb_file
, I triedbut there is no way to switch, for example, from model 1 to model 2 apart from adding code that explicitly loads that model, in which case the widget has to be reloaded. I would like to avoid this because this distracts me from seeing the (small) changes in geometry from one model to the next (or previous).
Best,
Marcos
Beta Was this translation helpful? Give feedback.
All reactions