-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
27 lines (27 loc) · 1.26 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"author": "Matthew J. Milner",
"version": "0.8.1",
"url": "https://github.com/matterhorn103/avo_xtb",
"name": "avo_xtb",
"description": "Access the power of xtb through the Avogadro interface.",
"type": "commands",
"commands": [
{ "name": "about", "command": "avo_xtb/about.py" },
{ "name": "config", "command": "avo_xtb/config.py" },
{ "name": "install-xtb", "command": "avo_xtb/install_xtb.py" },
{ "name": "open", "command": "avo_xtb/open.py" },
{ "name": "energy", "command": "avo_xtb/energy.py" },
{ "name": "opt", "command": "avo_xtb/opt.py" },
{ "name": "freq", "command": "avo_xtb/freq.py" },
{ "name": "ohess", "command": "avo_xtb/ohess.py"},
{ "name": "orbitals", "command": "avo_xtb/orbitals.py" },
{ "name": "docs-xtb", "command": "avo_xtb/docs_xtb.py" },
{ "name": "install-crest", "command": "avo_xtb/install_crest.py" },
{ "name": "conformers", "command": "avo_xtb/conformers.py" },
{ "name": "tautomerize", "command": "avo_xtb/tautomerize.py" },
{ "name": "protonate", "command": "avo_xtb/protonate.py" },
{ "name": "deprotonate", "command": "avo_xtb/deprotonate.py" },
{ "name": "solvate", "command": "avo_xtb/solvate.py" },
{ "name": "docs-crest", "command": "avo_xtb/docs_crest.py" }
]
}