-
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 #278 from susilehtola/sigma
Fixes issues in Molpro reader and adds sigma basis sets
- Loading branch information
Showing
34 changed files
with
14,457 additions
and
9 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,20 @@ | ||
{ | ||
"molssi_bse_schema": { | ||
"schema_type": "table", | ||
"schema_version": "0.1" | ||
}, | ||
"revision_description": "Data from supporting information", | ||
"revision_date": "2023-07-02", | ||
"elements": { | ||
"1": "sigmaNZ/asigmaDZ.1.element.json", | ||
"2": "sigmaNZ/asigmaDZ.1.element.json", | ||
"3": "sigmaNZ/asigmaDZ.1.element.json", | ||
"4": "sigmaNZ/asigmaDZ.1.element.json", | ||
"5": "sigmaNZ/asigmaDZ.1.element.json", | ||
"6": "sigmaNZ/asigmaDZ.1.element.json", | ||
"7": "sigmaNZ/asigmaDZ.1.element.json", | ||
"8": "sigmaNZ/asigmaDZ.1.element.json", | ||
"9": "sigmaNZ/asigmaDZ.1.element.json", | ||
"10": "sigmaNZ/asigmaDZ.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": [ | ||
"asigmaDZ" | ||
], | ||
"tags": [], | ||
"family": "sigmanz", | ||
"description": "{} 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,20 @@ | ||
{ | ||
"molssi_bse_schema": { | ||
"schema_type": "table", | ||
"schema_version": "0.1" | ||
}, | ||
"revision_description": "Data from supporting information", | ||
"revision_date": "2023-07-02", | ||
"elements": { | ||
"1": "sigmaNZ/asigmaQZ.1.element.json", | ||
"2": "sigmaNZ/asigmaQZ.1.element.json", | ||
"3": "sigmaNZ/asigmaQZ.1.element.json", | ||
"4": "sigmaNZ/asigmaQZ.1.element.json", | ||
"5": "sigmaNZ/asigmaQZ.1.element.json", | ||
"6": "sigmaNZ/asigmaQZ.1.element.json", | ||
"7": "sigmaNZ/asigmaQZ.1.element.json", | ||
"8": "sigmaNZ/asigmaQZ.1.element.json", | ||
"9": "sigmaNZ/asigmaQZ.1.element.json", | ||
"10": "sigmaNZ/asigmaQZ.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": [ | ||
"asigmaQZ" | ||
], | ||
"tags": [], | ||
"family": "sigmanz", | ||
"description": "{} 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,20 @@ | ||
{ | ||
"molssi_bse_schema": { | ||
"schema_type": "table", | ||
"schema_version": "0.1" | ||
}, | ||
"revision_description": "Data from supporting information", | ||
"revision_date": "2023-07-02", | ||
"elements": { | ||
"1": "sigmaNZ/asigmaTZ.1.element.json", | ||
"2": "sigmaNZ/asigmaTZ.1.element.json", | ||
"3": "sigmaNZ/asigmaTZ.1.element.json", | ||
"4": "sigmaNZ/asigmaTZ.1.element.json", | ||
"5": "sigmaNZ/asigmaTZ.1.element.json", | ||
"6": "sigmaNZ/asigmaTZ.1.element.json", | ||
"7": "sigmaNZ/asigmaTZ.1.element.json", | ||
"8": "sigmaNZ/asigmaTZ.1.element.json", | ||
"9": "sigmaNZ/asigmaTZ.1.element.json", | ||
"10": "sigmaNZ/asigmaTZ.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": [ | ||
"asigmaTZ" | ||
], | ||
"tags": [], | ||
"family": "sigmanz", | ||
"description": "{} 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,20 @@ | ||
{ | ||
"molssi_bse_schema": { | ||
"schema_type": "table", | ||
"schema_version": "0.1" | ||
}, | ||
"revision_description": "Data from supporting information", | ||
"revision_date": "2023-07-02", | ||
"elements": { | ||
"1": "sigmaNZ/sigmaDZ.1.element.json", | ||
"2": "sigmaNZ/sigmaDZ.1.element.json", | ||
"3": "sigmaNZ/sigmaDZ.1.element.json", | ||
"4": "sigmaNZ/sigmaDZ.1.element.json", | ||
"5": "sigmaNZ/sigmaDZ.1.element.json", | ||
"6": "sigmaNZ/sigmaDZ.1.element.json", | ||
"7": "sigmaNZ/sigmaDZ.1.element.json", | ||
"8": "sigmaNZ/sigmaDZ.1.element.json", | ||
"9": "sigmaNZ/sigmaDZ.1.element.json", | ||
"10": "sigmaNZ/sigmaDZ.1.element.json" | ||
} | ||
} |
Oops, something went wrong.