You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conv layer or the MERA structure still doesn't take into consideration only the unmeasured qubits. If applied more than once, a conv layer is built on all the qubits and not just the unmeasured ones. This needs to be corrected.
…obably should be fixed while working on #10), and duplicate-code in ttn_circuit and mera_circuit fixtures. this duplicate code can eb ignored since it will be quite difficult to reuse the fixture in either of the files.
* initial commit
* remove extensive branching in mera. this closes#17. minor changes to ttn.
* minor syntax change
* correct number of params for simple parameterization
* add more tests cases for ttn. add more tests for mera
* disable some pylint errors, for example, too-many-args (which most probably should be fixed while working on #10), and duplicate-code in ttn_circuit and mera_circuit fixtures. this duplicate code can eb ignored since it will be quite difficult to reuse the fixture in either of the files.
* add new test for num_qubits = 5. this brings the tests to 100 percent coverage
* add two more tests for complex general and real general for 5 qubits
Conv layer or the MERA structure still doesn't take into consideration only the unmeasured qubits. If applied more than once, a conv layer is built on all the qubits and not just the unmeasured ones. This needs to be corrected.
Originally posted by @SaashaJoshi in #6 (comment)
The text was updated successfully, but these errors were encountered: