AMBER parsers
See original GitHub issueIn line with the overall API proposal, we want to have parsers for each of the major MD engines, and eventually have coverage for all of those in use. Since there are essentially two types of estimators (TI and FEP), each packages needs a parser for:
- ~Extracting reduced potentials
u_nk
from output files (for FEP).~ (EDIT: This objective is postponed, emphasis right now on TI. Open issue foru_nk
when needed. — @orbeckst 2017-11-03) - Extracting derivatives
DHdl
from output files (for TI).
This issue is the nexus for discussion for such parsers for the AMBER package. If you have existing parsing code for this package, comment below and we can begin adapting it into the parsers outlined above in a PR.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Amber parsing - alchemlyb - Read the Docs
Parsers for extracting alchemical data from AMBER output files. Some of the file parsing parts are adapted from alchemical-analysis. Changed in version 1.0.0: ......
Read more >parser-amber - nomad-lab - MPCDF Gitlab
This is a NOMAD parser for Amber. It will read Amber input and output files and provide all information in NOMAD's unified Metainfo...
Read more >AmberParser.go - Convenience package for parsing Amber ...
AmberParser.go - Convenience package for parsing Amber templates with JSON parameters - AmberParser.go.
Read more >5.20. AMBER PRMTOP topology parser
5.20. AMBER PRMTOP topology parser . Reads an AMBER top file to build the system. Amber keywords are turned into the following attributes: ......
Read more >The parmed.amber package - GitHub Pages
A class that can parse and print files stored in the Amber topology or MDL format. AmberParm ([prm_name, xyz, box, rst7_name]). Amber Topology...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Congratulations @shuail ! Excellent work and a major milestone done.
Closed with PR #36.