Skip to content

Commit

Permalink
Merge pull request #300 from susilehtola/epc_et
Browse files Browse the repository at this point in the history
Implement even-tempered 8s8p8d protonic basis
  • Loading branch information
bennybp authored Feb 2, 2024
2 parents b411801 + f71cdd2 commit c9b4840
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 0 deletions.
26 changes: 26 additions & 0 deletions basis_set_exchange/data/METADATA.json
Original file line number Diff line number Diff line change
Expand Up @@ -28153,6 +28153,32 @@
}
}
},
"epc-8s8p8d": {
"display_name": "epc-8s8p8d",
"other_names": [],
"description": "Even-tempered 8s8p8d protonic basis",
"latest_version": "1",
"tags": [],
"basename": "epc-8s8p8d",
"relpath": "",
"family": "pb",
"role": "orbital",
"function_types": [
"gto",
"gto_spherical"
],
"auxiliaries": {},
"versions": {
"1": {
"file_relpath": "epc-8s8p8d.1.table.json",
"revdesc": "Data from article",
"revdate": "2024-01-23",
"elements": [
"1"
]
}
}
},
"fano-5z": {
"display_name": "FANO-5Z",
"other_names": [],
Expand Down
16 changes: 16 additions & 0 deletions basis_set_exchange/data/REFERENCES.json
Original file line number Diff line number Diff line change
Expand Up @@ -5365,6 +5365,22 @@
"year": "2005",
"doi": "10.1007/s00214-005-0629-0"
},
"yang2017a": {
"_entry_type": "article",
"authors": [
"Yang, Yang",
"Brorsen, Kurt R.",
"Culpitt, Tanner",
"Pak, Michael V.",
"Hammes-Schiffer, Sharon"
],
"title": "Development of a practical multicomponent density functional for electron-proton correlation to produce accurate proton densities",
"journal": "J. Chem. Phys.",
"volume": "147",
"pages": "114113",
"year": "2017",
"doi": "10.1063/1.4996038"
},
"yockel2008a": {
"_entry_type": "article",
"authors": [
Expand Down
11 changes: 11 additions & 0 deletions basis_set_exchange/data/epc-8s8p8d.1.table.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"molssi_bse_schema": {
"schema_type": "table",
"schema_version": "0.1"
},
"revision_description": "Data from article",
"revision_date": "2024-01-23",
"elements": {
"1": "pb/epc-8s8p8d.1.element.json"
}
}
14 changes: 14 additions & 0 deletions basis_set_exchange/data/epc-8s8p8d.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"molssi_bse_schema": {
"schema_type": "metadata",
"schema_version": "0.1"
},
"names": [
"epc-8s8p8d"
],
"tags": [],
"family": "pb",
"description": "Even-tempered 8s8p8d protonic basis",
"role": "orbital",
"auxiliaries": {}
}
15 changes: 15 additions & 0 deletions basis_set_exchange/data/pb/epc-8s8p8d.1.element.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"molssi_bse_schema": {
"schema_type": "element",
"schema_version": "0.1"
},
"name": "epc-8s8p8d",
"description": "Even-tempered 8s8p8d protonic basis",
"elements": {
"1": {
"components": [
"pb/epc-8s8p8d.1.json"
]
}
}
}
Loading

0 comments on commit c9b4840

Please sign in to comment.