Nguyen Damien

Results 46 comments of Nguyen Damien

Dear @mirzazulfan , Thanks a lot for your logo submissions. We had a meeting with the other maintainers of ProjectQ yesterday and we decided that we'd like to use your...

Everybody that contributes to ProjectQ is required to sign a Copyright Licence Agreement (CLA). The easiest way of getting it is to just send an e-mail to [[email protected]](mailto:[email protected]) requesting the...

@JerryZYGo Did you manage to get the CLA signed? If not please do so. Until this is done I will not be reviewing this PR.

There are a lot of failing tests that you should probably fix before I will review this again.

Ok, so here is a small breakup of the CI test failures: # Git issues Try to run a diff using Git between this branch and the latest `develop`: ```...

Mmm this is weird, the current `setup.py` should be able to compile the C++ version of the simulator without AVX2 intrinsics. Could you please provide the full log of the...

@CalMacCQ Could you try giving me the full log of the following command? ```bash python3 -m pip install -v projectq ```

Thanks. It appears that the ProjectQ wheel was not built this time around (most likely because pip cached it last time you installed ProjectQ). This means I don't have the...

> Okay I've ran > > `python3 -m pip install --no-cache-dir -v projectq > pq_log1.txt` > > in the same directory. Let me know if you need anything else. Just...

Ehm... there was a typo in the first of the commands I asked you to run... a 'q' was missing so you did not actually uninstall ProjectQ with the first...