André
André
Hi, @rabinswosti and I used a (very rudimentary) version of tenary qubit mapping recently and we were interested in implementing this properly as a mapper for qiskit-nature. What is the...
Follow up thought: The ternary tree mapping is technically not a fermionic mapper but a mapper from Majorana operators to Pauli Ops. In principle, the mapping is a two step...
I have the same issue. On my office computer I have: - Kubuntu 18.04 - Firefox 107.0 - The AppImage version of GitHub Desktop 3.1.1-linux1 - **no root access** -...
> For me, the base problem i think i had was that the mime types were not set up. Unfortunately not helping with the AppImage version. I tried by adding...
@diagonal-hamiltonian Do you have a good idea, why the way via Majorana operators is faster? I am wondering if it is due to the integer tuple implementation being more efficient...
I changed `MajoranaOp.terms()` to return tuples `("+", index)` rather than `("", index)`. Mainly because I was afraid of breaking something by using the empty string label in `QubitMapper`. Also added...
@ftroisi Thanks for your comments! > So my question is how would you map a `MajoranaOp` to thee qubit space? Are you planning to implement a mapper or perhaps to...
@woodsp-ibm Yes, for the documentation that is clear. I was mainly talking about working with the code. Sorry, if I wasn't making that clear enough.
Made some changes regarding the more obvious comments. Will work in the rest later this week. Reverted the PR to draft until then.
That should cover all the points raised now. I hope I didn't forget any.