quantum_tsp_tutorials icon indicating copy to clipboard operation
quantum_tsp_tutorials copied to clipboard

This repository contains code with tutorials of how to approach optimization problems using quantum computing.

Results 1 quantum_tsp_tutorials issues
Sort by recently updated
recently updated
newest added

Hi, I was running through you example QAOA.ipynb, and ran into error: `module 'pyquil.api' has no attribute 'QVMConnection'` so I downgraded pyquil to 2.1.1 as you mentioned. And then got...