.gitignore
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GUIDES_PLAN.md
LICENSE
PHYSICS.md
README.md
RELEASE_NOTES_0.2.0.md
RELEASE_NOTES_0.2.1.md
ci-constraints-3.11.txt
ci-constraints-3.12.txt
ci-constraints.in
pyproject.toml
.github/pull_request_template.md
.github/workflows/benchmark.yml
.github/workflows/ci.yml
.github/workflows/deps-canary.yml
.github/workflows/docs.yml
.github/workflows/pre-merge.yml
.github/workflows/release.yml
benchmarks/__init__.py
benchmarks/closed_system.py
benchmarks/reporting.py
docs/api.rst
docs/conduct.md
docs/conf.py
docs/contributing.md
docs/cookbook.md
docs/extensions.md
docs/index.md
docs/physics.md
docs/prose-audit-workflow.md
docs/wrangler.jsonc
docs/_static/active-patch-full.html
docs/_static/active-patch-reduced.html
docs/_static/custom.css
docs/_static/favicon.png
docs/_static/quchip-wordmark-dark.png
docs/_static/quchip-wordmark-light.png
docs/_static/data/collodo_figure2a_measurements.csv
docs/_static/data/collodo_figure2a_simulation.csv
docs/_static/data/tunable_coupler_figure2_peaks.csv
docs/_static/data/tunable_coupler_figure2_response.csv
docs/_templates/autosummary/module.rst
docs/guides/chip-transformations.md
docs/guides/defining-and-inspecting-a-chip.md
docs/guides/differentiability.md
docs/guides/dynamics-pulses-and-readout.md
docs/guides/from-sqa-2026.md
docs/guides/statics-and-parameter-studies.md
docs/images/collodo_tunable_zz_candidate.png
docs/images/differentiate_a_driven_chip.png
docs/images/differentiate_fluxonium_fit.png
docs/images/differentiate_static_slope.png
docs/images/dynamics_one_pulse.png
docs/images/fit_a_dress_convergence.png
docs/images/hassani_ist_candidate.png
docs/images/hello_dispersive_readout_iq.png
docs/images/hello_qubit_drive_leakage.png
docs/images/populations-dark.svg
docs/images/populations.svg
docs/images/quchip-wordmark-dark.png
docs/images/quchip-wordmark-light.png
docs/images/quchip_pipeline_dark.png
docs/images/quchip_pipeline_light.png
docs/images/reduce_and_replay.png
docs/images/resolve_and_sweep.png
docs/images/stefanski_fluxonium_candidate.png
docs/images/stefanski_fluxonium_gradient_fit.png
docs/images/stefanski_fluxonium_gradient_fit_offset_3.png
docs/images/stefanski_fluxonium_gradient_fit_offset_6.png
docs/images/stefanski_fluxonium_gradient_fit_stride_2_offset_0.png
docs/images/stefanski_fluxonium_gradient_fit_stride_4_offset_0.png
docs/images/stefanski_fluxonium_gradient_fit_stride_4_offset_1.png
docs/images/stefanski_fluxonium_readout.png
docs/images/stefanski_fluxonium_spectrum.png
docs/images/tunable_coupler_statics.png
docs/superpowers/plans/2026-08-27-dressed-chip-fit.md
docs/superpowers/specs/2026-08-27-dressed-chip-fit-design.md
docs/superpowers/specs/2026-08-27-kerr-matrix-design.md
examples/00_hello_chip.ipynb
examples/00_hello_chip.md
examples/01_resolve_and_sweep.ipynb
examples/01_resolve_and_sweep.md
examples/02_reduce_and_replay.ipynb
examples/02_reduce_and_replay.md
examples/03_differentiate_a_driven_chip.ipynb
examples/03_differentiate_a_driven_chip.md
quchip/__init__.py
quchip/approximations.py
quchip/sweep.py
quchip.egg-info/PKG-INFO
quchip.egg-info/SOURCES.txt
quchip.egg-info/dependency_links.txt
quchip.egg-info/requires.txt
quchip.egg-info/top_level.txt
quchip/analysis/__init__.py
quchip/analysis/cross_resonance.py
quchip/analysis/dispersive_readout.py
quchip/analysis/effective_hamiltonian.py
quchip/backend/__init__.py
quchip/backend/_dims.py
quchip/backend/containers.py
quchip/backend/dynamiqs.py
quchip/backend/protocol.py
quchip/backend/qutip.py
quchip/chip/__init__.py
quchip/chip/analysis.py
quchip/chip/baths.py
quchip/chip/chip.py
quchip/chip/coupling_base.py
quchip/chip/couplings.py
quchip/chip/describe.py
quchip/chip/dressing.py
quchip/chip/observables.py
quchip/chip/partition.py
quchip/chip/retarget.py
quchip/chip/serialization.py
quchip/chip/states.py
quchip/chip/sw.py
quchip/chip/transformations/__init__.py
quchip/chip/transformations/active_patch.py
quchip/chip/transformations/dispatch.py
quchip/chip/transformations/eliminate_coupling.py
quchip/chip/transformations/eliminate_device.py
quchip/chip/transformations/methods.py
quchip/chip/transformations/plumbing.py
quchip/chip/transformations/result.py
quchip/control/__init__.py
quchip/control/batch.py
quchip/control/drive.py
quchip/control/drives_two_photon.py
quchip/control/envelopes.py
quchip/control/equipment.py
quchip/control/sequence.py
quchip/control/signal.py
quchip/declarative/__init__.py
quchip/declarative/dissipation.py
quchip/declarative/dynamics.py
quchip/declarative/expr.py
quchip/declarative/models.py
quchip/declarative/ops.py
quchip/declarative/parameters.py
quchip/declarative/qnp.py
quchip/devices/__init__.py
quchip/devices/base.py
quchip/devices/fluxonium.py
quchip/devices/fock.py
quchip/devices/kerr_cavity.py
quchip/devices/protocols.py
quchip/devices/resonator.py
quchip/devices/spaces.py
quchip/devices/transmon/__init__.py
quchip/devices/transmon/charge_basis.py
quchip/devices/transmon/duffing.py
quchip/devices/transmon/flux_tunable.py
quchip/engine/__init__.py
quchip/engine/approximations.py
quchip/engine/assembly.py
quchip/engine/bands.py
quchip/engine/basis.py
quchip/engine/frames.py
quchip/engine/ir.py
quchip/engine/observables.py
quchip/engine/partitioned.py
quchip/engine/problem.py
quchip/engine/solver_hints.py
quchip/extensions/__init__.py
quchip/extensions/couplings.py
quchip/extensions/devices.py
quchip/extensions/drives.py
quchip/extensions/envelopes.py
quchip/extensions/signals.py
quchip/extensions/spaces.py
quchip/interop/__init__.py
quchip/interop/base.py
quchip/interop/eigenbasis.py
quchip/interop/scqubits/__init__.py
quchip/interop/scqubits/composite.py
quchip/interop/scqubits/devices.py
quchip/inverse_design/__init__.py
quchip/inverse_design/fit.py
quchip/inverse_design/observables.py
quchip/inverse_design/subsystems.py
quchip/inverse_design/types.py
quchip/results/__init__.py
quchip/results/partitioned.py
quchip/results/results.py
quchip/utils/__init__.py
quchip/utils/constants.py
quchip/utils/jax_utils.py
quchip/utils/labeling.py
quchip/utils/registry.py
quchip/utils/state_versioning.py
quchip/viz/__init__.py
quchip/viz/_common.py
quchip/viz/_style.py
quchip/viz/chip.py
quchip/viz/control.py
quchip/viz/device.py
quchip/viz/results.py
tests/__init__.py
tests/conftest.py
tests/test_active_patch.py
tests/test_analysis_cross_resonance.py
tests/test_approximations.py
tests/test_auto_config.py
tests/test_backend.py
tests/test_backend_dynamiqs_contract.py
tests/test_backend_hamiltonian_prep.py
tests/test_backend_max_step.py
tests/test_backend_selection.py
tests/test_backend_switching.py
tests/test_baths.py
tests/test_benchmark_reporting.py
tests/test_charge_basis_transmon.py
tests/test_chip.py
tests/test_chip_coupling_map.py
tests/test_collapse_channels.py
tests/test_convenience.py
tests/test_crosstalk_matrix.py
tests/test_declarative_coupling_compile.py
tests/test_declarative_envelope_duration.py
tests/test_declarative_expr.py
tests/test_declarative_models.py
tests/test_declarative_models_pytree.py
tests/test_declarative_parameters.py
tests/test_declarative_parameters_ordering.py
tests/test_declarative_traceability.py
tests/test_declarative_write_validation.py
tests/test_describe.py
tests/test_device_protocols.py
tests/test_dims.py
tests/test_dispersive_readout.py
tests/test_domain.py
tests/test_dressed.py
tests/test_drive_definition.py
tests/test_drive_protocol_dispatch.py
tests/test_e_ops_builder.py
tests/test_edge_pump_assembly.py
tests/test_effective_hamiltonian.py
tests/test_eliminate_describe.py
tests/test_eliminate_dispatch.py
tests/test_engine_result.py
tests/test_engine_validation.py
tests/test_envelopes.py
tests/test_extension_docs.py
tests/test_extension_references.py
tests/test_extension_surfaces.py
tests/test_fit_a_dress.py
tests/test_fit_a_dress_fluxonium.py
tests/test_fit_a_dress_selection.py
tests/test_flux_drive.py
tests/test_flux_tunable_transmon.py
tests/test_fluxonium.py
tests/test_frame.py
tests/test_generic_coupling.py
tests/test_interop_base.py
tests/test_interop_eigenbasis.py
tests/test_interop_scqubits_composite.py
tests/test_interop_scqubits_devices.py
tests/test_intrinsic_decay_rate.py
tests/test_jax_trace_nsteps.py
tests/test_jax_utils.py
tests/test_kerr_cavity.py
tests/test_kerr_matrix.py
tests/test_labeling.py
tests/test_local_basis_materialization.py
tests/test_local_spaces.py
tests/test_noise_after_the_fact.py
tests/test_parameter_surfaces.py
tests/test_parametric_drive.py
tests/test_parametric_hooks.py
tests/test_partition.py
tests/test_pipeline.py
tests/test_prose_audit.py
tests/test_reference_freq.py
tests/test_registry.py
tests/test_results.py
tests/test_retarget.py
tests/test_rwa_mask.py
tests/test_scheduling.py
tests/test_sequence_pump.py
tests/test_serialization.py
tests/test_solve_problem_dispatch.py
tests/test_state_versioning.py
tests/test_sw_core.py
tests/test_sw_exact.py
tests/test_sweep.py
tests/test_time_coefficients.py
tests/test_time_dependent_extensions.py
tests/test_transformations.py
tests/test_transformations_equipment.py
tests/test_transition_api.py
tests/test_truncation_and_pauli.py
tests/test_viz.py
tests/examples/test_example_00.py
tests/examples/test_example_01.py
tests/examples/test_example_02.py
tests/examples/test_example_03.py
tests/examples/test_progressive_guides.py
tests/extended/__init__.py
tests/extended/test_circuit_device_integration.py
tests/extended/test_counter_rotating.py
tests/extended/test_cross_mode.py
tests/extended/test_demod.py
tests/extended/test_dressing_chip_traceable.py
tests/extended/test_dressing_kernel.py
tests/extended/test_dynamiqs_backend.py
tests/extended/test_dynamiqs_integration.py
tests/extended/test_effective_hamiltonian_traceable.py
tests/extended/test_eliminate_autodiff.py
tests/extended/test_fit_a_dress_jax.py
tests/extended/test_integration.py
tests/extended/test_jax_traceability.py
tests/extended/test_kerr_cavity_dynamiqs.py
tests/extended/test_kerr_matrix_traceable.py
tests/extended/test_multi_device.py
tests/extended/test_noise.py
tests/extended/test_parametric_autodiff.py
tests/extended/test_partition_grad.py
tests/extended/test_physics.py
tests/extended/test_regression_snapshots.py
tests/extended/test_rwa_traceability.py
tests/extended/test_sw_vs_exact_grad.py
tests/extended/test_transformations_baths_traceable.py
tests/extended/test_viz_chip_control.py
tests/extended/test_viz_results_device.py
tests/physics_sentinel/__init__.py
tests/physics_sentinel/test_bath_thermalization.py
tests/physics_sentinel/test_circuit_device_physics.py
tests/physics_sentinel/test_cr_ring_design.py
tests/physics_sentinel/test_dispersive_readout_matrix.py
tests/physics_sentinel/test_eliminate_dispersive.py
tests/physics_sentinel/test_eliminate_portability.py
tests/physics_sentinel/test_eliminate_readout_ladder.py
tests/physics_sentinel/test_parametric_pump.py
tests/physics_sentinel/test_partition_patch_sentinel.py
tests/physics_sentinel/test_rabi_matrix.py
tests/physics_sentinel/test_rwa_band_policy.py
tests/physics_sentinel/test_rwa_other_couplings.py
tests/physics_sentinel/test_rwa_validity.py
tests/physics_sentinel/test_sw_vs_exact.py
tests/physics_sentinel/test_time_dependent_extensions.py
tests/physics_sentinel/refs/__init__.py
tests/physics_sentinel/refs/fluxonium_scqubits_reference.json
tests/typing/external_declarative_models.py
tools/collodo_zz_candidate.py
tools/compile_ci_constraints.sh
tools/hassani_ist_candidate.py
tools/stefanski_fluxonium_candidate.py
tools/stefanski_fluxonium_gradient_fit.py
tools/sync_example_outputs.py
tools/prose_audit/__init__.py
tools/prose_audit/cli.py
tools/prose_audit/extract.py
tools/prose_audit/rules.py