This PR implements the getMeasurementBasisRotations method, which return the rotation operators to the Z-basis for each qubit. This is a step in improving variational algorithms such as VQE to not have to store/pass large circuits through Observable::observe().
This PR implements the
getMeasurementBasisRotations
method, which return the rotation operators to the Z-basis for each qubit. This is a step in improving variational algorithms such as VQE to not have to store/pass large circuits throughObservable::observe()
.