rsehgal / barcQ

A repository to share ideas related to Quantum computing, and code to implement Quantum Algorithms
2 stars 0 forks source link

Integrate all the available Gates #10

Closed rsehgal closed 4 years ago

rsehgal commented 4 years ago

Classes in the Backend needs to modified so that they should accept all types of gates available in QuTIP

rsehgal commented 4 years ago

This is also related to https://github.com/rsehgal/barcQ/issues/36, https://github.com/rsehgal/barcQ/issues/36 is now fixed in this issue itself

rsehgal commented 4 years ago

1) Most of the gates are now included in the backend code 2) Added mechanism to allow user defined gates 3) PauliX, PauliY, PauliZ gates are not there in QuTiP as gate. These are there as an operators,

Using the added user defined gate mechanism, X, Y and Z gates are now added