Skip to content

Commit 170f22e

Browse files
committed
added example notebook
1 parent 7612c10 commit 170f22e

File tree

2 files changed

+480
-1
lines changed

2 files changed

+480
-1
lines changed

c3/generator/devices.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ class CouplingTuning(Device):
387387
True if both coupled elements are frequency tuned
388388
"""
389389

390-
def __init__(self, two_inputs=None, **props):
390+
def __init__(self, two_inputs=False, **props):
391391
super().__init__(**props)
392392

393393
# For two frequency tunable elements

examples/frequency_dependent_coupling.ipynb

+479
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)