forked from OpenChemistry/avogenerators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
21 lines (21 loc) · 791 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"author": "Allison Vacanti",
"version": 1.0,
"url": "https://github.com/openchemistry/avogenerators",
"name": "avogenerators",
"description": "Scripts for generating input files for computational chemistry packages",
"type": "generators",
"commands": [
{ "name": "Dalton", "command": "dalton" },
{ "name": "GAMESS-UK", "command": "gamessuk" },
{ "name": "Gaussian", "command": "gaussian" },
{ "name": "MOLPRO", "command": "molpro" },
{ "name": "MOPAC", "command": "mopac" },
{ "name": "NWChem", "command": "nwchem" },
{ "name": "Orca", "command": "orca" },
{ "name": "PySCF", "command": "pyscf" },
{ "name": "Psi4", "command": "psi4" },
{ "name": "Q-Chem", "command": "qchem" },
{ "name": "TeraChem", "command": "terachem" }
]
}