question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Store serialized OpenMM Topology objects in NetCDF store files

See original GitHub issue

It would be helpful for generating visualizations and trajectories to store the OpenMM Topology objects corresponding to each phase as serialized objects in the NetCDF store files.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jchoderacommented, Jun 29, 2016

That sounds like it will work for now!

0reactions
andrrizzicommented, Jul 17, 2016

As far as I can tell, Topology objects cannot be serialized like Systems. I’m thinking about serializing the mdtraj topology converted to pandas dataframe because it sounds more stable that just pickling the Topology object. Better solutions?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Topology — OpenMM 7.0.0.dev-f2e879e documentation
Topology stores the topological information about a system. The structure of a Topology object is similar to that of a PDB file.
Read more >
Formalized HDF5 Trajectory ABI · Issue #36 · mdtraj ... - GitHub
I want to formalize the format for storing HDF5 Trajectories on disk, and provide some kind of a "contract" that our code can...
Read more >
File input/output with ParmEd - GitHub Pages
ParmEd has several convenience functions designed specifically to make file input/output easier for a wide range of file formats. The API for parsing...
Read more >
Create a simulation trajectory object - OpenPathSampling
idx (store), Return the index which is used for the object in the given store. ... topology, Return a Topology object representing the...
Read more >
YANK 0.23.8.dev0-6329015 documentation
Topology or simtk.openmm.app.Topology The topology object specifying the system. ligand_atoms : iterable of int or str, optional The atom indices of the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found