-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
License + docs + docstrings for ProteinFr, WtrCls, ScanWtr
- Loading branch information
Showing
12 changed files
with
418 additions
and
307 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 @@ | ||
::: openqdc.utils.regressor |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,32 @@ | ||
# Overview of QM Methods and Normalization | ||
|
||
OpenQDC provides support for 250+ QM Methods and provides a way to standardize and categorize | ||
the usage of different level of theories used for Quantum Mechanics Single Point Calculations | ||
to add value and information to the datasets. | ||
|
||
## Level of Theory | ||
|
||
To avoid inconsistencies, level of theories are standardized and categorized into Python Enums | ||
consisting of a functional, a basis set, and a correction method. | ||
OpenQDC covers more than 106 functionals, 20 basis sets, and 11 | ||
correction methods. | ||
OpenQDC provides the computed the isolated atom energies `e0` for each QM method. | ||
|
||
|
||
## Normalization | ||
|
||
|
||
We provide support of energies through "physical" and "regression" normalization to conserve the size extensivity of chemical systems. | ||
OpenQDC through this normalization, provide a way to transform the potential energy to atomization energy by subtracting isolated atom energies `e0` | ||
physically interpretable and extensivity-conserving normalization method. Alternatively, we pre-335 | ||
compute the average contribution of each atom species to potential energy via linear or ridge336 | ||
regression, centering the distribution at 0 and providing uncertainty estimation for the computed337 | ||
values. Predicted atomic energies can also be scaled to approximate a standard normal distribution | ||
|
||
### Physical Normalization | ||
|
||
|
||
|
||
### Regression Normalization | ||
|
||
|
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
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.