qrisp.jasp.Jaspr.qjit#
- Jaspr.qjit(*args, function_name='jaspr_function')[source]#
Leverages the Catalyst pipeline to compile a QIR representation of this function and executes that function using the Catalyst QIR runtime.
- Parameters:
- *argsiterable
The arguments to call the function with.
- Returns:
- The values returned by the compiled, executed function.