From e72173ab9833a806795ef418d40d2c314a4a5387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Tu=E1=BA=A5n=20H=E1=BA=A3i?= <43202025+vutuanhai237@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:25:50 +0700 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++-------------------------- 1 file changed, 14 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 810f6bde..4ccd8358 100644 --- a/README.md +++ b/README.md @@ -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 - +### Resources -Author: Vu Tuan Hai (haivt@uit.edu.vn) and Le Bin Ho (binho@fris.tohoku.ac.jp) +* Homepage: [] + * Courses: [] +* Docs: [] +* Issue tracking: -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]().