-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In `FockSimulator`, the unitary matrices acting on the density operator were embedded in the Fock space, before directly multiplying with the density matrix. This can be done faster, by avoiding embedding and modifying only the relevant parts of the density matrix, as done in `PureFockSimulator` with the state vector instead of the density matrix. This approach has been implemented in this patch.
- Loading branch information
1 parent
3f77b3e
commit 9e98868
Showing
3 changed files
with
121 additions
and
77 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