qrisp.QuantumCircuit.to_latex#

QuantumCircuit.to_latex(**kwargs) str[source]#

Deploys the Qiskit circuit drawer to generate LaTeX output.

Parameters:
**kwargsdict

Keyword arguments forwarded to Qiskit’s circuit_drawer function.

Returns:
str

The LaTeX source code for the circuit diagram.