Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quantum chemistry applications #277

Closed
wants to merge 10 commits into from
38 changes: 37 additions & 1 deletion etl/js/config/supremm/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -2239,5 +2239,41 @@
"^gr-co-[0-9]{4}$",
"^gr-[0-9]{4}-[23]d-co$"
]
}
},
{
"name": "NEXMD",
"license_type": "permissive",
"science_area": "Molecular Dynamics",
"url": "https:/lanl/NEXMD",
"hints": [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of hints is deprecated - this exists for backwards compatibility. Prefer to use the more precise execmatch to match the executable name with a regex or pathmatch to match the full path string (again with a regex).

"nexmd"
]
},
{
"name": "Libra",
"license_type": "permissive",
"science_area": "Quantum Chemistry",
"url": "https://quantum-dynamics-hub.github.io/libra/index.html",
"hints": [
"libra"
]
},
{
"name": "DFTB+",
"license_type": "permissive",
"science_area": "Quantum Chemistry",
"url": "https://dftbplus.org",
"hints": [
"dftbp",
"dftbplus"
]
},
{
"name": "CDO",
"license_type": "permissive",
"science_area": "Climate Science",
"url": "https://code.mpimet.mpg.de/projects/cdo",
"hints": [
"cdo"
]
]