Skip to content

Commit

Permalink
Changed corrTest reference values
Browse files Browse the repository at this point in the history
Reference values for Petersson and Melius type
BACs adjusted for newly fit data introduced in
lithium_quantum_data branch of RMG-database
  • Loading branch information
JacksonBurns authored and ssun30 committed Sep 25, 2024
1 parent a2e1e60 commit b7ed705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/arkane/encorr/corrTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_get_bac(self):
bac_type=bac_type,
)
# test value is obtained by BAC(self.freq_lot, bac_type=bac_type).get_correction(bonds=bonds, coords=CCCBDB_coords, nums=nums).value_si
test_value = 700
test_value = -466
assert abs(bac - test_value) < 100

# test Melius BACs
Expand All @@ -110,7 +110,7 @@ def test_get_bac(self):
bac_type=bac_type,
)
# test value is obtained by BAC(self.freq_lot, bac_type=bac_type).get_correction(bonds=bonds, coords=CCCBDB_coords, nums=nums).value_si
test_value = 949
test_value = -234
assert abs(bac - test_value) < 100

def test_assign_frequency_scale_factor(self):
Expand Down

0 comments on commit b7ed705

Please sign in to comment.