entropicalabs / openqaoa

Multi-backend SDK for quantum optimisation
MIT License
119 stars 58 forks source link

analytical=True only if using the analytical simulator #173

Closed kidiki closed 1 year ago

kidiki commented 1 year ago

Description

Bool variable analytical controlling whether computing the expectation values using the analytical formula or from the dict count. Note that the backend cannot be checked in utilities.py due to a circular import.