Skip to content

Commit 4d691d7

Browse files
Update GitHub_Portfolio.html
1 parent 06ff23c commit 4d691d7

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

GitHub_Portfolio.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,16 @@ <h2>GitHub Stats</h2>
141141

142142
<h2>Projects</h2>
143143

144-
<div style="margin-bottom: 2rem;">
145-
<h3>Z₂ Lattice Gauge Theory – Monte Carlo Simulation</h3>
146-
<p class="a">
147-
A Python-based simulation of 2D \( \mathbb{Z}_2 \) lattice gauge theory using the Metropolis algorithm. This project benchmarks Wilson loop observables analytically and numerically, with clear phase behavior captured.
148-
<br><br>
149-
<strong>Keywords:</strong> Monte Carlo, Metropolis algorithm, Python, Gauge Theory, Statistical Physics
150-
<br>
151-
<a href="https://github.com/Hariprashad-Ravikumar/Z2_Lattice_Gauge_Theory_MonteCarlo" target="_blank">View on GitHub</a>
152-
</p>
153-
</div>
144+
<section>
145+
<h2>Projects</h2>
146+
<ul>
147+
<li>
148+
<strong>\(\mathbb{Z}_2\) Lattice Gauge Monte Carlo Simulation</strong>
149+
(<a href="https://github.com/Hariprashad-Ravikumar/Z2_LatticeGauge_Monte_Carlo_Simulation" target="_blank" rel="noopener noreferrer">GitHub Repository</a>)<br>
150+
Developed a Python simulation of \(\mathbb{Z}_2\) lattice gauge theory using Markov chain Monte Carlo methods and Metropolis algorithms. Explored confinement phenomena through Wilson loop measurements and benchmarked results against analytical predictions. Served as foundational computational experience in stochastic sampling and lattice QCD simulation ahead of full PhD research.
151+
</li>
152+
</ul>
153+
</section>
154154

155155
</main>
156156

0 commit comments

Comments
 (0)