-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #146 from openforcefield/xtb_fragments
xtb Compute for the fragmented ligand set.
- Loading branch information
Showing
4 changed files
with
107 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 79 additions & 0 deletions
79
submissions/2020-07-27-OpenFF-Benchmark-Ligands/compute_xtb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"qc_specifications": { | ||
"gfn2xtb": { | ||
"method": "gfn2xtb", | ||
"basis": null, | ||
"program": "xtb", | ||
"spec_name": "gfn2xtb", | ||
"spec_description": "GFN2xtb standard spec.", | ||
"store_wavefunction": "none" | ||
}, | ||
"gfn1xtb": { | ||
"method": "gfn1xtb", | ||
"basis": null, | ||
"program": "xtb", | ||
"spec_name": "gfn1xtb", | ||
"spec_description": "GFN1xtb standard spec.", | ||
"store_wavefunction": "none" | ||
}, | ||
"gfnff": { | ||
"method": "gfnff", | ||
"basis": null, | ||
"program": "xtb", | ||
"spec_name": "gfnff", | ||
"spec_description": "GFNff The xtb forcefield spec.", | ||
"store_wavefunction": "none" | ||
} | ||
}, | ||
"dataset_name": "OpenFF-benchmark-ligand-fragments-v1.0", | ||
"dataset_tagline": "OpenForcefield TorsionDrives.", | ||
"dataset_type": "TorsiondriveDataset", | ||
"maxiter": 200, | ||
"driver": "gradient", | ||
"scf_properties": [ | ||
"dipole", | ||
"quadrupole", | ||
"wiberg_lowdin_indices", | ||
"mayer_indices" | ||
], | ||
"priority": "normal", | ||
"description": "A TorsionDrive dataset using geometric.", | ||
"dataset_tags": [ | ||
"openff" | ||
], | ||
"compute_tag": "openff", | ||
"metadata": { | ||
"submitter": "joshua", | ||
"creation_date": "2020-10-12", | ||
"collection_type": "TorsiondriveDataset", | ||
"dataset_name": "TorsionDriveDataset", | ||
"short_description": "OpenForcefield TorsionDrives.", | ||
"long_description_url": null, | ||
"long_description": "A TorsionDrive dataset using geometric.", | ||
"elements": [] | ||
}, | ||
"provenance": {}, | ||
"dataset": {}, | ||
"filtered_molecules": {}, | ||
"optimization_procedure": { | ||
"program": "geometric", | ||
"coordsys": "tric", | ||
"enforce": 0.1, | ||
"epsilon": 0.0, | ||
"reset": true, | ||
"qccnv": true, | ||
"molcnv": false, | ||
"check": 0, | ||
"trust": 0.1, | ||
"tmax": 0.3, | ||
"maxiter": 300, | ||
"convergence_set": "GAU", | ||
"constraints": {} | ||
}, | ||
"grid_spacings": [ | ||
15 | ||
], | ||
"energy_upper_limit": 0.05, | ||
"dihedral_ranges": null, | ||
"energy_decrease_thresh": null | ||
} |