-
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.
Merge pull request #1 from JIMonroe/develop
Finishing manuscript prep
- Loading branch information
Showing
54 changed files
with
26,287 additions
and
196 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 |
---|---|---|
|
@@ -3,10 +3,14 @@ This repository contains code used and described in: | |
|
||
Monroe, J. I.; Hatch, H. W.; Mahynski, N. A.; Shell, M. S.; Shen, V. K. Extrapolation and Interpolation Strategies for Efficiently Estimating Structural Observables as a Function of Temperature and Density. J. Chem. Phys. 2020, 153 (14), 144101. https://doi.org/10.1063/5.0014282. | ||
|
||
Monroe, J. I.; Krekelberg, W. P.; McDannald, A.; Shen, V. K. Leveraging Uncertainty Estiamtes and Derivative Information in Gaussian Process Regression for Expediated Data Collection in Molecular Simulations. In preparation. | ||
|
||
# Overview | ||
|
||
If you find this code useful in producing published works, please provide an appropriate citation. | ||
Note that the second citation is focused on adding features that make use of GPR models based on derivative information produced by the core code base. | ||
For now, the GPR code, along with more information, may be found under docs/notebooks/gpr. | ||
In a future release, we expect this to be fully integrated into the code base rather than a standalone module. | ||
|
||
Code included here can be used to perform thermodynamic extrapolation and | ||
interpolation of observables calculated from molecular simulations. This allows | ||
|
@@ -49,6 +53,9 @@ If you install `thermoextrap` with conda, there are additional optional dependen | |
pip install tensorflow tensorflow-probability gpflow | ||
``` | ||
|
||
# Contact | ||
Questions may be addressed to Bill Krekelberg at [email protected] or Jacob Monroe at [email protected]. | ||
|
||
|
||
# Documentation | ||
|
||
|
@@ -65,14 +72,11 @@ This is free software. See [LICENSE](LICENSE). | |
This package extensively uses the ``cmomy`` package to handle central comoments. See [here](https://github.com/usnistgov/cmomy). | ||
|
||
|
||
## Contact | ||
|
||
The authors can be reached at [email protected]. | ||
|
||
## Credits | ||
|
||
This package was created with | ||
[Cookiecutter](https://github.com/audreyr/cookiecutter) and the | ||
[wpk-nist-gov/cookiecutter-pypackage](https://github.com/wpk-nist-gov/cookiecutter-pypackage) | ||
Project template forked from | ||
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage). | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
502 changes: 502 additions & 0 deletions
502
docs/notebooks/gpr/higher_order_LJ_lnPi_data/SRS_LJ_VLE_data.txt
Large diffs are not rendered by default.
Oops, something went wrong.
511 changes: 511 additions & 0 deletions
511
docs/notebooks/gpr/higher_order_LJ_lnPi_data/lj.t070.n12m6.v512.rc3.b.r5.energy.dat
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.