lmarti-dev

Results 4 comments of lmarti-dev

Hi, I'd also be interested in seeing this issue solved. the page beevus77 is mentioning is [here](https://quantumai.google/reference/python/openfermion/hamiltonians/FermiHubbardModel?hl=en) and you can find a few more by searching the unrendered token `math::`,...

I had a somewhat similar issue using the `all_qubits()` function on circuits. For example, this snippet ```python import cirq qubits = [*cirq.LineQubit.range(10), cirq.NamedQubit("ancilla")] circ = cirq.Circuit() for q in qubits:...

Unfortunately, building directly from the repo gives me the following error ``` Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to...

Thank you both for the extensive feedback. Unfortunately, installing WSL bluescreens my computer, so that's a no go for me. I've been trying to run Eynollah beyond the --help command,...