kqcircuits.simulations.waveguides_sim
- class kqcircuits.simulations.waveguides_sim.WaveGuidesSim(layout, **kwargs)[source]
Bases:
SimulationInitialize a Simulation.
The initializer parses parameters, creates a top cell, and then calls self.build to create the simulation geometry, followed by self.create_simulation_layers to process the geometry so it is ready for exporting.
- Parameters:
layout – the layout on which to create the simulation
- Keyword Arguments:
**kwargs –
Any parameter can be passed as a keyword argument.
In addition, cell can be passed as keyword argument. If cell is supplied, it will be used as the top cell for the simulation. Otherwise, a new cell will be created. See Simulation.from_cell for creating simulations from existing cells.
cpw_length (Double) - Waveguide length, default=
100, unit=μmn_guides (Int) - Number of guides, default=
5spacing (Double) - Parallel spacing, default=
100, unit=μmguide_face_id (String) - Guide face id, default=
1t1add_bumps (Boolean) - Add ground bumps, default=
Falseport_termination_end (Boolean) - Port termination end, default=
Trueuse_edge_ports (Boolean) - Use edge ports, default=
Trueetch_whole_opposite_face (Boolean) - Remove the whole opposite face metal if flip chip, default=
False