Closed s-mandra closed 5 years ago
I've also updated the docs.
regarding cirq version and simulator. we can use 0.5.0 and the copied sim class from 0.6.0. This is how I did it in the PR for cirq interface.
regarding cirq version and simulator. we can use 0.5.0 and the copied sim class from 0.6.0. This is how I did it in the PR for cirq interface.
This would be great, thanks!
@s-mandra, could you verify that ./configure
runs successfully from a freshly-pulled client? Requiring cirq@0.6.0 appears to block the Makefiles from generating.
Hi @95-martin-orion, once you have time, may I kindly ask you to check if everything build on your machine? I just added few options in autoconf and I want to make sure that everything works. Keep in mind that now to create a new
./configuration
file you need to do:The new
./configuration
file is much nicer and check forpython
andcirq
unless the user specify:Thanks for your time!