Raynel Sanchez
Raynel Sanchez
Aims to fix #551 - Inspired by the existing procedure `cycle_basis`. - Modified to return a tuple of `NodeId` in the format `(source, target)`. - Added API calls so that...
The `MemFS` is great for unit tests, and I absolutely adore your implementation. But it does present challenges when attempting to test failure modes, since it, you know, works really...
This branch implements the Hamiltonian Simulation of the Heisenberg Model with disordered fields as a benchmark. Worked with @Yelissal on this.
### Summary After #12459 merged, a limited infrastructure for `Param` in Rust was introduced. The following commits aim to extend its functionality a little to allow for comparison and further...
Fixes #12278 ### Summary As we continue our efforts to make more of the transpiler and circuit's functionality into rust. After #12459 added an infrastructure for `Gates` and `Operations` in...
### Summary Follow up on #12794. These commits expose some rust-friendly `assign_parameters` methods in `CircuitData` allowing us to perform parameter assignments without having call to python directly. ### Details and...
### Summary Builds on #12585 The following commits add a rust-side version of `basis_search` that is also exposed to `BasisTranslator` in Python. Due to structural restrictions in `rustworkx-core`'s version of...
Is tracked by and resolves #13001 ### Summary These commits bring `circuit_to_dag` into rust, leveraging all of the api's introduced by #12550. ### Details and comments The following commits aim...
Solves #13003 ### Summary Tracked by #13001 and preceeded by #12975 The following commits aim to add a `DAGCircuit::add_from_iter()` to add a chain of `DAGOpNodes` to the DAGCircuit based on...
### Summary Resolves #13002 After #12550 merges, the following commits aim to provide a`with_capacity` alternative initializer for the `DAGCircuit` in Rust. ### Details and comments **Will be rebased after #12550...