Skip to content

Commit

Permalink
compatibility check w/ pyscf-forge pr MatthewRHermes#41
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewRHermes authored and cjknight committed Nov 14, 2023
1 parent c55b891 commit 6ef6369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mcpdft/test_cmspdft_tdm_dupe.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_furan(iroots=3):
mf = scf.RHF(mol).run()
mc = mcpdft.CASSCF(mf,'tPBE', 5, 6, grids_level=1)
#mc.fcisolver = csf_solver(mol, smult=1, symm='A1')
fix_spin_(mc.fcisolver, ss=0)
fix_spin_(mc.fcisolver, ss=0, shift=.2)
mc.fcisolver.wfnsym = 'A1'
mc = mc.multi_state(weights, 'cms')
mc.max_cycle_macro = 200
Expand Down

0 comments on commit 6ef6369

Please sign in to comment.