You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am writing a package that hopes to replace mdanalysis and moltemplate. I am looking for a visualization package and front-end to view the model I made or the analysis result. I don't want to convert my python data structure to LAMMPS' data file or PDB and the use ovito or VMD. Can this package do this job with a slight modification? My package is pure python and repo is molpy
The text was updated successfully, but these errors were encountered:
Hi, sorry for this very late reply. I am working on a replacement that is entirely on the web. See https://github.com/andeplane/atomify. It runs everything in the browser and is purely based on TypeScript and Webassembly. The visualization engine is called OMOVI and can be found at https://github.com/andeplane/omovi. Maybe you can use that? I have not spent much time on making it useful for someone else yet, but let me know if you want to try it out.
I am working with @audunsh on making that package available in a Python module.
Hi! I am writing a package that hopes to replace mdanalysis and moltemplate. I am looking for a visualization package and front-end to view the model I made or the analysis result. I don't want to convert my python data structure to LAMMPS' data file or PDB and the use ovito or VMD. Can this package do this job with a slight modification? My package is pure python and repo is molpy
The text was updated successfully, but these errors were encountered: