kqcircuits.simulations.export.export_and_run¶
- kqcircuits.simulations.export.export_and_run.export_and_run(export_script: pathlib.Path, export_path: pathlib.Path, quiet: bool = False, args=None)[source]¶
Exports and runs a KQC simulation.
- Parameters
export_script (Path) – path to the simulation export script
export_path (Path) – path where simulation files are exported
quiet (bool) – if True all the GUI dialogs are shown, otherwise not.
args (list) – a list of strings describing arguments to be passed to the simulation script
- Returns
a tuple containing
export_script(Path): path to the simulation export script
export_path(Path): path where simulation files are exported
