-
Currently, to submit multiple circuits, users have to submit each circuit individually, e.g.
```python
jobs = []
for circuit in circuits:
jobs.append(backend.run(circuit, shots=N))
results …
guenp updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
It would be great if we could visualize an [OpenQASM](https://github.com/QISKit/openqasm) circuit using q-viz.
**Describe the so…
anpaz updated
3 years ago
-
Based on https://arxiv.org/abs/1801.03897
With open pulse we should eventually implement https://arxiv.org/abs/1805.04492
-
When running a test script for the QInfer/python-qinfer#129 PR, I sometimes encounter ``UnicodeDecodeError`` exceptions if I run my test using ``python -m duecredit test.py`` instead of using the ``DU…
-
### Informations
- **Qiskit Ignis version**: master
- **Python version**: 3.7.1
- **Operating system**: macOS Mojave
### What is the current behavior?
`ProcessTomographyFitter.fit()` gi…
-
Add the code to take a circuit and a list of pauli operators and output the required circuits and then a fitter to calculate the expectation value of those pauli operators. A limiting case of full sta…
-
After installing (on a Windows machine) tensorflow and tensorflow-quantum as explained in the repository, I don't manage to import tensorflow_quantum, since I get the _tfq_simulate_ops.so error (_ten…
-
### Environment
* **FreeOrion Version**: 0.4.8 RC3 2018-07-31
* **Operating System**: Windows 7
* **Fetched as**
* Binary release
### Description
The effect of Collective Thought Network is …
-
is tables supported in this parser. for me, I am getting the unformatted output. thanks
-
### What should we add?
It's useful to be able store non-CPTP channels in a QuantumCircuit. The density matrix can still be evolved, it just won't be a normalized state. Apparently, the error is th…