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, export_only: 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.

  • export_only (bool) – if True no simulation is run, only export files.

  • 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

../_images/kqcircuits.simulations.export.export_and_run.png