Skip to content

Commit

Permalink
Update bath specification in test
Browse files Browse the repository at this point in the history
  • Loading branch information
basilib committed Jul 10, 2023
1 parent c6daee3 commit aefe9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vayesta/tests/ewf/test_moments.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test(self):
fci_ea = fci.build_gf_moments(4)

#Full bath EWF
ewf = vayesta.ewf.EWF(mf, bath_type='full', solver_options=dict(n_moments=(4,4)), solver='FCI')
ewf = vayesta.ewf.EWF(mf, bath_options=dict(bathtype='full'), solver_options=dict(n_moments=(4,4)), solver='FCI')
ewf.kernel()

for f in ewf.fragments:
Expand Down

0 comments on commit aefe9f3

Please sign in to comment.