Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Replace previous Ansatz for Quantum struct #5

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

jofrevalles
Copy link
Member

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

  • tn::TensorNetwork
  • siteinds::Dict{Site,Symbol}
  • sitetensors::Dict{Site,Tensor}

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.

@mofeing mofeing merged commit df389eb into master Jan 22, 2024
0 of 2 checks passed
@mofeing mofeing deleted the feature/new-quantum-struct branch January 22, 2024 18:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redesign Quantum type
2 participants