mirror of https://github.com/Qiskit/qiskit.git
![]() This commit removes the weyl_coordinates() function from the private qiskit.synthesis.two_qubit.weyl module. This function's internal use was ported to rust as part of #11019 but it left the python implementation intact while we ensured the rust implementation was reliable longer term. Since then we've ported the majority of the two qubit synthesis to rust now and the only usage of this python implementation was the unit tests. This commit removes the python implementation and the entire internal weyl module as nothing uses it anymore. A python interface is added to the rust function and the tests are updated to call that instead. Fixes: #8459 |
||
---|---|---|
.. | ||
__init__.py | ||
test_circuits.py | ||
test_decomposer.py | ||
test_polytopes.py | ||
test_weyl.py | ||
utilities.py |