-
Notifications
You must be signed in to change notification settings - Fork 4
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 #265 from Exabyte-io/chore/SOF-6706
Chore/SOF-6706
- Loading branch information
Showing
44 changed files
with
525 additions
and
59 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"basisSlug": "6-311G" | ||
} |
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,4 @@ | ||
{ | ||
"type": "localorbital", | ||
"subtype": "pople" | ||
} |
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,4 @@ | ||
{ | ||
"type": "pseudopotential", | ||
"subtype": "us" | ||
} |
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,61 @@ | ||
{ | ||
"data": { | ||
"dataSet": { | ||
"exabyteIds": [ | ||
"LCthJ6E2QabYCZqf4", | ||
"LCthJ6E2QabYCZqf5", | ||
"LCthJ6E2QabYCZqf6", | ||
"LCthJ6E2QabYCZqf7", | ||
"LCthJ6E2QabYCZqf8", | ||
"LCthJ6E2QabYCZqf9", | ||
"LCthJ6E2QabYCZq10", | ||
"LCthJ6E2QabYCZq11" | ||
], | ||
"extra": {} | ||
}, | ||
"perProperty": [ | ||
{ | ||
"intercept": 0.363, | ||
"name": "band_gaps:direct", | ||
"perFeature": [ | ||
{ | ||
"coefficient": 0.015, | ||
"importance": 0.134, | ||
"name": "atomic_radius:Ge" | ||
}, | ||
{ | ||
"coefficient": 0.016, | ||
"importance": 0.135, | ||
"name": "atomic_radius:Si" | ||
} | ||
] | ||
}, | ||
{ | ||
"intercept": 0.364, | ||
"name": "band_gaps:indirect", | ||
"perFeature": [ | ||
{ | ||
"coefficient": 0.016, | ||
"importance": 0.135, | ||
"name": "atomic_radius:Ge" | ||
}, | ||
{ | ||
"coefficient": 0.017, | ||
"importance": 0.136, | ||
"name": "atomic_radius:Si" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"precision": { | ||
"perProperty": [ | ||
{ | ||
"score": 0.8, | ||
"trainingError": 0.002 | ||
} | ||
] | ||
}, | ||
"subtype": "least_squares", | ||
"type": "linear" | ||
} |
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,4 @@ | ||
{ | ||
"type": "unknown", | ||
"subtype": "unknown" | ||
} |
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,7 @@ | ||
{ | ||
"functional": "pbe", | ||
"dispersionCorrection": "dft-d3", | ||
"hubbardType": "u", | ||
"spinPolarization": "collinear", | ||
"spinOrbitCoupling": true | ||
} |
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,8 @@ | ||
{ | ||
"type": "dft", | ||
"subtype": "gga", | ||
"functional": "pbe", | ||
"method": { | ||
"...": "include(../../method.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,7 @@ | ||
{ | ||
"type": "ml", | ||
"subtype": "re", | ||
"method": { | ||
"...": "include(../../method.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,7 @@ | ||
{ | ||
"type": "unknown", | ||
"subtype": "unknown", | ||
"method": { | ||
"...": "include(../../method.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
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 @@ | ||
{ | ||
"$id": "method/method-parameters", | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"title": "MethodParameters", | ||
"allOf": [ | ||
{ | ||
"oneOf": [ | ||
{ | ||
"$ref": "../methods_directory/physical/ao/dunning.json#/definitions/ao-basis-dunning" | ||
}, | ||
{ | ||
"$ref": "../methods_directory/physical/ao/pople.json#/definitions/ao-basis-pople" | ||
}, | ||
{ | ||
"$ref": "../methods_directory/physical/ao/other.json#/definitions/ao-basis-other" | ||
} | ||
] | ||
} | ||
] | ||
} |
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,22 @@ | ||
{ | ||
"$id": "methods-directory/legacy/localorbital", | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"title": "legacy method localorbital", | ||
"allOf": [ | ||
{ | ||
"$ref": "../../method.json" | ||
} | ||
], | ||
"properties": { | ||
"type": { | ||
"enum": [ | ||
"localorbital" | ||
] | ||
}, | ||
"subtype": { | ||
"enum": [ | ||
"pople" | ||
] | ||
} | ||
} | ||
} |
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,25 @@ | ||
{ | ||
"$id": "methods-directory/legacy/pseudopotential", | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"title": "legacy method pseudopotential", | ||
"allOf": [ | ||
{ | ||
"$ref": "../../method.json" | ||
} | ||
], | ||
"properties": { | ||
"type": { | ||
"enum": [ | ||
"pseudopotential" | ||
] | ||
}, | ||
"subtype": { | ||
"enum": [ | ||
"paw", | ||
"nc", | ||
"us", | ||
"any" | ||
] | ||
} | ||
} | ||
} |
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,34 @@ | ||
{ | ||
"$id": "methods-directory/legacy/regression", | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"title": "legacy method regression", | ||
"allOf": [ | ||
{ | ||
"$ref": "../../method.json" | ||
} | ||
], | ||
"properties": { | ||
"type": { | ||
"enum": [ | ||
"linear", | ||
"kernel_ridge" | ||
] | ||
}, | ||
"subtype": { | ||
"enum": [ | ||
"least_squares", | ||
"ridge" | ||
] | ||
}, | ||
"precision": { | ||
"$ref": "../mathematical/regression/precision.json" | ||
}, | ||
"data": { | ||
"$ref": "../mathematical/regression/data.json" | ||
} | ||
}, | ||
"required": [ | ||
"precision", | ||
"data" | ||
] | ||
} |
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,22 @@ | ||
{ | ||
"$id": "methods-directory/legacy/unknown", | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"title": "legacy method unknown", | ||
"allOf": [ | ||
{ | ||
"$ref": "../../method.json" | ||
} | ||
], | ||
"properties": { | ||
"type": { | ||
"enum": [ | ||
"unknown" | ||
] | ||
}, | ||
"subtype": { | ||
"enum": [ | ||
"unknown" | ||
] | ||
} | ||
} | ||
} |
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
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
Oops, something went wrong.