Skip to content

Commit

Permalink
pass copy=False in multireference_state
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Nov 6, 2023
1 parent a81f1c2 commit 2e6eb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ffsim/variational/multireference.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def multireference_state(
ansatz_operator,
norb=norb,
nelec=nelec,
copy=False,
)
for occ in reference_occupations
]
Expand Down

0 comments on commit 2e6eb74

Please sign in to comment.