-
Notifications
You must be signed in to change notification settings - Fork 47
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 #300 from susilehtola/epc_et
Implement even-tempered 8s8p8d protonic basis
- Loading branch information
Showing
6 changed files
with
459 additions
and
0 deletions.
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
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" | ||
} | ||
} |
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,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": {} | ||
} |
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,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" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.