Perceval
Perceval copied to clipboard
An open source framework for programming photonic quantum computers
**A system of differential equations resolution?** I'm deeply interested in your work on Perceval, particularly for solving **a nonlinear differential equation** as shown in Section 4.6.3 in your publication: https://perceval.quandela.net/docs/notebooks/Differential_equation_resolution.html...
In qiskit, [barrier](https://qiskit.org/documentation/stubs/qiskit.circuit.library.Barrier.html) will separate the circuit into two distinct areas for visual purposes. (Also, it will prevent combining gates through barriers while using transpiler) To break components into separate...