You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unexpected error occurred when trying to compute qubit count for MultiControlX: Unexpected error when decomposing MultiControlX: Register(name='controls', dtype=QBit(), _shape=(ceiling(log2(N)),), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
permutation_symb
An unexpected error occurred when trying to compute qubit count for MultiControlX: Unexpected error when decomposing MultiControlX: Register(name='controls', dtype=QBit(), _shape=(ceiling(log2(N)),), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
permutation_symb_with_cycles
An unexpected error occurred when trying to compute qubit count for Permutation: An unexpected error occurred when trying to compute qubit count for MultiControlX: Unexpected error when decomposing MultiControlX: Register(name='controls', dtype=QBit(), _shape=(ceiling(log2(N)),), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
product_block_encoding_symb
An unexpected error occurred when trying to compute qubit count for MultiControlX: Unexpected error when decomposing MultiControlX: Register(name='controls', dtype=QBit(), _shape=(a2,), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
qroam_symb_clean_1d
An unexpected error occurred when trying to compute qubit count for SwapWithZero†: Unexpected error when decomposing SwapWithZero†: Register(name='targets', dtype=QAny(bitsize=b), _shape=(2**k,), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
qroam_symb_clean_2d
An unexpected error occurred when trying to compute qubit count for SwapWithZero: Unexpected error when decomposing SwapWithZero: Register(name='targets', dtype=QAny(bitsize=b1), _shape=(2k1, 2k2), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
qroam_symb_dirty_2d
An unexpected error occurred when trying to compute qubit count for QROM: Unexpected error when decomposing QROM: Register(name='target0_', dtype=QAny(bitsize=b1), _shape=(2k1, 2k2), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
qroam_symb_dirty_1d
An unexpected error occurred when trying to compute qubit count for SwapWithZero: Unexpected error when decomposing SwapWithZero: Register(name='targets', dtype=QAny(bitsize=b), _shape=(2**k,), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
ec_add
An unexpected error occurred when trying to compute qubit count for MultiCToffoli: Unexpected error when decomposing MultiCToffoli: Register(name='ctrl', dtype=QBit(), _shape=(n,), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
modexp
An unexpected error occurred when trying to compute qubit count for ModExp: An unexpected error occurred when trying to compute qubit count for CModMulK: Unexpected error when decomposing CModMulK: base is not invertible for the given modulus
modexp_small
An unexpected error occurred when trying to compute qubit count for ModExp: An unexpected error occurred when trying to compute qubit count for CModMulK: Unexpected error when decomposing CModMulK: base is not invertible for the given modulus
symbolic_hamsim_by_gqsp
An unexpected error occurred when trying to compute qubit count for HamiltonianSimulationByGQSP: Variables are not symbols, got [0, 1]
hubbard_time_evolution_by_gqsp
Timeout
ccpauli
An unexpected error occurred when trying to compute qubit count for MultiControlPauli: Unexpected error when decomposing MultiControlPauli: <class 'cirq.ops.pauli_gates._PauliX'>
ccpauli_symb
An unexpected error occurred when trying to compute qubit count for MultiControlPauli: Unexpected error when decomposing MultiControlPauli: Register(name='controls', dtype=QBit(), _shape=(n,), side=<Side.THRU: 3>) is symbolic. Cannot get real-valued shape.
kaiser_window_state_symbolic
An unexpected error occurred when trying to compute qubit count for StatePreparationViaRotations: Unexpected error when decomposing StatePreparationViaRotations: Split cannot have a symbolic data type.
lp_resource_state_symbolic
An unexpected error occurred when trying to compute qubit count for LPResourceState: Unexpected error when decomposing LPResourceState: loop of ufunc does not support argument 0 of type Pow which has no callable arccos method
qubitization_qpe_sparse_chem
An unexpected error occurred when trying to compute qubit count for QubitizationQPE: An unexpected error occurred when trying to compute qubit count for QubitizationWalkOperator: An unexpected error occurred when trying to compute qubit count for ReflectionUsingPrepare: Unexpected error when decomposing ReflectionUsingPrepare: Cannot apply_along_axis when any iteration dimensions are 0
qubitization_qpe_chem_thc
Timeout
qubitization_qpe_hubbard_model_large
Timeout
hamming_weight_phasing_via_phase_gradient
An unexpected error occurred when trying to compute qubit count for HammingWeightPhasingViaPhaseGradient: An unexpected error occurred when trying to compute qubit count for QvrPhaseGradient: An unexpected error occurred when trying to compute qubit count for AddScaledValIntoPhaseReg: Unexpected error when decomposing AddScaledValIntoPhaseReg: Finalizing register dtypes are not consistent x: QFxp(3, 3) vs x: QFxp(3, 0).
thc_walk_op
Timeout
state_prep_via_rotation_symb
An unexpected error occurred when trying to compute qubit count for StatePreparationViaRotations: Unexpected error when decomposing StatePreparationViaRotations: Split cannot have a symbolic data type.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on the execution fixture introduced in #1362
This times how long it takes to compute the qubit counts for each bloq example. Can be extended to also time the gate cost as well.
Includes