-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3ea457
commit e72173a
Showing
1 changed file
with
14 additions
and
26 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 |
---|---|---|
@@ -1,32 +1,20 @@ | ||
# Source code for the paper entitled "Universal compilation for quantum state tomography" | ||
## UC-VQA: experiment repository for qtm library which is used in tomography | ||
|
||
<img src="./logo.png" width = 200px> | ||
### Resources | ||
|
||
Author: Vu Tuan Hai ([email protected]) and Le Bin Ho ([email protected]) | ||
* Homepage: [] | ||
* Courses: [] | ||
* Docs: [] | ||
* Issue tracking: <https://github.com/vutuanhai23/UC-VQA/issues> | ||
|
||
Access: https://doi.org/10.1038/s41598-023-30983-4 | ||
### Contributing | ||
|
||
Bibitem: | ||
Please read the [contribution guidelines](https://github.com/vutuanhai237/UC-VQA/wiki/Contribute-guideline) before starting work on a pull request. | ||
|
||
``` | ||
@Article{Hai2023, | ||
author={Hai, Vu Tuan and Ho, Le Bin}, | ||
title={Universal compilation for quantum state tomography}, | ||
journal={Scientific Reports}, | ||
year={2023}, | ||
month={Mar}, | ||
day={06}, | ||
volume={13}, | ||
number={1}, | ||
pages={3750}, | ||
issn={2045-2322}, | ||
doi={10.1038/s41598-023-30983-4}, | ||
url={https://doi.org/10.1038/s41598-023-30983-4} | ||
} | ||
``` | ||
#### Summary of the guidelines: | ||
|
||
How to use this code: | ||
|
||
- Folder experiments: contains all data | ||
- Folder codes: python script and jupyter notebook file, you can find many Figures in these file, or reuse some codes from base module. | ||
- Folder docs: hand-written for discussions between authors. | ||
* One pull request per issue; | ||
* Choose the right base branch; | ||
* Include tests and documentation; | ||
* Clean up "oops" commits before submitting; | ||
* Follow the [coding style guide](). |