SaashaJoshi / piQture

piQture: A quantum machine learning library for image processing.
https://saashajoshi.github.io/piQture/
Apache License 2.0
20 stars 10 forks source link

Add complex simple parameterization structure for a two-qubit unitary block. #7

Closed SaashaJoshi closed 9 months ago

SaashaJoshi commented 9 months ago

The two-qubit unitary block implementation lacks the structure for a complex simple parameterization.

https://github.com/SaashaJoshi/quantum-image-processing/blob/16fcdaad22ad0671043827d00692959c43681f43/quantum_image_processing/gates/two_qubit_unitary.py#L19-L20

Also make necessary additions to classes that use complex simple parameterization - for example, TTN, MERA, and MPS.