Skip to content

Inital rho vector #23

@ksunden

Description

@ksunden

// 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions