NAMD 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). - Extracting derivatives
DHdl
from output files (for TI).
This issue is the nexus for discussion for such parsers for the NAMD 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:32 (11 by maintainers)
Top Results From Across the Web
NAMD parsing - alchemlyb - Read the Docs
Parsers for extracting alchemical data from NAMD output files. The parsers featured in this module are constructed to properly parse NAMD .fepout output...
Read more >Name Parsers
The JNDI provides a name parser for composite names and a generic interface for compound name parsers. Service providers provide the actual implementations ......
Read more >parser-namd - nomad-lab - MPCDF Gitlab
This is a NOMAD parser for NAMD. It will read NAMD input and output files and provide all information in NOMAD's unified Metainfo...
Read more >theiconic/name-parser: A universal, language ... - GitHub
This is a universal, language-independent name parser. Its purpose is to split a single string containing a full name, possibly including salutation, ...
Read more >Name Parser - GBIF
The parser is written in Java and based on regular expressions to dissect name strings into its components. It does only keep name...
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
@orbeckst - we’ve not used Sphinx yet, so this is helpful. yet another argument for a general “best practices for code development” writeup. 😃
Good, feel free to grab alchemistry/alchemtest#17 !