Perceval icon indicating copy to clipboard operation
Perceval copied to clipboard

An open source framework for programming photonic quantum computers

Results 20 Perceval issues
Sort by recently updated
recently updated
newest added

**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...