Skip to content

Commit 410db91

Browse files
committed
add ability to load BEEF correlations for UQ
1 parent 731b402 commit 410db91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rmgpy/tools/uncertainty.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def __init__(self, dG_library=1.5, dG_QM=3.0, dG_GAV=1.5, dG_group=0.7159, dG_AD
5757
self.dG_group = dG_group
5858
self.dG_ADS_correction = dG_ADS_correction
5959
self.dG_surf_lib = dG_surf_lib
60+
self.library_covariances = None # placeholder to allow future covariance
6061

6162
def get_uncertainty_value(self, source):
6263
"""

0 commit comments

Comments
 (0)