Skip to content

Commit

Permalink
Update wavefunction.py
Browse files Browse the repository at this point in the history
phase
  • Loading branch information
JProvazza authored Jan 12, 2024
1 parent 4b2012a commit d2543b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mps_fqe/wavefunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def _block2_tddmrg(self, time: float, hamiltonian: MPS, **kwargs):
normalize_mps=normalize)
mps = MPSTools.from_block2(b2mps).to_flat()
if add_noise:
mps = mps*numpy.exp(1j*dt*noise)
mps = mps*numpy.exp(1j*time*noise)

return type(self)(tensors=mps.tensors, opts=self.opts)

Expand Down

0 comments on commit d2543b8

Please sign in to comment.