Saman

Results 35 comments of Saman

In this code I can see it is ok, ``` circuit = random_circuit(num_qubits, depth, seed=seed) circuit2 = circuit.reverse_bits() circuit.save_density_matrix() print(get_density_matrix(circuit)) circuit2.save_density_matrix() print(get_density_matrix(circuit2)) ``` output: ``` DensityMatrix([[0.35+0.j   , 0.  +0.477j, 0.  ...

Hi @geky, @sosthene-nitrokey @duanjr, and the littlefs community, We’ve been following this discussion with great interest. To directly address the challenges of porting littlefs to idiomatic, safe, and maintainable Rust,...

maybe this solution can be helpful https://github.com/pytorch/pytorch/issues/111469#issuecomment-1773937884

> Thanks for reporting. This is an error in our code, we are missing the hn:: prefix, sorry about that. I'm fixing most of them, to avoid a merge conflict...