Tequila Library Reference¶
Tequila’s functionalities are provided through the following modules.
Optimizers¶
Functions
Minimization function with a given optimization method. |
|
Display a list of installed optimization methods. |
Modules
Simulators API¶
Functions
Simulate a tequila objective or circuit. |
|
Compile a tequila objective or circuit to a backend. |
|
Compile a circuit to render it callable and return it. |
|
Compile an objective to render it callable and return it. |
|
Compile a tequila objective or circuit with parameters are passed down as ordered arguments. |
|
Pretty output (depends on installed backends). |
|
Choose, or verify, a backend for the user. |
|
Display and supported backends, simulators and noise samplers. |
Classes
Quantum Chemistry¶
Function
Define a molecular geometry, basis set and fermion quibit transformation. |
|
Initialize a tequila Molecule directly from an openfermion molecule object |
Classes