qml.compiler.available_compilers¶
- available_compilers()[source]¶
Load and return a list of available compilers that are installed and compatible with the
qjit()
decorator.Example
This method returns the name of installed compiler packages supported in PennyLane. For example, after installing the Catalyst compiler, this will now appear as an available compiler:
>>> qml.compiler.available_compilers() ['catalyst']
code/api/pennylane.compiler.available_compilers
Download Python script
Download Notebook
View on GitHub