-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add fswap gate * remove line added by mistake * remove for loops in fswap test * fix fswap docstring * remove unused variable * shorten lines too long * update fswap gate docstring Co-authored-by: Kevin J. Sung <[email protected]> * sampler test: use exact distribution for fidelity test * Direct slater sampler (#257) * add slater sampler * fix formatting * match signature of sample_state_vector * simplify tests * remove comments * consistent naming and copyright notice * test * suggested changes * added reference * implemented comments * suggested changes * small speedup * add copyright notice * delete unnecessary lines * remove variable not in use * refactor tests * redundant argument * rename function to sample_slater_determinant * test less * fix docstrings and minor refactoring * add test * remove unnecessary divisions * add restrict test --------- Co-authored-by: Kevin J. Sung <[email protected]> * remove unused variable * reformat * fix typo * update for consistent style Co-authored-by: Kevin J. Sung <[email protected]> * fix indent and reformat --------- Co-authored-by: Haimeng Zhang <[email protected]> Co-authored-by: Kevin J. Sung <[email protected]> Co-authored-by: Kevin J. Sung <[email protected]> Co-authored-by: jrm874 <[email protected]>
- Loading branch information
1 parent
1fad12b
commit 61fa15b
Showing
4 changed files
with
115 additions
and
0 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
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