fretchen
fretchen
I like the solution. However, it does not work for dynamical tables. Basically replacing the event code with ``` $("#export-ranklist").click(function () { instance.reset(); instance.export2file(exportData.data, exportData.mimeType, exportData.filename, exportData.fileExtension); }); ``` just...
It would be great to have especially for dynamically created tables as mentioned in #101.
Indeed, the proposition by @ikkoham would certainly simplify life for people working on lattice gauge theories and things like the Kondo problem (me for example).
I started to wonder if this package could be used to simulate the dynamics of [this paper](https://arxiv.org/pdf/1707.04344.pdf) in the case of 51 qubits. They claim to have used MPS, but...
I think that answering this question would have a number of use cases: - For fermions the state-of-the-art are in 2D. Too run specify circuits in experiments [like this](https://greiner.physics.harvard.edu/papers/20210427-single_hole_afm.html) you...
Agreed. As long as the issue remains in qiskit-nature it is likely a good approach to 'simply' implement this an indivdual provider back-end as it starts to be on the...
I like the solution of the global hopping gate. There is even a point to be made that almost any gate in cold atoms should have a global implementation as...
I also attempted to implement the ly gate, however the `collective_spin_simulator` throws the error that `rLy` is not implemented. Is this a bug or a feature ?
- Concerning the first point: Well the gate is U = e^{itH} right. So the parameters of the Hamiltonian are fixed, but the angle in front of the operators changes...
> So if that is confusing from the experimental point of view, what other name for the parameters would be natural? Something like another greek letter would be great. But...