2q-qvm --> 4q-pyqvm#1453
2q-qvm --> 4q-pyqvm#1453WhiteSymmetry wants to merge 1 commit intorigetti:masterfrom WhiteSymmetry:patch-1
Conversation
ConnectError: [WinError 10061] No connection could be made because the target machine actively refused it
qc = get_qc('2q-qvm') --> qc = get_qc('4q-pyqvm')
|
Hey @WhiteSymmetry, thanks for the suggestion. Just to clarify the objective, the problem you were having is a connection error when specifying QVM as the target? Were you running the QVM server locally as per the getting started instructions? I think we generally recommend that folks use QVM over PyQVM, since that is what most of our examples use. |
Tabline and quilc servers are conflicting because they are running on the same port. I removed the tabline, quilc installed without any problems, but the server did not work because some old plugins were causing problems (similar errors on both Windows 10, python 3.9 & 3.10.4 and Ubuntu 22.04). |
|
@WhiteSymmetry What errors in particular are you seeing when starting quilc? |
My 2nd attempt: Now it's worked |
ConnectError: [WinError 10061] No connection could be made because the target machine actively refused it
qc = get_qc('2q-qvm') --> qc = get_qc('4q-pyqvm')
Python 3.10.4 & Windows 10
Description
Insert your PR description here. Thanks for contributing to pyQuil! 🙂
Checklist
rcbranch (notmaster).flake8conventions.