Shef

Results 13 comments of Shef

@NoureldinYosri Thanks for the insight, looking for example test to follow 👍

Hi @NoureldinYosri, in the Qualtran meeting I think it was mentioned that Classical Simulators are signed int types. Would it be better to use the original `_run()` function and set...

Hi @NoureldinYosri, I'm not sure what is causing this CI fail, any insight would be really appreciated. ``` FAILED dev_tools/docker_test.py::test_docker_pre - assert 1 == 0 + where 1 = CompletedProcess(args=['docker...

@NoureldinYosri Thanks, glad to know it's working. Learnt some interesting concepts from this issue!

I'm interested in looking into this issue. Will start getting more context on what's wrong.

Hi @NoureldinYosri, I'm interested in working on this issue and have been looking through the related information.

Started work on class based on the `ComputationalBasisState` and `ComputationalBasisSimState` classes shown in custom_state_simulator_test.py from #5417.

@NoureldinYosri Thanks for clarification. The code I sent is on based on example of infrastructure in [custom_state_simulator_test.py.](https://github.com/quantumlib/Cirq/blob/master/cirq-core/cirq/contrib/custom_simulators/custom_state_simulator_test.py) (`ComputationalBasisSimState`) I changed the `_act_on_fallback_` to include the behaviour and gates described in...

Hi @NoureldinYosri, I see why the test is failing now. They are based on the abstract method in the `SimulatesSamples` class, `_run(program, repetitions, param_resolver)`. There's a formatting mismatch between: 1....

I am interested in taking up this issue. I am new to open source contribution but excited to learn! Will start looking through previous details in [#10673](https://github.com/Qiskit/qiskit/pull/10673).