QuTech-Delft / libqasm

libQASM: Library to parse cQASM files
https://arxiv.org/abs/1805.09607
Other
15 stars 16 forks source link

Create master beta 2 #215

Closed rturrado closed 2 months ago

rturrado commented 2 months ago

Added

Changed

Removed

rturrado commented 2 months ago

Most of the changes come from clang-format.

The only "real" changes are:

rturrado commented 2 months ago

As you say, there are just some small changes. But why have so many files changed then? Are these generated?

That's because of clang-format. It's a tool for automatically formatting your codebase.

As I commented above, the only "real" changes are in a few files.

elenbaasc commented 2 months ago

We will keep the release 0.6.2. on PyPI then right, as it is identical to this PR?

rturrado commented 2 months ago

We will keep the release 0.6.2. on PyPI then right, as it is identical to this PR?

That's it.

Hopefully, once Conan Center build system is back up running, we will also have a libqasm Conan package based off 0.6.2.

Remember also we have master-beta-3 (0.6.3) ready for review, which implements multiple measure instructions at the end of the program.