qc2nl / qc2

Facilitate the orchestration of quantum chemistry applications on quantum computers
https://qc2.readthedocs.io/
Apache License 2.0
3 stars 2 forks source link

Add `qc2Data` Pennylane plugin #49

Open Cmurilochem opened 10 months ago

Cmurilochem commented 10 months ago

Following our list of task priorities, we also need to develop a Pennylane plugin in order to connect it directly with qc2Data and QCSchema and FCIDump data schema without having to rely on Qiskit-Nature first.

Cmurilochem commented 6 months ago

Alternatively, we could still rely on Qiskit-Nature but instead use much of the capabilities of the new release of PennyLane. There are currently implemented native functions from_qiskit and from_qiskit_op that directly convert Qiskit QuantumCircuit circuit and SparsePauliOps to Pennylane format.