Skip to content

Commit 7f2677e

Browse files
committed
moved ew first
1 parent 9516eb5 commit 7f2677e

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

index.html

+19-18
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,24 @@ <h1>&nbsp;&nbsp;Oscar Scholin</h1>
156156
</figure>
157157
</div>
158158
<div class="projects">
159-
<div class="project">
159+
<div class="project">
160+
<a href="https://github.com/Lynn-Quantum-Optics/Summer-2023/tree/main" class="project-title">Summer 2023, Entanglement Witnessing</a>
161+
<figure class="project-figure">
162+
<img src="images/quantum.jpeg" alt="waveplate setup" class="project-image">
163+
<figcaption class="project-figcaption">UV Half-wave plate, quartz crystal, precompensation crystal, and BBO in Prof. Lynn's Quantum Optics lab.</figcaption>
164+
</figure>
165+
<figure class="project-figure">
166+
<img src="images/comp.png" alt="results of neural networks." class="project-image">
167+
<figcaption class="project-figcaption">Performance comparison as a function of concurrence (the amount of entanglement required to call a state entangled) of different adaptive witnessing strategies, including an analytical method (Population), two XGBoost models, and a variety of neural networks.</figcaption>
168+
</figure>
169+
<p class="project-description">Wrote a lot of custom code to generate, manipulate, and measure (theoretically and experimentally) 2-qubit quantum states. Trained a variety of machine learning models (eXtreme gradient boosting, neural networks) on 4 million generated states with the goal of predicting the optimal set of measurements to take based on an initial set of projective probabilities, using entanglement witnesses building on those by Riccardi et al. (2019) and previous work by the group. Achieved <a href="https://github.com/Lynn-Quantum-Optics/Summer-2023/blob/main/oscar/writing/oscar_writeup.pdf"> 4% increase in performance from previous models</a> and successfully applied the models to experimental data.
170+
171+
Presented <a href = "https://github.com/Lynn-Quantum-Optics/Summer-2023/blob/main/Witness_Summer_2023_Poster.pdf"> results, "Entanglement Witnessing: a Neural Network Optimization and Experimental Realization", </a> at <a href="https://physics.unm.edu/SQuInT/2023/index.php"> Southwest Quantum Information and Technology (SQuInT) conference, October 2023.</a>
172+
173+
Also experimented with an automatic decomposition of a quantum state into Jones matrices via gradient descent, which <a href="https://github.com/Lynn-Quantum-Optics/Summer-2023/blob/main/oscar/writing/instaq.pdf"> achieved up to 99.3% fidelity</a> in our experimental setup. </p>
174+
175+
</div>
176+
<div class="project">
160177
<a href="https://github.com/Lynn-Quantum-Optics/Fall-2023-Spring-2024" class="project-title">Fall 2023, Maximal LELM Distinguishability for d = 6</a>
161178
<figure class="project-figure">
162179
<img src="images/basis.png" alt="LELM image" class="project-image">
@@ -185,23 +202,7 @@ <h1>&nbsp;&nbsp;Oscar Scholin</h1>
185202
Together with my classmates Larry Liu and Donny Lu, we are working on the a plan to build an optical quantum computer that addresses issues of multi-photon gate complexity and scalibility, with the goal to begin proptyping in Spring 2024. We are working with Professor Gallicchio of Harvey Mudd College as well as Professor Lynn of Harvey Mudd College informally.
186203
</p>
187204
</div>
188-
<div class="project">
189-
<a href="https://github.com/Lynn-Quantum-Optics/Summer-2023/tree/main" class="project-title">Summer 2023, Entanglement Witnessing</a>
190-
<figure class="project-figure">
191-
<img src="images/quantum.jpeg" alt="waveplate setup" class="project-image">
192-
<figcaption class="project-figcaption">UV Half-wave plate, quartz crystal, precompensation crystal, and BBO in Prof. Lynn's Quantum Optics lab.</figcaption>
193-
</figure>
194-
<figure class="project-figure">
195-
<img src="images/comp.png" alt="results of neural networks." class="project-image">
196-
<figcaption class="project-figcaption">Performance comparison as a function of concurrence (the amount of entanglement required to call a state entangled) of different adaptive witnessing strategies, including an analytical method (Population), two XGBoost models, and a variety of neural networks.</figcaption>
197-
</figure>
198-
<p class="project-description">Wrote a lot of custom code to generate, manipulate, and measure (theoretically and experimentally) 2-qubit quantum states. Trained a variety of machine learning models (eXtreme gradient boosting, neural networks) on 4 million generated states with the goal of predicting the optimal set of measurements to take based on an initial set of projective probabilities, using entanglement witnesses building on those by Riccardi et al. (2019) and previous work by the group. Achieved <a href="https://github.com/Lynn-Quantum-Optics/Summer-2023/blob/main/oscar/writing/oscar_writeup.pdf"> 4% increase in performance from previous models</a> and successfully applied the models to experimental data.
199-
200-
Presented <a href = "https://github.com/Lynn-Quantum-Optics/Summer-2023/blob/main/Witness_Summer_2023_Poster.pdf"> results, "Entanglement Witnessing: a Neural Network Optimization and Experimental Realization", </a> at <a href="https://physics.unm.edu/SQuInT/2023/index.php"> Southwest Quantum Information and Technology (SQuInT) conference, October 2023.</a>
201-
202-
Also experimented with an automatic decomposition of a quantum state into Jones matrices via gradient descent, which <a href="https://github.com/Lynn-Quantum-Optics/Summer-2023/blob/main/oscar/writing/instaq.pdf"> achieved up to 99.3% fidelity</a> in our experimental setup. </p>
203-
204-
</div>
205+
205206
<div class="project">
206207
<a href="https://github.com/oscars47/UCVS" class="project-title">Summer 2022, Fall 2022; Fall 2023-Spring 2024, p-stars </a>
207208
<figure class="project-figure">

0 commit comments

Comments
 (0)