@@ -205,13 +205,43 @@ <h2>Education</h2>
205205
206206 < section >
207207 < h2 > Technical Skills</ h2 >
208+ < table style ="width:100%; border-collapse: collapse; ">
209+ < tr >
210+ < td style ="vertical-align: top; font-weight: bold; "> Programming Languages:</ td >
211+ < td > Python, C++, Lua, HTML, LaTeX</ td >
212+ </ tr >
213+ < tr >
214+ < td style ="vertical-align: top; font-weight: bold; "> Libraries & Frameworks:</ td >
215+ < td > NumPy, pandas, Matplotlib, PySR, Qiskit</ td >
216+ </ tr >
217+ < tr >
218+ < td style ="vertical-align: top; font-weight: bold; "> Scientific Tools:</ td >
219+ < td > CHROMA, MATLAB, Mathematica</ td >
220+ </ tr >
221+ < tr >
222+ < td style ="vertical-align: top; font-weight: bold; "> Modeling & Methods:</ td >
223+ < td > Monte Carlo Simulation, Symbolic Regression, Statistical Modeling</ td >
224+ </ tr >
225+ < tr >
226+ < td style ="vertical-align: top; font-weight: bold; "> Tools & Platforms:</ td >
227+ < td > Git, GitHub, Docker, JupyterLab, Visual Studio, HPC environments, Linux/Unix Shell (Bash)</ td >
228+ </ tr >
229+ < tr >
230+ < td style ="vertical-align: top; font-weight: bold; "> Advanced Coursework:</ td >
231+ < td > Graduate-level Computational Physics, Quantum Computing</ td >
232+ </ tr >
233+ </ table >
234+ </ section >
235+
236+
237+ < section >
238+ < h2 > Selected Short-Term Projects</ h2 >
208239 < ul >
209- < li > < strong > Programming Languages:</ strong > Python, C++, Lua, HTML, LaTeX</ li >
210- < li > < strong > Libraries & Frameworks:</ strong > NumPy, pandas, Matplotlib, PySR, Qiskit</ li >
211- < li > < strong > Scientific Tools:</ strong > CHROMA, MATLAB, Mathematica</ li >
212- < li > < strong > Modeling & Methods:</ strong > Monte Carlo Simulation, Symbolic Regression, Statistical Modeling</ li >
213- < li > < strong > Tools & Platforms:</ strong > Git, GitHub, Docker, JupyterLab, Visual Studio, HPC environments, Linux/Unix Shell (Bash)</ li >
214- < li > < strong > Advanced Coursework:</ strong > Graduate-level Computational Physics, Quantum Computing</ li >
240+ < li >
241+ < strong > 𝔃₂ Lattice Gauge Monte Carlo Simulation</ strong >
242+ (< a href ="https://github.com/Hariprashad-Ravikumar/Z2_LatticeGauge_Monte_Carlo_Simulation " target ="_blank " rel ="noopener noreferrer "> GitHub Repository</ a > )< br >
243+ Developed a Python simulation of 𝔃₂ 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.
244+ </ li >
215245 </ ul >
216246</ section >
217247
0 commit comments