rht

Results 789 comments of rht

Fixed in https://github.com/Qiskit/qiskit-terra/pull/6971.

I can reproduce the error with a simpler example: ```python backend = Aer.get_backend("statevector_simulator") qc = QuantumCircuit(2) qc.h(0) qc.ch(1, 0) result = execute(qc, backend).result() s_ = result.get_statevector(qc, decimals=2) print(s_) qc =...

I have tested this and it works great.

I will have to draw from the filters I have used in gmail. Most of them are in the form of labeling emails sent to mailing lists (which is already...

^being able to focus on adding functionality vs being bogged down with visual details otherwise is what I would describe as having a 'NetHack advantage'.

> To clarify, you're essentially talking about user-customizable 'bookmark' buttons? Nah, it was just an example application, which can be put into another issue. What I want is raw API...

The example in https://github.com/matrix-org/matrix-python-sdk/blob/master/samples/SimpleChatClient.py still uses "membership" which no longer works. The Matrix API documentation doesn't have changelog that says any deprecation. Because of #604, the library used in the...

This will be closed by #723 since it uses matrix-nio.

@neiljp how does a `concurrent.futures` version look like? If it is cleaner, maybe it should be used in the other bridges.