qiskit-metal
qiskit-metal copied to clipboard
Support silent method output
What is the feature being requested?
when running the Optimizer, as well as any method that creates a in-line output, we should have a way to make the output silent
and later callable. Request to create a "verbose" versus "silent" flag about everywhere. Whichever it is the easy way to do that.
What are use cases for this feature?
Optimizer and any other "automated loop" or sequence that is intended to feed outputs to a visualization service.
Good feature