-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
WrightSim/WrightSim/mixed/propagate.py
Lines 201 to 204 in 8c23c24
| // Inital rho vector. | |
| //TODO: Use the inital condition from the hamiltonian | |
| rho_i[0] = 1.; | |
| for(int i=1; i<ham.nStates; i++) rho_i[i] = 0.; |
This was a shortcut put in place because the inital rho vector wasn't transferring properly.
I believe that issue was fixed, but left this in because it didn't matter for the simulations I was doing, this was what I wanted.
Should check to be sure the initial conditions are transferring properly, and use those instead here
Reactions are currently unavailable