We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The exaTN-Gen visitor to support two modes:
option for a reconstruct_gates: current behavior
reconstruct_gates
option reconstruct_layers: counting layers (gates acting on disjoint subsets of qubits).
reconstruct_layers
Currently, the visitor only supports reconstruction by 2-body gate counting.
The text was updated successfully, but these errors were encountered:
Also, the reconstruction activation condition should become always true when reaching the last layer/gate.
Sorry, something went wrong.
Work on ORNL-QCI#110
8b6700f
Add layer/gate count option Signed-off-by: Thien Nguyen <[email protected]>
No branches or pull requests
The exaTN-Gen visitor to support two modes:
option for a
reconstruct_gates
: current behavioroption
reconstruct_layers
: counting layers (gates acting on disjoint subsets of qubits).Currently, the visitor only supports reconstruction by 2-body gate counting.
The text was updated successfully, but these errors were encountered: