-
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 #401 from openforcefield/not-another-compute-spec
adding third compute expansion
- Loading branch information
Showing
3 changed files
with
582 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
81 changes: 81 additions & 0 deletions
81
submissions/2024-09-18-OpenFF-NAGL2-ESP-Timing-Benchmark-v1.1/compute3.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,81 @@ | ||
{ | ||
"qc_specifications": { | ||
"wb97x-d/def2-TZVPP/ddx-water": { | ||
"method": "wb97x-d", | ||
"basis": "def2-TZVPP", | ||
"program": "psi4", | ||
"spec_name": "wb97x-d/def2-TZVPP/ddx-water", | ||
"spec_description": "wb97x-d functional with def2-TZVPP basis set and DDX water (eps = 78.4) using UFF radii and 1.1x scaling factor", | ||
"store_wavefunction": "none", | ||
"implicit_solvent": { | ||
"ddx_model": "pcm", | ||
"ddx_radii_scaling": 1.1, | ||
"ddx_radii_set": "uff", | ||
"ddx_solvent_epsilon": 78.4, | ||
"ddx_solvent": "water" | ||
}, | ||
"maxiter": 200, | ||
"scf_properties": [ | ||
"dipole", | ||
"quadrupole", | ||
"lowdin_charges", | ||
"mulliken_charges", | ||
"mbis_charges", | ||
"mayer_indices", | ||
"wiberg_lowdin_indices", | ||
"dipole_polarizabilities" | ||
], | ||
"keywords": { | ||
"dft_spherical_points": 590, | ||
"dft_radial_points": 99 | ||
} | ||
}, | ||
"wb97x-d/def2-TZVPP": { | ||
"method": "wb97x-d", | ||
"basis": "def2-TZVPP", | ||
"program": "psi4", | ||
"spec_name": "wb97x-d/def2-TZVPP", | ||
"spec_description": "wb97x-d functional with def2-TZVPP basis set and vacuum using UFF radii and 1.1x scaling factor", | ||
"store_wavefunction": "none", | ||
"implicit_solvent": null, | ||
"maxiter": 200, | ||
"scf_properties": [ | ||
"dipole", | ||
"quadrupole", | ||
"lowdin_charges", | ||
"mulliken_charges", | ||
"mbis_charges", | ||
"mayer_indices", | ||
"wiberg_lowdin_indices", | ||
"dipole_polarizabilities" | ||
], | ||
"keywords": { | ||
"dft_spherical_points": 590, | ||
"dft_radial_points": 99 | ||
} | ||
} | ||
}, | ||
"driver": "properties", | ||
"priority": "normal", | ||
"dataset_tags": [ | ||
"openff" | ||
], | ||
"compute_tag": "nagl2", | ||
"dataset_name": "OpenFF NAGL2 ESP Timing Benchmark v1.1", | ||
"dataset_tagline": "wb97x-d/def2-TZVPP single point calculations of ~1000 diverse molecules.", | ||
"type": "DataSet", | ||
"description": "wb97x-d/def2-TZVPP in vacuum and ddX water single point calculations of ~1000 diverse molecules sub-sampled from the ESP50k, multi-BR ESP, and I fragment datasets, to benchmark computational cost.", | ||
"metadata": { | ||
"submitter": "amcisaac", | ||
"creation_date": "2024-11-04", | ||
"collection_type": "DataSet", | ||
"dataset_name": "OpenFF NAGL2 ESP Timing Benchmark v1.1", | ||
"short_description": "wb97x-d/def2-TZVPP single point calculations of ~1000 diverse molecules.", | ||
"long_description_url": "https://github.com/openforcefield/qca-dataset-submission/tree/master/submissions/2024-09-18-OpenFF-NAGL2-ESP-Timing-Benchmark-v1.1", | ||
"long_description": "wb97x-d/def2-TZVPP in vacuum and ddX water single point calculations of ~1000 diverse molecules sub-sampled from the ESP50k, multi-BR ESP, and I fragment datasets, to benchmark computational cost.", | ||
"elements": [] | ||
}, | ||
"provenance": {}, | ||
"dataset": {}, | ||
"filtered_molecules": {} | ||
} |
Oops, something went wrong.