-
Notifications
You must be signed in to change notification settings - Fork 617
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Fix
qml.lie_closure
by using SVD based linear independen…
…ce check (#6232) fixes #6065 Additionally introduces normalization of vectors to avoid exploding coefficients Could alternatively also introduce orthonormalization with `orthonormal_basis = U[:, :rank]` in the SVD step, but I dont think this is necessary. --------- Co-authored-by: Pietropaolo Frisoni <[email protected]>
- Loading branch information
1 parent
10e809a
commit d892b10
Showing
3 changed files
with
18 additions
and
9 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 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