qibo icon indicating copy to clipboard operation
qibo copied to clipboard

A framework for quantum computing

Results 179 qibo issues
Sort by recently updated
recently updated
newest added

@liweintu @nitinshivaraman, I am opening this issue to remember and discuss about the possibility of adding composite gates to qibo. If I understand correctly, we would like to: * Have...

enhancement

There are some features that are expected by users of quantum simulators that we should try to implement if we intend to release this to the public. QCGPU is the...

enhancement

Add Minimum Vertex Cover (MVC) in example. The example includes the problem formulation of MVC problem as qubo or as hamiltonian. A demo markdown is included. Peripheral functions, such as...

Add quadratic assignment problem example. This commit is rebased to the most recent master branch.

As I discussed with @stavros11 in person, Qiskit has a [built-in function](https://qiskit.org/documentation/stubs/qiskit.ignis.verification.expectation_counts.html) that returns all marginal expectation values from commuting observables of a fixed measurement set. A function like this...

enhancement

What I would like to know is if there's a built-in way of representing states in the Pauli basis and if there's an efficient way of getting that representation. Currently...

enhancement

Hello, I'm doing some survey research into quantum autoencoders, and I was running simulations with both the QAE and EF_QAE versions (the ones in qibo/examples/EF_QAE). However, I saw that your...

Many times we are required to run simulations of many qubits but shallow quantum circuits. We typically perform a state vector simulation taking into account the whole circuit and the...

enhancement

I want to create two different registers with different number of qubits ( i.e. the first one with N qubits and the second one with M) to compute later CZ...

It would be really helpful to have an implementation of the Depolarizing Channel like the one on [Qiskit](https://qiskit.org/documentation/stubs/qiskit.providers.aer.noise.depolarizing_error.html#qiskit.providers.aer.noise.depolarizing_error) Note that the Pauli noise channel already implemented in Qibo is a...

enhancement