Skip to content

Commit

Permalink
block2main: fix complex integrals
Browse files Browse the repository at this point in the history
  • Loading branch information
hczhai committed Nov 13, 2023
1 parent cf08cb2 commit ab3acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyblock2/driver/block2main
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ full_integral = "full_integral" in dic
XExpect = ComplexExpect if complex_mps else Expect

simpl_rule = RuleQC()
if has_tran:
if has_tran or ("use_complex" in dic) or ("use_hybrid_complex" in dic):
simpl_rule = NoTransposeRule(simpl_rule)
if anti_herm:
simpl_rule = AntiHermitianRuleQC(simpl_rule)
Expand Down

0 comments on commit ab3acfe

Please sign in to comment.