Code examples#
In this section we present code examples from basic to advanced features implemented in Qibo. Furthermore we include a list of quantum applications for different topics and quantum algorithms:
- Basic examples
- Advanced examples
- How to select hardware devices?
- How to use callbacks?
- How to use parametrized gates?
- How to collapse state during measurements?
- How to invert a circuit?
- How to write a VQE?
- How to write a custom variational circuit optimization?
- How to use the QAOA?
- How to use automatic differentiation?
- How to perform noisy simulation?
- How to perform error mitigation?
- How to simulate time evolution?
- How to simulate adiabatic time evolution?
- How to define custom Hamiltonians using symbols?
- How to calculate expectation values using samples?
- How to modify the transpiler?
- How to perform Gate Set Tomography?
- Applications