LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
benchmarks/__init__.py
benchmarks/decoherence_r_read_tphi_workflow.py
benchmarks/decoherence_xy_t1_workflow.py
benchmarks/decoherence_z_tphi2_workflow.py
benchmarks/qubit_grounded_flux_sweep_workflow.py
benchmarks/qubit_multi_coupling_flux_sweep_workflow.py
benchmarks/qubit_parameterized_workflow.py
benchmarks/qubit_qcrfgr_frequency_probe_workflow.py
demo/README.md
demo/demo_01_single_qubit_basics.ipynb
demo/demo_02_decoherence.ipynb
demo/demo_03_waveform_and_gate_basics.ipynb
demo/demo_04_dynamic_simulation.ipynb
demo/data/README.md
demo/data/synthetic_flux_noise_psd.csv
docs/README.md
docs/architecture/module-map.md
docs/architecture/refactor-status.md
docs/assets/pysuqu-logo.svg
docs/guides/code-style.md
docs/guides/getting-started.md
pysuqu/__init__.py
pysuqu/version.py
pysuqu.egg-info/PKG-INFO
pysuqu.egg-info/SOURCES.txt
pysuqu.egg-info/dependency_links.txt
pysuqu.egg-info/requires.txt
pysuqu.egg-info/top_level.txt
pysuqu/decoherence/__init__.py
pysuqu/decoherence/analysis.py
pysuqu/decoherence/dequbit.py
pysuqu/decoherence/electronics.py
pysuqu/decoherence/formatting.py
pysuqu/decoherence/noise.py
pysuqu/decoherence/plotting.py
pysuqu/decoherence/results.py
pysuqu/funclib/__init__.py
pysuqu/funclib/awgenerator.py
pysuqu/funclib/mathlib.py
pysuqu/funclib/noisemodel.py
pysuqu/funclib/qutiplib.py
pysuqu/qubit/__init__.py
pysuqu/qubit/analysis.py
pysuqu/qubit/base.py
pysuqu/qubit/circuit.py
pysuqu/qubit/compatibility.py
pysuqu/qubit/experimental.py
pysuqu/qubit/gate.py
pysuqu/qubit/multi.py
pysuqu/qubit/plotting.py
pysuqu/qubit/single.py
pysuqu/qubit/solver.py
pysuqu/qubit/sweeps.py
pysuqu/qubit/types.py
tests/__init__.py
tests/support.py
tests/functional/__init__.py
tests/functional/test_multi_qubit_flux_workflows.py
tests/functional/test_parameterized_qubit_workflows.py
tests/functional/test_single_qubit_flux_workflows.py
tests/regression/__init__.py
tests/regression/test_multi_qubit_update_baselines.py
tests/regression/test_parameterized_qubit_baselines.py
tests/regression/test_single_qubit_baselines.py
tests/smoke/__init__.py
tests/smoke/test_qubit_real_qutip_smoke.py
tests/unit/__init__.py
tests/unit/test_funclib_refactor_scaffold.py
tests/unit/test_gate_fidelity_projection.py
tests/unit/test_multi_qubit_analysis.py
tests/unit/test_multi_qubit_benchmark_harness.py
tests/unit/test_multi_qubit_plotting.py
tests/unit/test_multi_qubit_sweeps.py
tests/unit/test_multi_qubit_sweeps_benchmark_harness.py
tests/unit/test_qubit_benchmark_harness.py
tests/unit/test_qubit_circuit_module.py
tests/unit/test_qubit_package_exports.py
tests/unit/test_qubit_split_modules.py
tests/unit/test_qubit_sweeps_benchmark_harness.py
tests/unit/test_qubit_types_module.py
tests/unit/test_qubit_update_pipeline.py
tests/unit/test_single_qubit_drive_loss.py
tests/unit/test_single_qubit_fitting.py
tests/unit/test_single_qubit_sweeps.py
tests/unit/decoherence/__init__.py
tests/unit/decoherence/test_constructor_smoke.py
tests/unit/decoherence/test_dephase_kernel_boundary.py
tests/unit/decoherence/test_display_formatting.py
tests/unit/decoherence/test_electronic_noise_pipeline.py
tests/unit/decoherence/test_plot_optional.py
tests/unit/decoherence/test_print_independence.py
tests/unit/decoherence/test_r_benchmark_harness.py
tests/unit/decoherence/test_r_read_tphi_analyzer_boundary.py
tests/unit/decoherence/test_readout_thermal_noise_boundary.py
tests/unit/decoherence/test_refresh_model_boundary.py
tests/unit/decoherence/test_result_types.py
tests/unit/decoherence/test_t1_read_tphi_result_contract.py
tests/unit/decoherence/test_tphi2_result_contract.py
tests/unit/decoherence/test_xy_benchmark_harness.py
tests/unit/decoherence/test_xy_current_voltage_analyzer_boundary.py
tests/unit/decoherence/test_xy_t1_analyzer_boundary.py
tests/unit/decoherence/test_z_benchmark_harness.py
tests/unit/decoherence/test_z_bias_analyzer_boundary.py
tests/unit/decoherence/test_z_idle_sensitivity_boundary.py
tests/unit/decoherence/test_z_tphi1_analyzer_boundary.py
tests/unit/decoherence/test_z_tphi2_analyzer_boundary.py