You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run a circuit simulation now, it requires inputing the required state, sim_params, and circuit. It would be nice to remove some of the dependence on sim_params.
Describe the solution you'd like
It could be better to do something more qiskit-like by just inputting simulator.run(circuit) by setting more defaults
The text was updated successfully, but these errors were encountered:
aaronleesander
changed the title
✨ Circuit simulation by inputing only circuit
✨ Make Circuit simulation more Qiskit-like
Mar 13, 2025
What's the problem this feature will solve?
To run a circuit simulation now, it requires inputing the required state, sim_params, and circuit. It would be nice to remove some of the dependence on sim_params.
Describe the solution you'd like
It could be better to do something more qiskit-like by just inputting simulator.run(circuit) by setting more defaults
The text was updated successfully, but these errors were encountered: