Reza Haghshenas
Reza Haghshenas
running that "python3 build.py --enable_cuda" No library found under: /usr/local/cuda-11.1/targets/x86_64-linux/lib/libcudart.so.11.1 but what I have there is libcudart.so.11.0 and libcudart.so.11.1.74. My cuda version is 11.1 and it passed the test.
I am trying to install KaHyPar on Mac: pip install KaHyPar. But getting the following error; I appreciate any help pip install kahypar Collecting kahypar Using cached kahypar-1.0.tar.gz (8.0 MB)...
It is possible to do automatic differentiation through a circuit with conditional gates. I mean variationally optimize the circuit with gates that are applied based on themed-circuit measurement.
Just to get an update regarding current way of writing noisy models
A simple attepmt to include open_qasm to Circuit class
I get an error: RuntimeError: nlopt failure File "/home/reza/anaconda3/envs/qdev/lib/python3.9/site-packages/nlopt/nlopt.py", line 334, in optimize return _nlopt.opt_optimize(self, *args) RuntimeError: nlopt failure even by setting opt.set_maxtime(-1)