Skip to content

Commit

Permalink
Merge pull request #1 from JIMonroe/develop
Browse files Browse the repository at this point in the history
Finishing manuscript prep
  • Loading branch information
wpk-nist-gov authored Feb 14, 2023
2 parents 4df9b8d + 6db2ca3 commit 3d61b88
Show file tree
Hide file tree
Showing 54 changed files with 26,287 additions and 196 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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).

9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ 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.

Overview
========
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.

If you find this code useful in producing published works, please
provide an appropriate citation.
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.
Expand Down
1,229 changes: 1,127 additions & 102 deletions docs/notebooks/gpr/analysis_LJ_lnPi.ipynb

Large diffs are not rendered by default.

502 changes: 502 additions & 0 deletions docs/notebooks/gpr/higher_order_LJ_lnPi_data/SRS_LJ_VLE_data.txt

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 3d61b88

Please sign in to comment.