Arianne Meijer

Results 9 issues of Arianne Meijer

The dutch sentiment file (see [nl-sentiment.xml](https://github.com/clips/pattern/blob/master/pattern/text/nl/nl-sentiment.xml)) has words with negative subjectivity, which does not respect the boundary values for subjectivity: [0.0, 1.0]. I did not check for how many cases,...

Chapter 1 also contains 2 exercises. Although they are quite open in nature, I would have liked to see someone's attempt on answering them.

It has been shown that, under certain conditions, it is more efficient to resynthesis parts of a circuit rather than attempting to route the circuit using SWAPs (https://arxiv.org/abs/1904.00633). It would...

short project

I have created a bunch of long proofs and most of them are unable to load. I get this message: ![image](https://github.com/Quantomatic/zxlive/assets/2073324/4e1e018f-2932-4f87-870d-b1365ab7119b) The number changes for different files. No errors from...

Type: bug
Category: Proof mode

Issue as described in the title. It seems to happen occasionally when clicking the rules themselves, but I have yet to identify where I need to be clicking for it...

Type: bug
more discussion needed
Category: Proof mode

I get an error stating that the output_tensors and output_masks are not of equal length when using readout and return_states and nesting the RecurrentModel into a keras model. I believe...

Added naive MOVE gate insertion support for use of Deneb with Cirq. The tests can only pass after https://github.com/iqm-finland/iqm-client/pull/124 has been merged.

Minimal refactor of ``transpile_to_IQM`` to support qiskit v1.2. Part of COMP-1361 Task list: - [x] Remove the use of Qiskit's BackendProperties - [x] Update tox and pyproject files for the...

IQM client validates circuits before sending them to the quantum computer. This does not need to be done twice.