We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f479a2 + 2d4b4ce commit 1a55555Copy full SHA for 1a55555
simulaqron/simulaqron.py
@@ -231,7 +231,7 @@ def default():
231
232
233
@set.command()
234
-@click.argument('value', type=click.Choice([b.value for b in SimBackend.value]))
+@click.argument('value', type=click.Choice([b.value for b in SimBackend]))
235
def sim_backend(value):
236
"""The backend to use (stabilizer, projectq, qutip)."""
237
simulaqron_settings.sim_backend = value
0 commit comments