qibo icon indicating copy to clipboard operation
qibo copied to clipboard

refactor `QuantumNetwork` to support general quantum networks

Open Canoming opened this issue 11 months ago • 5 comments

Checklist:

  • [ ] Reviewers confirm new code works as expected.
  • [x] Tests are passing.
  • [x] Coverage does not decrease.
  • [x] Documentation is updated.

I've refactored the QuantumNetworks to support general quantum networks and make it more compatible with usual tensor contraction methods.

To make things clear, I made a class diagram for the future development of the module

class diagram

Canoming avatar Mar 02 '24 09:03 Canoming