-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ e583e61 🚀
- Loading branch information
Showing
11 changed files
with
17 additions
and
17 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 +1 @@ | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>404</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/workflow/">Workflow</a> </ul> </div> <div id=main > <div class=franklin-content > <div style="margin-top: 40px; font-size: 40px; text-align: center;"> <br> <div style="font-weight: bold;"> 404 </div> <br> <br> The requested page was not found <br> <br> <br> <br> <div style="margin-bottom: 300px; font-size: 24px"> <a href="/">Click here</a> to go back to the homepage. </div> </div> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: September 05, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div> | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>404</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/workflow/">Workflow</a> </ul> </div> <div id=main > <div class=franklin-content > <div style="margin-top: 40px; font-size: 40px; text-align: center;"> <br> <div style="font-weight: bold;"> 404 </div> <br> <br> The requested page was not found <br> <br> <br> <br> <div style="margin-bottom: 300px; font-size: 24px"> <a href="/">Click here</a> to go back to the homepage. </div> </div> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: September 08, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 +1 @@ | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>Workflows</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/workflow/">Workflow</a> </ul> </div> <div id=main > <div class=franklin-content > <h1 id=workflows ><a href="#workflows" class=header-anchor >Workflows</a></h1> <ul> <li><p>Discussion:</p> <ul> <li><p>All of us use <a href=zulip.hkust-gz.edu.cn >HKUST-GZ Zulip</a> for topic based discussion, project management, information sharing and seeking for AI's (a robot named <code>ChatGPT</code>) help.</p> <li><p>We have a WeChat group for have lunch and coffee together during workdays.</p> </ul> <li><p>Journal artile management: Most of us use <a href="https://www.zotero.org/">Zotero</a> to manage and share journal articles.</p> <li><p>Coding: All of us use <a href="https://github.com/">Github</a> to manage code development, our Github org is <a href="https://github.com/CodingThrust">CodingThrust</a>. Most of us use the <a href="https://julialang.org/">Julia programming language</a> for scientific software development.</p> </ul> <h2 id=training ><a href="#training" class=header-anchor >Training</a></h2> <p>The following three books are used for training:</p> <ul> <li><p>Nielsen M A, Chuang I L. Quantum computation and quantum information. Cambridge university press, 2010.</p> <li><p>Moore C, Mertens S. The nature of computation. OUP Oxford, 2011.</p> <li><p>Golub G H, Van Loan C F. Matrix computations. JHU press, 2013.</p> </ul> <p>The following resources are used for Julia programming language training:</p> <ul> <li><p><a href="https://benlauwens.github.io/ThinkJulia.jl/latest/book.html">https://benlauwens.github.io/ThinkJulia.jl/latest/book.html</a></p> <li><p><a href="https://github.com/JuliaComputing/Training">https://github.com/JuliaComputing/Training</a></p> </ul> <p>Please check <a href="/training">training materials</a> page for more resourses.</p> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: September 05, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div> | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>Workflows</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/workflow/">Workflow</a> </ul> </div> <div id=main > <div class=franklin-content > <h1 id=workflows ><a href="#workflows" class=header-anchor >Workflows</a></h1> <ul> <li><p>Discussion:</p> <ul> <li><p>All of us use <a href=zulip.hkust-gz.edu.cn >HKUST-GZ Zulip</a> for topic based discussion, project management, information sharing and seeking for AI's (a robot named <code>ChatGPT</code>) help.</p> <li><p>We have a WeChat group for have lunch and coffee together during workdays.</p> </ul> <li><p>Journal artile management: Most of us use <a href="https://www.zotero.org/">Zotero</a> to manage and share journal articles.</p> <li><p>Coding: All of us use <a href="https://github.com/">Github</a> to manage code development, our Github org is <a href="https://github.com/CodingThrust">CodingThrust</a>. Most of us use the <a href="https://julialang.org/">Julia programming language</a> for scientific software development.</p> </ul> <h2 id=training ><a href="#training" class=header-anchor >Training</a></h2> <p>The following three books are used for training:</p> <ul> <li><p>Nielsen M A, Chuang I L. Quantum computation and quantum information. Cambridge university press, 2010.</p> <li><p>Moore C, Mertens S. The nature of computation. OUP Oxford, 2011.</p> <li><p>Golub G H, Van Loan C F. Matrix computations. JHU press, 2013.</p> </ul> <p>The following resources are used for Julia programming language training:</p> <ul> <li><p><a href="https://benlauwens.github.io/ThinkJulia.jl/latest/book.html">https://benlauwens.github.io/ThinkJulia.jl/latest/book.html</a></p> <li><p><a href="https://github.com/JuliaComputing/Training">https://github.com/JuliaComputing/Training</a></p> </ul> <p>Please check <a href="/training">training materials</a> page for more resourses.</p> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: September 08, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div> |
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 +1 @@ | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>Jin-Guo Liu Group</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/workflow/">Workflow</a> </ul> </div> <div id=main > <div class=franklin-content ><h1 id=jin-guo_lius_group ><a href="#jin-guo_lius_group" class=header-anchor >Jin-Guo Liu's Group</a></h1> <p>We embed computational hard problems into a quantum device, to understand the nature of computation.</p> <h2 id=contact ><a href="#contact" class=header-anchor >Contact</a></h2> <a href="mailto:[email protected]" style="color:blue; font-weight:800">[email protected]</a> <p><a href="https://amat.hkust-gz.edu.cn/">Advanced Material Thrust</a>, Function Hub, <a href="https://www.hkust-gz.edu.cn/">Hong Kong University of Science and Technology (Guangzhou)</a></p> <h2 id=join_us ><a href="#join_us" class=header-anchor >Join us</a></h2> <p>We are recruiting PhD students and research assistants, please write an email to the above email address, with your CV attached. Please read this <a href="https://zhuanlan.zhihu.com/p/566530117">Zhihu Blog</a> for more information.</p> <p>Join <a href="http://zulip.hkust-gz.edu.cn/">HKUST-GZ Zulip</a> for discussion. To get an invitation, please write an email to my email address above.</p> <p><img src="/assets/group.jpg" alt=Photo /></p> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: September 05, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div> | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>Jin-Guo Liu Group</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/workflow/">Workflow</a> </ul> </div> <div id=main > <div class=franklin-content ><h1 id=jin-guo_lius_group ><a href="#jin-guo_lius_group" class=header-anchor >Jin-Guo Liu's Group</a></h1> <p>We embed computational hard problems into a quantum device, to understand the nature of computation.</p> <h2 id=contact ><a href="#contact" class=header-anchor >Contact</a></h2> <a href="mailto:[email protected]" style="color:blue; font-weight:800">[email protected]</a> <p><a href="https://amat.hkust-gz.edu.cn/">Advanced Material Thrust</a>, Function Hub, <a href="https://www.hkust-gz.edu.cn/">Hong Kong University of Science and Technology (Guangzhou)</a></p> <h2 id=join_us ><a href="#join_us" class=header-anchor >Join us</a></h2> <p>We are recruiting PhD students and research assistants, please write an email to the above email address, with your CV attached. Please read this <a href="https://zhuanlan.zhihu.com/p/566530117">Zhihu Blog</a> for more information.</p> <p>Join <a href="http://zulip.hkust-gz.edu.cn/">HKUST-GZ Zulip</a> for discussion. To get an invitation, please write an email to my email address above.</p> <p><a href="/assets/group.jpg"><img src="/assets/group.jpg" alt=Photo /></a></p> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: September 08, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div> |
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 +1 @@ | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>People</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/workflow/">Workflow</a> </ul> </div> <div id=main > <div class=franklin-content > <h1 id=people ><a href="#people" class=header-anchor >People</a></h1> <h2 id=faculty ><a href="#faculty" class=header-anchor >Faculty</a></h2> <h4 id=jin-guo_liu ><a href="#jin-guo_liu" class=header-anchor >Jin-Guo Liu</a></h4> <p><img src="/assets/avatars/jinguoliu.png" alt=Photo /></p> <ul> <li><p><a href="https://giggleliu.github.io/">Home page</a></p> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum information, computational complexity</p> </ul> <h2 id=students ><a href="#students" class=header-anchor >Students</a></h2> <h4 id=yu-sheng_zhao ><a href="#yu-sheng_zhao" class=header-anchor >Yu-Sheng Zhao</a></h4> <div class=img-small ><img src="/assets/avatars/yushengzhao.jpg" alt=Photo /></div> <ul> <li><p><a href="https://exaclior.github.io/">Home page</a></p> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum information</p> </ul> <h4 id=zhong-yi_ni ><a href="#zhong-yi_ni" class=header-anchor >Zhong-Yi Ni</a></h4> <div class=img-small ><img src="/assets/avatars/zhongyini.jpeg" alt=Photo /></div> <ul> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum computing, quantum information</p> </ul> <h4 id=qing-yun_qian ><a href="#qing-yun_qian" class=header-anchor >Qing-Yun Qian</a></h4> <div class=img-small ><img src="/assets/avatars/qingyunqian.jpg" alt=Photo /></div> <ul> <li><p>Email: <a href="[email protected]">[email protected]</a></p> <li><p>Tags: quantum information, quantum thermodynamics</p> </ul> <h4 id=yi-dai_zhang ><a href="#yi-dai_zhang" class=header-anchor >Yi-Dai Zhang</a></h4> <div class=img-small ><img src="/assets/avatars/yidaizhang.jpeg" alt=Photo /></div> <ul> <li><p>Email: <a href="[email protected]">[email protected]</a></p> </ul> <h2 id=research_assistants ><a href="#research_assistants" class=header-anchor >Research assistants</a></h2> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: September 05, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div> | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="/css/tufte.css"> <link rel=stylesheet href="/css/latex.css"> <link rel=stylesheet href="/css/adjust.css"> <link rel=icon href="/assets/favicon.png"> <title>People</title> <div id=layout > <div id=menu > <ul> <li><a href="/">Home</a> <li><a href="/research/">Research</a> <li><a href="/people/">People</a> <li><a href="/phd/">PhD Program</a> <li><a href="/teaching/">Teaching</a> <li><a href="/workflow/">Workflow</a> </ul> </div> <div id=main > <div class=franklin-content > <h1 id=people ><a href="#people" class=header-anchor >People</a></h1> <h2 id=faculty ><a href="#faculty" class=header-anchor >Faculty</a></h2> <h4 id=jin-guo_liu ><a href="#jin-guo_liu" class=header-anchor >Jin-Guo Liu</a></h4> <p><img src="/assets/avatars/jinguoliu.png" alt=Photo /></p> <ul> <li><p><a href="https://giggleliu.github.io/">Home page</a></p> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum information, computational complexity</p> </ul> <h2 id=students ><a href="#students" class=header-anchor >Students</a></h2> <h4 id=yu-sheng_zhao ><a href="#yu-sheng_zhao" class=header-anchor >Yu-Sheng Zhao</a></h4> <div class=img-small ><img src="/assets/avatars/yushengzhao.jpg" alt=Photo /></div> <ul> <li><p><a href="https://exaclior.github.io/">Home page</a></p> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum information</p> </ul> <h4 id=zhong-yi_ni ><a href="#zhong-yi_ni" class=header-anchor >Zhong-Yi Ni</a></h4> <div class=img-small ><img src="/assets/avatars/zhongyini.jpeg" alt=Photo /></div> <ul> <li><p>Email: <a href="mailto:[email protected]">[email protected]</a></p> <li><p>Tags: quantum computing, quantum information</p> </ul> <h4 id=qing-yun_qian ><a href="#qing-yun_qian" class=header-anchor >Qing-Yun Qian</a></h4> <div class=img-small ><img src="/assets/avatars/qingyunqian.jpg" alt=Photo /></div> <ul> <li><p>Email: <a href="[email protected]">[email protected]</a></p> <li><p>Tags: quantum information, quantum thermodynamics</p> </ul> <h4 id=yi-dai_zhang ><a href="#yi-dai_zhang" class=header-anchor >Yi-Dai Zhang</a></h4> <div class=img-small ><img src="/assets/avatars/yidaizhang.jpeg" alt=Photo /></div> <ul> <li><p>Email: <a href="[email protected]">[email protected]</a></p> </ul> <h2 id=research_assistants ><a href="#research_assistants" class=header-anchor >Research assistants</a></h2> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> GiggleLiu. Last modified: September 08, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div> |
Oops, something went wrong.