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
petrajectories
continue_status
We should probably fix this
QuantumClifford.jl/src/petrajectory.jl
Lines 46 to 50 in 5fcf353
We probably want the accumulator to include
key: (state, continue_status) value: branch_weight
(state, continue_status)
branch_weight
I think for accumulators we need the inc! function to add that weight.
inc!
Not quite sure what is the good solution for the keepstate=False case
keepstate=False
@IsaacP1234
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We should probably fix this
QuantumClifford.jl/src/petrajectory.jl
Lines 46 to 50 in 5fcf353
We probably want the accumulator to include
key:
(state, continue_status)
value:
branch_weight
I think for accumulators we need the
inc!
function to add that weight.Not quite sure what is the good solution for the
keepstate=False
case@IsaacP1234
The text was updated successfully, but these errors were encountered: