marco-michel / TimeEvolver

A Progam for Time Evolution With Improved Error Bound
MIT License
6 stars 0 forks source link

Avoid copying of large matrices #45

Closed sebastian-zell closed 1 year ago

sebastian-zell commented 1 year ago

Ideally there should be only one copy of a large matrix (such as Hamiltonian) and throughout only references to it are used.

marco-michel commented 1 year ago

there should be no matrix copying with 0b2ac2e and 08ee1f4