-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cherry picked from commit c09ab71) Co-authored-by: Jim Garrison <[email protected]>
- Loading branch information
1 parent
8380403
commit 741dc0f
Showing
4 changed files
with
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@ARTICLE{aqc-tensor-research, | ||
author = {{Robertson}, Niall F. and {Akhriev}, Albert and {Vala}, Jiri and {Zhuk}, Sergiy}, | ||
title = "{Approximate Quantum Compiling for Quantum Simulation: A Tensor Network based approach}", | ||
journal = {arXiv e-prints}, | ||
keywords = {Quantum Physics}, | ||
year = 2023, | ||
month = jan, | ||
doi = {10.48550/arXiv.2301.08609}, | ||
archivePrefix = {arXiv}, | ||
eprint = {2301.08609}, | ||
primaryClass = {quant-ph} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/* Disable backgrounds in code highlighting, which look especially bad in dark mode. */ | ||
.highlight * { | ||
background-color: transparent !important; | ||
} |
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