JamieMair / QuantumCircuits.jl

A minimal quantum circuit simulator
MIT License
3 stars 0 forks source link

Migrate mps to extension #20

Closed JamieMair closed 4 months ago

JamieMair commented 4 months ago

Summary:

It would be helpful to check whether the code in your test scripts still works as expected as I have only testing the plotting part of the code.

@AdamSmith-physics would you also be able to look at the deps in your Project.toml in MatrixProductStates.jl? I suggest moving all the test deps into the [extras] tab, and removing packages like Revise and BenchmarkTools (unless used in the code) and putting them in your global environment.

AdamSmith-physics commented 4 months ago

I am happy with your changes. Please go ahead and merge!

AdamSmith-physics commented 4 months ago

Note I might also move some of this functionality into the MatrixProductStates.jl package. I can clean this up when I get round to doing it.