Solomon

Results 23 comments of Solomon

Thanks @genos but that is not was I was asking for ... I don't need to plot the circuit in LaTeX, I want a symbolic representation just like the example...

Hello, This is my setup: ``` Python 3.8.10 (default, Sep 30 2022, 09:53:07) [Clang 13.1.6 (clang-1316.0.21.2.5)] on darwin ``` ``` ~ % uname -a Darwin mprox 21.5.0 Darwin Kernel Version...

@croquemadame I was not able to install it with my current python env: ``` Python 3.8.10 (default, Sep 30 2022, 09:53:07) [Clang 13.1.6 (clang-1316.0.21.2.5)] on darwin ``` Of course, the...

@jakelishman Main issue with tweedledum: **have 'x86_64', need 'arm64e'** ``` Python 3.9.7 (default, Oct 6 2022, 11:51:04) [Clang 13.1.6 (clang-1316.0.21.2.5)] on darwin Type "help", "copyright", "credits" or "license" for more...

Thank you so much for the effort. There seems to be issues with the M1 chip, what I did was to uninstall conda and install: `pyenv global 3.8.10` All the...

Sure, I shall give it a try tomorrow. Thanks!

@mtreinish this does not work with arm64, I have the same issue. `arch -arm64 pip install cmake tweedledum --no-binary :all:` ``` [58/73] Building CXX object CMakeFiles/_tweedledum.dir/src/Synthesis/xag/xag_synth.cpp.o [59/73] Building CXX object...

My pleasure. Will be fixed in the next release. Thanks.