I am trying to to write a class Converter that takes input a Qiskit’s QuantumCircuit Class object and returns a Pennylane QNode Class object. I know that this can be done by using functions like qml.from_qiskit and qml.load available in pennylane-qiskit plugins. But I am not allowed to use if for some assignment. I just have to draw a circuit showing preparation of bell state. I am able to find a codeblock (https://github.com/PennyLaneAI/pennylane-qiskit/blob/master/doc/code.rst) in the source github, but it is only available for Pennylane Plugins Developer, written by Josh Izaac. Please help me with it.
pennylane-qiskit
This section contains the API documentation for the PennyLane-Qiskit plugin.
Warning
Unless you are a PennyLane plugin developer, you likely do not need to use these classes and functions directly.
See the overview </index> page for more details using the available Qiskit devices with PennyLane.
pennylane_qiskit
pennylane_qiskit