Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.08k stars 148 forks source link

Add `layers` function to `rustworkx-core` #1194

Closed raynelfss closed 3 months ago

raynelfss commented 4 months ago

Attempts to resolve #1167

Summary

These commits bring the layers function down to rustworkx-core so that it can be used within the rust interface. This function was only available through a python interface previously.

Changes

Future directions: