qiskit/test/python/synthesis/xx_decompose
Matthew Treinish 54fe09b217
Remove duplicated weyl_coordinates python function (#13193)
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
2024-10-15 14:25:05 +00:00
..
__init__.py Deprecate qiskit/quantum_info/synthesis and move to qiskit/synthesis (#11460) 2024-01-23 17:30:32 +00:00
test_circuits.py Remove duplicated weyl_coordinates python function (#13193) 2024-10-15 14:25:05 +00:00
test_decomposer.py Remove qiskit.quantum_info.synthesis for Qiskit 1.0 release (#11592) 2024-01-29 11:01:41 +00:00
test_polytopes.py Deprecate qiskit/quantum_info/synthesis and move to qiskit/synthesis (#11460) 2024-01-23 17:30:32 +00:00
test_weyl.py Deprecate qiskit/quantum_info/synthesis and move to qiskit/synthesis (#11460) 2024-01-23 17:30:32 +00:00
utilities.py Deprecate qiskit/quantum_info/synthesis and move to qiskit/synthesis (#11460) 2024-01-23 17:30:32 +00:00