Renderers (qiskit_metal.renderers
)#
Renderer Base#
|
Abstract base class for all Renderers of Metal designs and their |
|
Abstract base class for the GUI rendering. |
|
Abstract base class for all Renderers intended for Analysis. |
MPL Renderer#
|
Main Plot canvas widget. |
|
Base class for class providing interaction to a matplotlib Figure. |
|
Class providing zoom on wheel interaction to a matplotlib Figure. |
|
Class providing pan & zoom interaction to a matplotlib Figure. |
|
Matplotlib handle all rendering of an axis. The axis is given in the function render. Access: self = gui.canvas.metal_renderer. |
|
Class that animates text. |
GDS Renderer#
|
Extends QRenderer to export GDS formatted files. |
|
Create a cheese cell based on input of no-cheese locations. |
Ansys Renderer#
|
Extends QRenderer to export designs to Ansys using pyEPR. The methods |
|
Subclass of QAnsysRenderer for running HFSS simulations. |
|
Subclass of QAnsysRenderer for running Q3D simulations. |
|
Will fill this out later. |
|
Subclass of pyaedt renderer for running Q3D simulations. |
|
Subclass of pyaedt renderer for running HFSS simulations. |
|
Subclass of pyaedt HFSS renderer for methods unique to driven-modal solutions within HFSS. |
|
Subclass of pyaedt HFSS renderer for methods unique to driven-modal solutions within HFSS. |
GMSH Renderer#
|
Extends QRendererAnalysis class to export designs to Gmsh using the Gmsh python API. |
|
Class to define an array of np.ndarray objects |