We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bab00 commit 43ccf1aCopy full SHA for 43ccf1a
tests/test_components/test_microwave.py
@@ -663,10 +663,11 @@ def test_path_integral_factory_mixed_specs():
663
impedance_spec1 = td.CustomImpedanceSpec(voltage_spec=v_spec, current_spec=None)
664
impedance_spec2 = td.CustomImpedanceSpec(voltage_spec=None, current_spec=i_spec)
665
microwave_mode_spec = td.MicrowaveModeSpec(
666
+ num_modes=2,
667
impedance_specs=(
668
impedance_spec1,
669
impedance_spec2,
- )
670
+ ),
671
)
672
voltage_integrals, current_integrals = make_path_integrals(microwave_mode_spec, mode_monitor)
673
0 commit comments