UCL-CCS / symmer

An efficient Python-based framework for implementing qubit subspace methods, reducing the resource requirements for near-term quantum simulations.
MIT License
38 stars 9 forks source link

Ray compatibility #161

Closed FedorIVS closed 1 year ago

FedorIVS commented 1 year ago

I'm running on a Mac M1, python 3.10 and no matter which version of Ray I install I always get the same error:

ModuleNotFoundError: No module named 'ray'

I am pretty sure that this is a more general ray issue which appears for some chips. Would it be possible to make ray option within symmer?

FedorIVS commented 1 year ago

Seems like a manual install of the 3.0.0 version of Ray might have solved the issue.