Rastaban-TzW

Results 11 comments of Rastaban-TzW

That's odd. I don't see where the failure is coming from - I already removed those links from the new file... (edit: two notebooks should not have the same name,...

Remark: issue 3 on the list has been solved in a feature branch, https://github.com/Rastaban-TzW/classiq-library/tree/notarget, but requires users to pass gate targets in as a closure, e.g. ``` def make_lambda(i): return...

Thank you for your remarks. I had some difficulty with the implementation, so I did not originally have time for that write-up. What timeline would I have for it? Secondly,...

Apologies. Things have become quite busy here - I am trying to finish all projects at this current position before I leave. The supplementary materials of the cited paper, as...

Yes, I've been very busy, but I should be able to make a short writeup soon.

At my repository [here](https://github.com/Rastaban-TzW/classiq_unary_iteration) I now have two files of interest: 1. SelectV.py, containing the translation of the Quipper/Haskell file from the paper. 2. hamiltonian_simulation_with_block_encoding.ipynb, edited to use SelectV.py. I...

New pull request made at https://github.com/Classiq/classiq-library/pull/897. Hopefully this works...

Previous pull request closed due to test failure. Fixed links. Trying again at https://github.com/Classiq/classiq-library/pull/898.

Tests added and successful. I might go back and fix some of those outstanding issues later, but the concept is there....

Outstanding issues fixed! Mostly. As noted in the pull request, one of the "features" needs the user to understand closures to use properly. It's in branch `notarget` for now.