tequila.simulators.simulator_api.draw

tequila.simulators.simulator_api.draw(objective, variables=None, backend: str = None)[source]

Pretty output (depends on installed backends).

Parameters
  • objective – the tequila objective to print out

  • variables (optional:) – Give variables if the objective is parametrized (not necesarry for displaying)

  • backend (str, optional:) – chose preferred backend (of None or not found it will be automatically picked)