AUTHORS.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
examples/bell_state_debug.py
examples/benchmarks.py
examples/grover_profiling.py
examples/interactive_demo.py
examples/qaoa_maxcut_example.py
examples/qiskit_integration_demo.py
examples/qml_basic_example.py
examples/vqe_h2_example.py
quantum_debugger/__init__.py
quantum_debugger/density_matrix.py
quantum_debugger/stabilizer.py
quantum_debugger/tomography.py
quantum_debugger.egg-info/PKG-INFO
quantum_debugger.egg-info/SOURCES.txt
quantum_debugger.egg-info/dependency_links.txt
quantum_debugger.egg-info/requires.txt
quantum_debugger.egg-info/top_level.txt
quantum_debugger/algorithms/__init__.py
quantum_debugger/algorithms/adiabatic.py
quantum_debugger/algorithms/amplitude_amplification.py
quantum_debugger/algorithms/amplitude_estimation.py
quantum_debugger/algorithms/arithmetic.py
quantum_debugger/algorithms/bb84.py
quantum_debugger/algorithms/bell_test.py
quantum_debugger/algorithms/channel_capacity.py
quantum_debugger/algorithms/classical_shadows.py
quantum_debugger/algorithms/cloning.py
quantum_debugger/algorithms/contextuality.py
quantum_debugger/algorithms/decoherence_free.py
quantum_debugger/algorithms/decomposition.py
quantum_debugger/algorithms/discrimination.py
quantum_debugger/algorithms/distillation.py
quantum_debugger/algorithms/dynamical_decoupling.py
quantum_debugger/algorithms/entanglement_growth.py
quantum_debugger/algorithms/entanglement_negativity.py
quantum_debugger/algorithms/error_correction.py
quantum_debugger/algorithms/error_detection.py
quantum_debugger/algorithms/geometric_phase.py
quantum_debugger/algorithms/grover.py
quantum_debugger/algorithms/grover_optimize.py
quantum_debugger/algorithms/hamiltonian_simulation.py
quantum_debugger/algorithms/hhl.py
quantum_debugger/algorithms/holevo.py
quantum_debugger/algorithms/hubbard.py
quantum_debugger/algorithms/imaginary_time.py
quantum_debugger/algorithms/jordan_wigner.py
quantum_debugger/algorithms/kitaev_chain.py
quantum_debugger/algorithms/krylov.py
quantum_debugger/algorithms/level_statistics.py
quantum_debugger/algorithms/loschmidt.py
quantum_debugger/algorithms/loss_robustness.py
quantum_debugger/algorithms/magic_measures.py
quantum_debugger/algorithms/magic_state.py
quantum_debugger/algorithms/many_body_correlations.py
quantum_debugger/algorithms/maxcut.py
quantum_debugger/algorithms/mbqc.py
quantum_debugger/algorithms/metrology.py
quantum_debugger/algorithms/multicontrol.py
quantum_debugger/algorithms/nonlocality.py
quantum_debugger/algorithms/oracles.py
quantum_debugger/algorithms/otoc.py
quantum_debugger/algorithms/perfect_code.py
quantum_debugger/algorithms/petz.py
quantum_debugger/algorithms/phase_estimation.py
quantum_debugger/algorithms/protocols.py
quantum_debugger/algorithms/qec_noise.py
quantum_debugger/algorithms/qec_threshold.py
quantum_debugger/algorithms/qft.py
quantum_debugger/algorithms/quantum_counting.py
quantum_debugger/algorithms/quantum_phase_transition.py
quantum_debugger/algorithms/quantum_walk.py
quantum_debugger/algorithms/randomized_benchmarking.py
quantum_debugger/algorithms/sat_solver.py
quantum_debugger/algorithms/schmidt.py
quantum_debugger/algorithms/shor.py
quantum_debugger/algorithms/simon.py
quantum_debugger/algorithms/spectroscopy.py
quantum_debugger/algorithms/spin_squeezing.py
quantum_debugger/algorithms/ssh_model.py
quantum_debugger/algorithms/state_preparation.py
quantum_debugger/algorithms/steane_code.py
quantum_debugger/algorithms/swap_test.py
quantum_debugger/algorithms/thermal.py
quantum_debugger/algorithms/uncertainty.py
quantum_debugger/algorithms/vqe_solver.py
quantum_debugger/algorithms/weak_values.py
quantum_debugger/algorithms/zeno.py
quantum_debugger/backends/__init__.py
quantum_debugger/backends/_cuda_dll.py
quantum_debugger/backends/aws_backend.py
quantum_debugger/backends/base.py
quantum_debugger/backends/base_backend.py
quantum_debugger/backends/cupy_backend.py
quantum_debugger/backends/gpu_backend.py
quantum_debugger/backends/ibm_backend.py
quantum_debugger/backends/numba_backend.py
quantum_debugger/backends/numpy_backend.py
quantum_debugger/backends/sparse_backend.py
quantum_debugger/benchmarks/__init__.py
quantum_debugger/benchmarks/optimization_benchmarks.py
quantum_debugger/benchmarks/qml_benchmarks.py
quantum_debugger/benchmarks/report_generator.py
quantum_debugger/benchmarks/scalability_benchmarks.py
quantum_debugger/core/__init__.py
quantum_debugger/core/circuit.py
quantum_debugger/core/gates.py
quantum_debugger/core/quantum_state.py
quantum_debugger/debugger/__init__.py
quantum_debugger/debugger/breakpoints.py
quantum_debugger/debugger/debugger.py
quantum_debugger/debugger/inspector.py
quantum_debugger/gpu/__init__.py
quantum_debugger/gpu/memory.py
quantum_debugger/gpu/mixed_precision.py
quantum_debugger/gpu/multi_gpu.py
quantum_debugger/integrations/__init__.py
quantum_debugger/integrations/cirq_adapter.py
quantum_debugger/integrations/cirq_bridge.py
quantum_debugger/integrations/pennylane_bridge.py
quantum_debugger/integrations/qiskit_adapter.py
quantum_debugger/integrations/qiskit_bridge.py
quantum_debugger/mitigation/__init__.py
quantum_debugger/mitigation/zne.py
quantum_debugger/mitigation/core/__init__.py
quantum_debugger/mitigation/core/extrapolator.py
quantum_debugger/mitigation/core/folder.py
quantum_debugger/noise/__init__.py
quantum_debugger/noise/composite_noise.py
quantum_debugger/noise/hardware_profiles.py
quantum_debugger/noise/noise_helpers.py
quantum_debugger/noise/noise_models.py
quantum_debugger/noise/stochastic_sampler.py
quantum_debugger/optimization/__init__.py
quantum_debugger/optimization/circuit_compiler.py
quantum_debugger/optimization/gate_reduction.py
quantum_debugger/optimization/optimization_passes.py
quantum_debugger/optimization/transpiler.py
quantum_debugger/parallel/__init__.py
quantum_debugger/parallel/executor.py
quantum_debugger/profiler/__init__.py
quantum_debugger/profiler/metrics.py
quantum_debugger/profiler/profiler.py
quantum_debugger/qml/__init__.py
quantum_debugger/qml/advanced/__init__.py
quantum_debugger/qml/advanced/ansatz_analysis.py
quantum_debugger/qml/advanced/autoencoder.py
quantum_debugger/qml/advanced/data_reuploading.py
quantum_debugger/qml/advanced/qcnn.py
quantum_debugger/qml/advanced/vqc.py
quantum_debugger/qml/algorithms/__init__.py
quantum_debugger/qml/algorithms/actor_critic.py
quantum_debugger/qml/algorithms/dqn.py
quantum_debugger/qml/algorithms/policy_gradient.py
quantum_debugger/qml/algorithms/qaoa.py
quantum_debugger/qml/algorithms/qgan.py
quantum_debugger/qml/algorithms/qrl.py
quantum_debugger/qml/algorithms/vqd.py
quantum_debugger/qml/algorithms/vqe.py
quantum_debugger/qml/ansatz/__init__.py
quantum_debugger/qml/ansatz/excitation_preserving.py
quantum_debugger/qml/ansatz/real_amplitudes.py
quantum_debugger/qml/ansatz/strongly_entangling.py
quantum_debugger/qml/ansatz/two_local.py
quantum_debugger/qml/automl/__init__.py
quantum_debugger/qml/automl/ansatz_selector.py
quantum_debugger/qml/automl/architecture_search.py
quantum_debugger/qml/automl/auto_qnn.py
quantum_debugger/qml/automl/hyperparameter_tuner.py
quantum_debugger/qml/data/__init__.py
quantum_debugger/qml/data/dataset.py
quantum_debugger/qml/data/feature_maps.py
quantum_debugger/qml/error_mitigation/__init__.py
quantum_debugger/qml/error_mitigation/zne.py
quantum_debugger/qml/gates/__init__.py
quantum_debugger/qml/gates/parameterized.py
quantum_debugger/qml/hamiltonians/__init__.py
quantum_debugger/qml/hamiltonians/molecular.py
quantum_debugger/qml/hybrid/__init__.py
quantum_debugger/qml/hybrid/layers.py
quantum_debugger/qml/hybrid/pytorch_integration.py
quantum_debugger/qml/hybrid/tensorflow_integration.py
quantum_debugger/qml/kernels/__init__.py
quantum_debugger/qml/kernels/alignment.py
quantum_debugger/qml/kernels/qsvm.py
quantum_debugger/qml/kernels/quantum_kernel.py
quantum_debugger/qml/mitigation/__init__.py
quantum_debugger/qml/mitigation/cdr.py
quantum_debugger/qml/mitigation/error_characterization.py
quantum_debugger/qml/mitigation/noise_models.py
quantum_debugger/qml/mitigation/pec.py
quantum_debugger/qml/optimizers/__init__.py
quantum_debugger/qml/optimizers/advanced.py
quantum_debugger/qml/optimizers/basics.py
quantum_debugger/qml/optimizers/spsa.py
quantum_debugger/qml/qnn/__init__.py
quantum_debugger/qml/qnn/base.py
quantum_debugger/qml/qnn/encoding.py
quantum_debugger/qml/qnn/losses.py
quantum_debugger/qml/qnn/network.py
quantum_debugger/qml/qnn/variational.py
quantum_debugger/qml/training/__init__.py
quantum_debugger/qml/transfer/__init__.py
quantum_debugger/qml/transfer/fine_tuning.py
quantum_debugger/qml/transfer/model_zoo.py
quantum_debugger/qml/transfer/pretrained.py
quantum_debugger/qml/transfer/serialization.py
quantum_debugger/qml/utils/__init__.py
quantum_debugger/qml/utils/gradients.py
quantum_debugger/visualization/__init__.py
quantum_debugger/visualization/bloch_sphere.py
quantum_debugger/visualization/state_viz.py
tests/__init__.py
tests/conftest.py
tests/test_adiabatic.py
tests/test_algorithms.py
tests/test_arithmetic.py
tests/test_backends.py
tests/test_bb84.py
tests/test_bell_test.py
tests/test_benchmarks.py
tests/test_channel_capacity.py
tests/test_classical_shadows.py
tests/test_cloning.py
tests/test_contextuality.py
tests/test_decoherence_free.py
tests/test_decomposition.py
tests/test_density_matrix.py
tests/test_discrimination.py
tests/test_distillation.py
tests/test_dynamical_decoupling.py
tests/test_entanglement_growth.py
tests/test_error_correction.py
tests/test_error_detection.py
tests/test_geometric_phase.py
tests/test_grover_optimize.py
tests/test_hamiltonian_simulation.py
tests/test_holevo.py
tests/test_hubbard.py
tests/test_imaginary_time.py
tests/test_integrations.py
tests/test_jordan_wigner.py
tests/test_kitaev_chain.py
tests/test_krylov.py
tests/test_level_statistics.py
tests/test_loschmidt.py
tests/test_loss_robustness.py
tests/test_magic_measures.py
tests/test_magic_state.py
tests/test_many_body_extra.py
tests/test_maxcut.py
tests/test_mbqc.py
tests/test_metrology.py
tests/test_multicontrol.py
tests/test_nonlocality.py
tests/test_optimization.py
tests/test_otoc.py
tests/test_pauli_decompose.py
tests/test_perfect_code.py
tests/test_petz.py
tests/test_protocols_shor.py
tests/test_qec_noise.py
tests/test_qec_threshold.py
tests/test_randomized_benchmarking.py
tests/test_sat_solver.py
tests/test_schmidt.py
tests/test_simon.py
tests/test_spectroscopy.py
tests/test_spin_squeezing.py
tests/test_stabilizer.py
tests/test_state_preparation.py
tests/test_steane_code.py
tests/test_thermal.py
tests/test_tomography.py
tests/test_trotter_scaling.py
tests/test_uncertainty.py
tests/test_vqe_solver.py
tests/test_weak_values.py
tests/test_zeno.py
tests/cirq/__init__.py
tests/cirq/test_cirq_advanced.py
tests/cirq/test_cirq_edge_cases.py
tests/cirq/test_cirq_integration.py
tests/integration/__init__.py
tests/integration/test_integration.py
tests/integration/test_qiskit_integration.py
tests/qml/__init__.py
tests/qml/test_actor_critic.py
tests/qml/test_advanced_algorithms.py
tests/qml/test_advanced_optimizers.py
tests/qml/test_advanced_qml.py
tests/qml/test_ansatz_library.py
tests/qml/test_automl.py
tests/qml/test_dataset.py
tests/qml/test_dqn.py
tests/qml/test_edge_cases.py
tests/qml/test_hamiltonians.py
tests/qml/test_hybrid.py
tests/qml/test_kernels.py
tests/qml/test_mitigation.py
tests/qml/test_policy_gradient.py
tests/qml/test_qaoa.py
tests/qml/test_qml_parameterized_gates.py
tests/qml/test_qnn.py
tests/qml/test_spsa.py
tests/qml/test_transfer.py
tests/qml/test_transfer_extended.py
tests/qml/test_vqd.py
tests/qml/test_vqe.py
tests/qml/test_zne.py
tests/unit/CONVERSION_TRACKER.py
tests/unit/__init__.py
tests/unit/test_advanced.py
tests/unit/test_backend_comprehensive.py
tests/unit/test_backend_integration.py
tests/unit/test_backends.py
tests/unit/test_backends_advanced.py
tests/unit/test_backends_comprehensive.py
tests/unit/test_backends_fast.py
tests/unit/test_circuit_noise.py
tests/unit/test_circuit_noise_advanced.py
tests/unit/test_circuit_noise_unique.py
tests/unit/test_compatibility.py
tests/unit/test_comprehensive.py
tests/unit/test_distribution.py
tests/unit/test_docstrings.py
tests/unit/test_error_handling.py
tests/unit/test_extreme.py
tests/unit/test_gpu_quick.py
tests/unit/test_hardware_profiles_extended.py
tests/unit/test_hardware_profiles_phase3.py
tests/unit/test_mitigation_comprehensive.py
tests/unit/test_mitigation_final.py
tests/unit/test_mitigation_observables.py
tests/unit/test_mitigation_zne.py
tests/unit/test_noise.py
tests/unit/test_noise_advanced.py
tests/unit/test_noise_extreme.py
tests/unit/test_noise_final.py
tests/unit/test_noise_performance.py
tests/unit/test_noise_quantum_info.py
tests/unit/test_noise_ultimate.py
tests/unit/test_parallel.py
tests/unit/test_performance.py
tests/unit/test_production.py
tests/unit/test_qiskit_complex.py
tests/unit/test_qiskit_extreme.py
tests/unit/test_qiskit_ultra.py
tests/unit/test_qml_advanced.py
tests/unit/test_qml_comprehensive.py
tests/unit/test_qml_memory.py
tests/unit/test_qml_threading.py
tests/unit/test_qml_tricky.py
tests/unit/test_quickstart.py
tests/unit/test_validation.py