LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
requirements.txt
python/pecos/__init__.py
python/pecos/errors.py
python/pecos/circuit_converters/__init__.py
python/pecos/circuit_converters/checks2circuit.py
python/pecos/circuit_converters/std2chs.py
python/pecos/circuits/__init__.py
python/pecos/circuits/logical_circuit.py
python/pecos/circuits/qc2phir.py
python/pecos/circuits/quantum_circuit.py
python/pecos/circuits/hyqc/__init__.py
python/pecos/circuits/hyqc/conditionals.py
python/pecos/circuits/hyqc/cops.py
python/pecos/circuits/hyqc/fund.py
python/pecos/circuits/hyqc/hyqc.py
python/pecos/circuits/hyqc/int.py
python/pecos/circuits/hyqc/misc_stmts.py
python/pecos/circuits/hyqc/qops.py
python/pecos/circuits/hyqc/qubits.py
python/pecos/circuits/hyqc/vars.py
python/pecos/circuits/qasm/__init__.py
python/pecos/circuits/qasm/barrier.py
python/pecos/circuits/qasm/block.py
python/pecos/circuits/qasm/conditionals.py
python/pecos/circuits/qasm/expr.py
python/pecos/circuits/qasm/func.py
python/pecos/circuits/qasm/gates.py
python/pecos/circuits/qasm/misc.py
python/pecos/circuits/qasm/qasm.py
python/pecos/circuits/qasm/std_gates.py
python/pecos/circuits/qasm/vars.py
python/pecos/classical_interpreters/__init__.py
python/pecos/classical_interpreters/classical_interpreter_abc.py
python/pecos/classical_interpreters/phir_classical_interpreter.py
python/pecos/decoders/__init__.py
python/pecos/decoders/dummy_decoder/__init__.py
python/pecos/decoders/dummy_decoder/dummy_decoder.py
python/pecos/decoders/mwpm2d/__init__.py
python/pecos/decoders/mwpm2d/mwpm2d.py
python/pecos/decoders/mwpm2d/precomputing.py
python/pecos/engines/__init__.py
python/pecos/engines/hybrid_engine.py
python/pecos/engines/hybrid_engine_multiprocessing.py
python/pecos/engines/hybrid_engine_old.py
python/pecos/engines/circuit_runners/__init__.py
python/pecos/engines/circuit_runners/standard.py
python/pecos/engines/circuit_runners/timing_runner.py
python/pecos/engines/cvm/__init__.py
python/pecos/engines/cvm/binarray.py
python/pecos/engines/cvm/binarray2.py
python/pecos/engines/cvm/classical.py
python/pecos/engines/cvm/cvm.py
python/pecos/engines/cvm/sim_func.py
python/pecos/engines/cvm/wasm.py
python/pecos/engines/cvm/wasm_vms/__init__.py
python/pecos/engines/cvm/wasm_vms/pywasm.py
python/pecos/engines/cvm/wasm_vms/pywasm3.py
python/pecos/engines/cvm/wasm_vms/wasmer.py
python/pecos/error_models/__init__.py
python/pecos/error_models/class_errors_circuit.py
python/pecos/error_models/depolarizing_error_model.py
python/pecos/error_models/error_depolar.py
python/pecos/error_models/error_model.py
python/pecos/error_models/error_model_abc.py
python/pecos/error_models/fake_error_model.py
python/pecos/error_models/generic_error_model.py
python/pecos/error_models/parent_class_error_gen.py
python/pecos/error_models/simple_depolarizing_error_model.py
python/pecos/error_models/noise_impl/__init__.py
python/pecos/error_models/noise_impl/noise_initz_bitflip.py
python/pecos/error_models/noise_impl/noise_initz_bitflip_leakage.py
python/pecos/error_models/noise_impl/noise_meas_bitflip.py
python/pecos/error_models/noise_impl/noise_meas_bitflip_leakage.py
python/pecos/error_models/noise_impl/noise_sq_bitflip.py
python/pecos/error_models/noise_impl/noise_sq_depolarizing.py
python/pecos/error_models/noise_impl/noise_sq_depolarizing_leakage.py
python/pecos/error_models/noise_impl/noise_tq_depolarizing.py
python/pecos/error_models/noise_impl/noise_tq_depolarizing_leakage.py
python/pecos/error_models/noise_impl_old/__init__.py
python/pecos/error_models/noise_impl_old/gate_groups.py
python/pecos/error_models/noise_impl_old/init_noise.py
python/pecos/error_models/noise_impl_old/meas_noise.py
python/pecos/error_models/noise_impl_old/memory_noise.py
python/pecos/error_models/noise_impl_old/sq_noise.py
python/pecos/error_models/noise_impl_old/tq_noise.py
python/pecos/error_models/old/__init__.py
python/pecos/error_models/old/depolar_gen.py
python/pecos/error_models/old/gatewise_gen.py
python/pecos/error_models/old/xerror_gen.py
python/pecos/error_models/old/xzerror_gen.py
python/pecos/error_models/old/zerror_gen.py
python/pecos/foreign_objects/__init__.py
python/pecos/foreign_objects/foreign_object_abc.py
python/pecos/foreign_objects/object_pool.py
python/pecos/foreign_objects/python.py
python/pecos/foreign_objects/wasmer.py
python/pecos/foreign_objects/wasmtime.py
python/pecos/machines/__init__.py
python/pecos/machines/generic_machine.py
python/pecos/machines/machine_abc.py
python/pecos/misc/__init__.py
python/pecos/misc/commute.py
python/pecos/misc/errors.py
python/pecos/misc/gate_groups.py
python/pecos/misc/stabilizer_funcs.py
python/pecos/misc/std_output.py
python/pecos/misc/symbol_library.py
python/pecos/misc/threshold_curve.py
python/pecos/op_processors/__init__.py
python/pecos/op_processors/generic_op_processor.py
python/pecos/op_processors/op_processor_abc.py
python/pecos/qeccs/__init__.py
python/pecos/qeccs/gate_parent_class.py
python/pecos/qeccs/helper_functions.py
python/pecos/qeccs/instruction_parent_class.py
python/pecos/qeccs/plot.py
python/pecos/qeccs/qecc_parent_class.py
python/pecos/qeccs/color_488/__init__.py
python/pecos/qeccs/color_488/circuit_implementation1.py
python/pecos/qeccs/color_488/color_488.py
python/pecos/qeccs/color_488/gates.py
python/pecos/qeccs/color_488/instructions.py
python/pecos/qeccs/surface_4444/__init__.py
python/pecos/qeccs/surface_4444/gates.py
python/pecos/qeccs/surface_4444/instructions.py
python/pecos/qeccs/surface_4444/surface_4444.py
python/pecos/qeccs/surface_medial_4444/__init__.py
python/pecos/qeccs/surface_medial_4444/gates.py
python/pecos/qeccs/surface_medial_4444/instructions.py
python/pecos/qeccs/surface_medial_4444/surface_medial_4444.py
python/pecos/reps/__init__.py
python/pecos/reps/pypmir/__init__.py
python/pecos/reps/pypmir/block_types.py
python/pecos/reps/pypmir/data_types.py
python/pecos/reps/pypmir/op_types.py
python/pecos/reps/pypmir/pypmir.py
python/pecos/reps/pypmir/types.py
python/pecos/simulators/__init__.py
python/pecos/simulators/compile_cython.py
python/pecos/simulators/gate_syms.py
python/pecos/simulators/parent_sim_classes.py
python/pecos/simulators/quantum_simulator.py
python/pecos/simulators/sim_class_types.py
python/pecos/simulators/cuquantum/__init__.py
python/pecos/simulators/cuquantum/cuconn.py
python/pecos/simulators/cuquantum/cuquantum_wrapper/__init__.py
python/pecos/simulators/cuquantum/cuquantum_wrapper/test/__init__.py
python/pecos/simulators/cuquantum/cuquantum_wrapper/test/test_python_bindings.py
python/pecos/simulators/cuquantum/custatevec/__init__.py
python/pecos/simulators/cuquantum/custatevec/bindings.py
python/pecos/simulators/cuquantum/custatevec/gates_init.py
python/pecos/simulators/cuquantum/custatevec/gates_meas.py
python/pecos/simulators/cuquantum/custatevec/gates_sq.py
python/pecos/simulators/cuquantum/custatevec/gates_tq.py
python/pecos/simulators/cuquantum/custatevec/state.py
python/pecos/simulators/cysparsesim/__init__.py
python/pecos/simulators/cysparsesim/setup.py
python/pecos/simulators/cysparsesim/src/__init__.py
python/pecos/simulators/cysparsesim/src/logical_sign.py
python/pecos/simulators/cysparsesim_col/__init__.py
python/pecos/simulators/cysparsesim_col/setup.py
python/pecos/simulators/cysparsesim_col/src/__init__.py
python/pecos/simulators/cysparsesim_col/src/logical_sign.py
python/pecos/simulators/cysparsesim_row/__init__.py
python/pecos/simulators/cysparsesim_row/setup.py
python/pecos/simulators/cysparsesim_row/src/__init__.py
python/pecos/simulators/cysparsesim_row/src/logical_sign.py
python/pecos/simulators/paulifaultprop/__init__.py
python/pecos/simulators/paulifaultprop/bindings.py
python/pecos/simulators/paulifaultprop/gates_init.py
python/pecos/simulators/paulifaultprop/gates_meas.py
python/pecos/simulators/paulifaultprop/gates_one_qubit.py
python/pecos/simulators/paulifaultprop/gates_two_qubit.py
python/pecos/simulators/paulifaultprop/logical_sign.py
python/pecos/simulators/paulifaultprop/state.py
python/pecos/simulators/projectq/__init__.py
python/pecos/simulators/projectq/bindings.py
python/pecos/simulators/projectq/gates_init.py
python/pecos/simulators/projectq/gates_meas.py
python/pecos/simulators/projectq/gates_one_qubit.py
python/pecos/simulators/projectq/gates_two_qubit.py
python/pecos/simulators/projectq/helper.py
python/pecos/simulators/projectq/logical_sign.py
python/pecos/simulators/projectq/state.py
python/pecos/simulators/sparsesim/__init__.py
python/pecos/simulators/sparsesim/bindings.py
python/pecos/simulators/sparsesim/cmd_init.py
python/pecos/simulators/sparsesim/cmd_meas.py
python/pecos/simulators/sparsesim/cmd_one_qubit.py
python/pecos/simulators/sparsesim/cmd_two_qubit.py
python/pecos/simulators/sparsesim/logical_sign.py
python/pecos/simulators/sparsesim/refactor.py
python/pecos/simulators/sparsesim/state.py
python/pecos/tools/__init__.py
python/pecos/tools/fault_tolerance_checking.py
python/pecos/tools/fault_tolerance_checks.py
python/pecos/tools/logic_circuit_speed.py
python/pecos/tools/pseudo_threshold_tools.py
python/pecos/tools/random_circuit_speed.py
python/pecos/tools/stabilizer_verification.py
python/pecos/tools/threshold_tools.py
python/pecos/tools/tool_anticommute.py
python/pecos/tools/tool_collection.py
python/quantum_pecos.egg-info/PKG-INFO
python/quantum_pecos.egg-info/SOURCES.txt
python/quantum_pecos.egg-info/dependency_links.txt
python/quantum_pecos.egg-info/not-zip-safe
python/quantum_pecos.egg-info/requires.txt
python/quantum_pecos.egg-info/top_level.txt