-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused qiskit_accelerate::utils module (#13713)
The utils module was added to have a place for some common utilities and expose them to other rust modules or also to python. This was originally added to expose faer's eigensolver as an alternative to numpy for Python, but nothing ever used it and we didn't properly expose the python submodule so it wasn't easily usable via qiskit._accelerate. Since it's never used this opts to just remove it, if we have a future need we can just add the function back. With the eigensolver removed the only function that remained in the module was the arg_sort() function which was only used by the two qubit decomposer. To simplify the code base this is just made into a private function for that module and we can remove the utils module altogether.
- Loading branch information
Showing
4 changed files
with
11 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters