-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2189 remove unused folding functions (#2289)
* Removed all instances of fold_from_left and fold_from_right in the zne.scaling subpackage and in tests * Updating typo in .gitignore * Formatting * removed remaining instances of fold_gates_from_left and fold_gates_from_right in testing * reverted accidentally modified .md notebook * formatting * Formatting for notebook md to myst * Remove fold_method as parameter for test * Update docstring to acurately reflect how folding indices are chosen (i.e. randomly) * Uncomment fold_gates_from_left call, as using directives now Co-authored-by: nate stemen <[email protected]> * Replace note with note directive Co-authored-by: nate stemen <[email protected]> * Removing the id outputs * Switching wording 'deprecated' to 'removed' * Remove parameterization for tests with only one test case, remove unused arguments for fold_method * Formatting * Remove fold_gates_from_left from pennylane demo * Previous commit msg was in error. This commit updates the pennylane example not to use fold_gates_from_left * Change notes to warnings, uncomment fold_gates_from_left and right code * Remove fold_gates_from_right from vqe-pennylane example, formatting * remove folding_method as optional argument to _create_fold_mask --------- Co-authored-by: nate stemen <[email protected]>
- Loading branch information
1 parent
9e1cbb5
commit 42779ed
Showing
8 changed files
with
89 additions
and
848 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
Oops, something went wrong.