qiskit icon indicating copy to clipboard operation
qiskit copied to clipboard

A Jupyter notebook that demonstrates the use of Qiskit and the IBM Q Experience using the BBPSSW protocol for entanglement purification as an example.

Results 5 qiskit issues
Sort by recently updated
recently updated
newest added

Should be figure "1a", two qubit pairs with $F$ result in one qubit apir with $F'$.

enhancement

Issue #20 The + operator is no longer supported by QuantumCircuit: In Section 2.3.6, the plus is used to concatenate circuits, altough this is no longer supported. and += operators...

In Section 2.3.6, the plus is used to concatenate circuits, altough this is no longer supported. + and += operators are no longer defined for QuantumCircuit. Instead, you can use...

This pull request adds an Apache 2.0 License to the repository. Fixes https://github.com/a-auer/qiskit/issues/22.

I recently came across your project qiskit and I noticed that the repository github.com/a-auer/qiskit currently does not have a license specified. Why Adding a License is Important? As [GitHub documents](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository)...