Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the latest Cirq version, as well as additional simulators #70

Closed
josh146 opened this issue Jul 5, 2021 · 1 comment
Closed

Comments

@josh146
Copy link
Member

josh146 commented Jul 5, 2021

The latest version of Cirq provides additional simulators for 'analytic' mode (shots=None), in particular

cirq.sim.SimulatesExpectationValues.simulate_expectation_values()
cirq.sim.SimulatesFinalState.simulate()

Support for SimulatesExpectationValues should be added to the PL-Cirq plugin, to ensure a more efficient pathway for computing expectation values when using shots=None.

@rmoyard
Copy link
Contributor

rmoyard commented Oct 1, 2021

This issue is solved by #81 .

@rmoyard rmoyard closed this as completed Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants