bsc-quantic / Qrochet.jl

Quantum Tensor Networks
https://bsc-quantic.github.io/Qrochet.jl/
Apache License 2.0
1 stars 0 forks source link

Replace previous `Ansatz` for `Quantum` struct #5

Closed jofrevalles closed 8 months ago

jofrevalles commented 8 months ago

This PR resolves #3 by creating a new Quantum struct, which contains in its fields:

Where Site contains the physical index of the tensor and has information about its direction (input/output).

Code done together with @mofeing, and I am adding you as a reviewer.