kqcircuits.elements.hanger_resonator
- class kqcircuits.elements.hanger_resonator.HangerResonator[source]
Bases:
ElementHanger Resonator
- classmethod get_sim_ports(simulation)[source]
List of RefpointToSimPort objects defining which refpoints should be turned to simulation ports for the given element class
Returns empty list if not implemented for Element subclass. When implementing this method, the best practice is for this method to have no “side effects”, that is all code contained within this method should only serve to derive the list of RefpointToSimPort objects and nothing else: no change in element’s geometry or parameter values.
- Parameters:
cls – Element class, this is a class method
simulation – Simulation object where a cell of this element class is placed. Use this argument if you need to decide certain arguments for RefpointToSimPort objects based on simulation’s parameters
- Returns:
List of RefpointToSimPort objects, empty list by default
coupling_length (Double) - Length of the resonator center part (coupling), default=
500, unit=μmhead_length (Double) - Length of the resonator left waveguide (head) , default=
300, unit=μmresonator_length (Double) - Total length of the resonator, default=
1000, unit=μmres_a (Double) - Trace width of resonator line, default=
10, unit=μmres_b (Double) - Gap width of resonator line, default=
6, unit=μmground_width (Double) - Trace width of middle ground, default=
10, unit=μm