-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·129 lines (123 loc) · 6.66 KB
/
Copy pathindex.html
File metadata and controls
executable file
·129 lines (123 loc) · 6.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nitin Kaushal – Home</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav class="navbar">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="research_interests.html">Research Interests</a></li>
<li><a href="#software-development">Software Development</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="Miscellaneous.html">Miscellaneous</a></li>
</ul>
</nav>
</header>
<main class="home-page">
<section class="home-hero">
<div class="home-intro">
<p class="home-eyebrow">Condensed Matter Theorist</p>
<h1>Nitin Kaushal</h1>
<p class="home-subtitle">Exploring emergent quantum phases in strongly correlated electron systems.</p>
<p class="home-affiliation">Postdoctoral Researcher at the <a href="https://www.ubc.ca/" target="_blank" rel="noopener">University of British Columbia</a>, Canada.</p>
<div class="home-actions">
<a class="primary-action" href="research_interests.html">Explore my research <span aria-hidden="true">→</span></a>
<a class="secondary-action" href="publications.html">View publications</a>
</div>
<div class="hero-contact" aria-label="Contact details and profiles">
<a class="contact-detail" href="mailto:kaushalnitin002@gmail.com"><span>Email</span> kaushalnitin002@gmail.com</a>
<a class="contact-detail" href="tel:+12369942309"><span>Phone</span> +1 (236) 994-2309</a>
<div class="hero-profiles">
<a href="https://scholar.google.com/citations?user=mJcIaHIAAAAJ&hl=en" target="_blank" rel="noopener">Google Scholar</a>
<a href="https://www.linkedin.com/in/nitin-kaushal-4999b659/" target="_blank" rel="noopener">LinkedIn</a>
<a href="https://github.com/nkphys" target="_blank" rel="noopener">GitHub</a>
<a href="https://www.researchgate.net/profile/Nitin_Kaushal2" target="_blank" rel="noopener">ResearchGate</a>
</div>
</div>
</div>
<div class="portrait-wrap">
<div class="portrait-accent" aria-hidden="true"></div>
<img src="my_pic.png" alt="Portrait of Nitin Kaushal" class="home-portrait">
<div class="portrait-note">
<span class="status-dot" aria-hidden="true"></span>
Vancouver, Canada
</div>
</div>
</section>
<section class="home-about">
<div class="home-section-title">
<h2 class="about-title">About me</h2>
</div>
<div class="home-about-copy">
<p>I am a condensed matter theorist interested in strongly correlated systems. My research examines how electron interactions, multiple orbitals, and spin-orbit coupling give rise to unconventional magnetic and quantum phases.</p>
<p>Previously, I was a postdoctoral researcher at <a href="https://www.ornl.gov/" target="_blank" rel="noopener">Oak Ridge National Laboratory</a>. I received my Ph.D. from the <a href="https://www.utk.edu/" target="_blank" rel="noopener">University of Tennessee</a> in 2020 under the supervision of <a href="http://sces.phys.utk.edu/" target="_blank" rel="noopener">Prof. Elbio Dagotto</a>.</p>
</div>
</section>
<section class="home-focus" aria-labelledby="focus-heading">
<div class="focus-header">
<h2 id="focus-heading">Research interests</h2>
</div>
<div class="focus-grid">
<a class="focus-card" href="research_interests.html">
<span class="focus-number">01</span>
<h3>Unconventional Magnetism</h3>
<p>Altermagnetism, excitonic magnetism, spin-orbital physics, and correlated magnetic phases.</p>
<span class="card-arrow" aria-hidden="true">↗</span>
</a>
<a class="focus-card" href="research_interests.html">
<span class="focus-number">02</span>
<h3>Moiré Materials</h3>
<p>Correlated states, generalized Wigner crystals, and multi-orbital physics in twisted materials.</p>
<span class="card-arrow" aria-hidden="true">↗</span>
</a>
<a class="focus-card" href="research_interests.html">
<span class="focus-number">03</span>
<h3>Quantum Simulation & Annealing/Computation</h3>
<p>Quantum annealing and numerical many-body methods for non-equilibrium quantum dynamics.</p>
<span class="card-arrow" aria-hidden="true">↗</span>
</a>
</div>
</section>
<section class="software-section" id="software-development" aria-labelledby="software-heading">
<div class="software-heading">
<p class="home-eyebrow">Software Development</p>
<h2 id="software-heading">Research software</h2>
</div>
<article class="software-card">
<div>
<p class="software-name">SCS_Lanczos</p>
<h3>Exact diagonalization for strongly correlated systems</h3>
<p>A C++ research code for Lanczos and exact-diagonalization studies of interacting quantum lattice models.</p>
<p class="software-authors"><strong>Author:</strong> Nitin Kaushal</p>
</div>
<div class="software-actions">
<a href="SCS_LanczosWebPage/index.html">Read documentation <span aria-hidden="true">→</span></a>
<a href="https://github.com/nkphys/SCS_Lanczos" target="_blank" rel="noopener">GitHub <span aria-hidden="true">↗</span></a>
</div>
</article>
<article class="software-card">
<div>
<p class="software-name">DMRG++</p>
<h3>DMRG++: A free and open source implementation of the DMRG Algorithm</h3>
<p class="software-authors"><strong>Authors:</strong> Gonzalo Alvarez, Damien LG, Peter Doak, Thomas Maier, Alberto Nocera, Steven Hahn, Nirav Patel, Nitin Kaushal, Pontus Laurell</p>
</div>
<div class="software-actions">
<a href="https://www.osti.gov/doecode/biblio/182156" target="_blank" rel="noopener">DOE CODE record <span aria-hidden="true">↗</span></a>
<a href="https://github.com/dmrgpp-project/dmrgpp" target="_blank" rel="noopener">GitHub <span aria-hidden="true">↗</span></a>
</div>
</article>
</section>
</main>
<footer>
<p>© 2026 Nitin Kaushal</p>
<p class="footer-analytics"><a href="https://nkphys.goatcounter.com/" target="_blank" rel="noopener nofollow">Site analytics ↗</a></p>
</footer>
<script data-goatcounter="https://nkphys.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script>
</body>
</html>