Results 13 issues of fretchen

I love the book and the website (I learned python with it). But I wonder if it would be possible to move the content towards a [jupyter book](https://jupyterbook.org/en/stable/intro.html) such that...

### Issue Kind Brand new capability ### Description It would seem that [SLSA](https://slsa.dev/) is a framework to make it safer to work with open source packages. Now it would also...

kind/feature
status/triage

One of the more interesting things about quadratic voting is its ability to integrate different voting powers. My question: - Would it be possible to create different `roles` for events,...

### What is the expected behavior? There is a substantial amount of cases, where variational circuits would be fairly nicely integrated into `runtime`. For the moment it is really open...

enhancement

### What is the expected behavior? For most (every?) gates there is some periodicity involved. The best example are the `RLXGate` and its cousins. For them it would be great...

enhancement

### What is the expected behavior? The coupling map tells you which kind of gates can be coupled together. However, for increasingly large devices this becomes a bit tedious and...

enhancement

In tutorial number 4 the gate is defined through the Hamiltonian: H_{\text{OAT}}(\chi, \Delta, \omega) = \sum_{i=1}^3 \chi_i L_{z, i}^2 + \Delta_i L_{z, i} + \Omega_i L_{x, i} However, in the...

Write now the hopping gate only accepts list, this is slightly awkward for a single global hopping parameter. Right now one has to write: `qc.hop_fermions([theta_j], list(range(0, 4)))` It would be...

Suppose the following circuit: ``` qc = QuantumCircuit(2) qc.lx(np.pi, [0]) qc.append(LxLyGate(gamma=np.pi), [0, 1]) qc.measure_all() counts = backend.run(qc, spin=1/2).result().get_counts() ``` To implement a number of mixture experiments it would be necessary...

Would it be possible to add an option that prints out the required properties of the jsonschema ? This would come in handy in numerous cases. Take for example the...