-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpro-eng.html
More file actions
270 lines (244 loc) · 9.79 KB
/
pro-eng.html
File metadata and controls
270 lines (244 loc) · 9.79 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daniel Castillo Castro — Projects</title>
<meta content="index,follow" name="robots">
<meta name="description" content="Research and development projects in computational physics, nanomaterials and quantum computing."/>
<link rel="canonical" href="https://dacastillo.github.io/pro-eng.html" />
<!-- Open Graph -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Daniel Castillo Castro — Projects" />
<meta property="og:description" content="Research projects in computational physics, nanomaterials and quantum computing." />
<meta property="og:url" content="https://dacastillo.github.io/pro-eng.html" />
<meta property="og:site_name" content="Daniel Castillo Castro" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,300;0,400;0,600;1,300&family=DM+Sans:wght@300;400;500&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- Favicon -->
<link rel="icon" href="logo1.png" sizes="32x32" />
<link rel="apple-touch-icon" href="logo1.png" />
<meta name="msapplication-TileImage" content="logo1.png" />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-88801940-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-88801940-1');
</script>
</head>
<body>
<!-- Navigation -->
<header class="container">
<nav class="site-nav">
<a href="eng.html" class="nav-logo" aria-label="Home">DC</a>
<ul>
<li><a href="man-eng.html">Manifesto</a></li>
<li><a href="cv-eng.html">CV</a></li>
<li><a href="pro-eng.html" aria-current="page">Projects</a></li>
<li><a href="link-eng.html">Links</a></li>
<li><a href="pro.html" class="nav-lang" aria-label="Versión en español">ES</a></li>
<li><a href="pro-pt.html" class="nav-lang" aria-label="Versão em português">PT</a></li>
</ul>
</nav>
</header>
<!-- Main Content -->
<main class="container">
<section class="page-header">
<h1>Projects</h1>
<p class="hero-bio">
Selection of research and development projects I have worked on,
organized by research area.
</p>
</section>
<!-- Research -->
<section>
<h2>Research</h2>
<div class="project-grid">
<article class="project-card">
<div class="project-header">
<h3 class="project-title">
<a href="https://github.com/Dacastillo/r" target="_blank" rel="noopener noreferrer">r</a>
</h3>
<span class="project-year">2024–2026</span>
</div>
<p class="project-description">
Computational research in DFT (Density Functional Theory), LAMMPS and molecular dynamics
of 2D materials and van der Waals heterostructures. Modeling of structural,
electronic and thermal properties of hBN, graphene and heterostructures.
</p>
<div class="project-stack">
<code>Python</code>
<code>LAMMPS</code>
<code>GPAW</code>
<code>DFT</code>
<code>TeX</code>
</div>
</article>
<article class="project-card">
<div class="project-header">
<h3 class="project-title">
<a href="https://github.com/Dacastillo/Moleqlas---group-repo" target="_blank" rel="noopener noreferrer">Moleqlas</a>
</h3>
<span class="project-year">2024–2026</span>
</div>
<p class="project-description">
Quantum computing applied to molecular chemistry. Quantum simulations for molecular systems
in the QuDIT group at PUC Chile. Implementation of VQE algorithms and study of electronic states.
</p>
<div class="project-stack">
<code>Qiskit</code>
<code>Python</code>
<code>Jupyter</code>
<code>VQE</code>
</div>
</article>
<article class="project-card">
<div class="project-header">
<h3 class="project-title">
<a href="https://github.com/Dacastillo/QQuipu3" target="_blank" rel="noopener noreferrer">QQuipu3</a>
</h3>
<span class="project-year">2024</span>
</div>
<p class="project-description">
Simulation of thermal and Gibbs states with quantum circuits. Preparation of state
ρ<sub>β</sub> = e<sup>−βH</sup>/Z using imaginary time evolution techniques and Qiskit.
</p>
<div class="project-stack">
<code>Qiskit</code>
<code>Python</code>
<code>Quantum</code>
</div>
</article>
<article class="project-card">
<div class="project-header">
<h3 class="project-title">
<a href="https://github.com/Dacastillo/Shore-Test" target="_blank" rel="noopener noreferrer">Shore-Test</a>
</h3>
<span class="project-year">2023</span>
</div>
<p class="project-description">
CoastSat applied to Chilean coastlines: using Landsat and Sentinel-2 with Google Earth Engine for
automated shoreline extraction. Analysis of coastal erosion and morphological changes.
</p>
<div class="project-stack">
<code>Python</code>
<code>GEE</code>
<code>Sentinel-2</code>
<code>Landsat</code>
</div>
</article>
<article class="project-card">
<div class="project-header">
<h3 class="project-title">
<a href="https://github.com/Dacastillo/PDE-Test" target="_blank" rel="noopener noreferrer">PDE-Test</a>
</h3>
<span class="project-year">2023</span>
</div>
<p class="project-description">
Solving Partial Differential Equations (PDEs) with the finite element method (FEM)
on 3D geometries defined by STL files. Applications in physics and engineering.
</p>
<div class="project-stack">
<code>Python</code>
<code>FEM</code>
<code>NumPy</code>
</div>
</article>
</div>
</section>
<!-- Education / Outreach -->
<section>
<h2>Education & Outreach</h2>
<div class="project-grid">
<article class="project-card">
<div class="project-header">
<h3 class="project-title">
<a href="https://github.com/Dacastillo/t" target="_blank" rel="noopener noreferrer">t</a>
</h3>
<span class="project-year">2015–2026</span>
</div>
<p class="project-description">
Teaching materials: lecture notes, presentations and resources for university physics courses.
Includes solved problems, lab guides and support materials in LaTeX and HTML.
</p>
<div class="project-stack">
<code>LaTeX</code>
<code>HTML</code>
<code>Markdown</code>
</div>
</article>
<article class="project-card">
<div class="project-header">
<h3 class="project-title">
<a href="https://github.com/Dacastillo/LAMMPS-tutorial" target="_blank" rel="noopener noreferrer">LAMMPS Tutorial</a>
</h3>
<span class="project-year">2025</span>
</div>
<p class="project-description">
LAMMPS tutorial presented at LAMMPS Workshop. Practical guide for molecular dynamics
simulation with script examples, trajectory analysis and visualization.
</p>
<div class="project-stack">
<code>LAMMPS</code>
<code>Shell</code>
<code>Ovito</code>
</div>
</article>
</div>
</section>
<!-- Hackathons -->
<section>
<h2>Hackathons</h2>
<div class="project-grid">
<article class="project-card">
<div class="project-header">
<h3 class="project-title">
<a href="https://github.com/Dacastillo/project_Dacastillo" target="_blank" rel="noopener noreferrer">QHack 2023</a>
</h3>
<span class="project-year">2023</span>
</div>
<p class="project-description">
Project presented at the quantum computing hackathon QHack 2023. Implementation
of quantum algorithms and circuit optimization using PennyLane and Qiskit.
</p>
<div class="project-stack">
<code>PennyLane</code>
<code>Qiskit</code>
<code>Jupyter</code>
</div>
</article>
</div>
</section>
<!-- Language versions -->
<section class="mt-lg">
<p class="text-muted">
<strong>Other languages:</strong>
<a href="pro.html">Español</a> ·
<a href="pro-pt.html">Versão em português</a>
</p>
</section>
</main>
<!-- Footer -->
<footer class="container">
<div class="site-footer">
<div class="footer-location">Santiago, Chile</div>
<div class="footer-links">
<a href="https://github.com/Dacastillo" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://www.linkedin.com/in/esdacastillo/" target="_blank" rel="noopener noreferrer">LinkedIn</a>
<a href="https://orcid.org/0000-0002-9556-4831" target="_blank" rel="noopener noreferrer">ORCID</a>
<a href="https://www.instagram.com/castillocastro_/" target="_blank" rel="noopener noreferrer">Instagram</a>
<a href="https://chilemasto.casa/@dacastillo" target="_blank" rel="noopener noreferrer">Mastodon</a>
</div>
<div class="footer-copy">© 2018–2026 Daniel Castillo Castro</div>
</div>
</footer>
</body>
</html>