Skip to content

Commit

Permalink
Update Scientific Computing Training Camp (#8)
Browse files Browse the repository at this point in the history
* update scientific computing

* up
  • Loading branch information
exAClior authored Jun 28, 2024
1 parent 766a1e5 commit 7482c3c
Show file tree
Hide file tree
Showing 108 changed files with 31 additions and 44 deletions.
17 changes: 1 addition & 16 deletions NextEvent/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
# Scientific Computing Training Camp

**May 27 - June 9**, 2024 (14 days) at Hong Kong University of Science and Technology (Guangzhou).

During the 14 days, you will **implement an algorithm**, simulate a many-body system, and write a report.

> Talk is cheap. Show me the code. - Linus Torvalds
## Topics
1. Tensor Networks
2. Machine Learning and Molecular Dynamics
3. Quantum Monte Carlo
4. Computational Complexity

## Registration
This event is not open for registration.
# TBA
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
25 changes: 25 additions & 0 deletions PastEvents/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
+++
title = "Past Events"
+++

## Scientific Computing (2024)

This [training camp](https://github.com/CodingThrust/NumericTrainingCamp) is about the application of tensor network based methods in quantum many-body physics. The final reports are available as documents of repositories at the following links:

- [Tensor Network AD](https://github.com/YidaiZhang/TensorNetworkAD2.jl)
- [Tensor Quantum Error Correction](https://github.com/nzy1997/TensorQEC.jl)
- [Tensor Network Contraction Order](https://github.com/ArrogantGao/Notes-Gsoc2024)
- [CMPO for Finite Temperature](https://github.com/lovemy569/CMPO-For-Finite-Temperature)
- [Isometric Tensor Network States](https://github.com/Br0kenSmi1e/isoTNS.jl)
- [Renormalization Group Reduced Density Matrix](https://github.com/exAClior/RGRDMT.jl)
- [Variational Monte Carlo](https://github.com/Phy-Ren/Variational-Monte-Carlo)

## Rydberg Atoms Array (2024)
This training camp is about the basic concepts of Rydberg Atoms and their applications in quantum information processing. The final reports are available at the following links:

- [Generating 3D array with SLM](/RydbergAtoms2024/AtomLoading/)
- [Quantum Error Correction](/RydbergAtoms2024/ErrorCorrection/)
- [Tensor-Based Simulation Methods for Quantum Many Body Systems](/RydbergAtoms2024/Simulation/final-xzgao)
- [Quantum Scar](/RydbergAtoms2024/Simulation/yidai)
- [Maximum Independent Set](/RydbergAtoms2024/Simulation/dezheng)
- [Quantum Cellular Automata](/RydbergAtoms2024/Algorithm/)
13 changes: 0 additions & 13 deletions RydbergAtoms2024/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion _layout/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar navbar-expand-lg navbar-light justify-content-center">
<ul class="navbar-nav">
<li class="nav-item {{ispage index}}active{{end}}"><a class="nav-link" href="/"><i data-feather="home"></i>Home</a></li>
<li class="nav-item {{ispage post/*}}active{{end}}"><a class="nav-link" href="/RydbergAtoms2024/"><i data-feather="file-text"></i>Rydberg Atoms (2024)</a></li>
<li class="nav-item {{ispage post/*}}active{{end}}"><a class="nav-link" href="/PastEvents/"><i data-feather="file-text"></i>Past Events</a></li>
<li class="nav-item {{ispage post/*}}active{{end}}"><a class="nav-link" href="/NextEvent/"><i data-feather="book-open"></i>NextEvent</a></li>
</ul>
</nav>
Expand Down
18 changes: 4 additions & 14 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,10 @@ title = "Numeric Gangsters Training Camp"
<div id=home-jumbotron class="jumbotron text-center">
<h1>Physics and Computation <br> Training Camp </h1>
This site hosts a series of materials for training students in scientific computing and physics. These materials target students at the Hong Kong University of Science and Technology (Guangzhou) and are freely available to the public.
</div>
This site hosts a series of materials for training students in scientific computing and physics. These materials target students at the Hong Kong University of Science and Technology (Guangzhou) and are freely available to the public.
<div class="text-center" style="margin-top:-20px">
<h2>Past Events </h2>
<div style="width:70%; margin:auto">
<ul>
<li><a href="/RydbergAtoms2024/">2024 March: Rydberg Atoms Array - Towards early fault tolerant quantum computing</a></li>
</ul>
</div>
<img src="assets/logo_crop.png" width="300" >
</div>
~~~




</div>
~~~

0 comments on commit 7482c3c

Please sign in to comment.