forked from tmsteck/tmsteck.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhackathons.html
87 lines (76 loc) · 5.89 KB
/
hackathons.html
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
<!DOCTYPE html>
<head>
<title>Thomas Steckmann</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link rel='stylesheet' href='style.css'>
</head>
<html>
<body>
<div class="top-bar">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand">Thomas Steckmann</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" href="http://www.thomassteckmann.com/">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Portfolio
</a>
<ul class="dropdown-menu" style="padding-top: 0;" aria-labelledby="navbarDropdown">
<li class="container-fluid" style='background-color: lightgray; text-align: center;'> <div class="mx-auto">Research </div></li>
<li><a class="dropdown-item" href="quantum.html">Quantum Computing</a></li>
<li><a class="dropdown-item" href="ofet.html">Organic Electronics</a></li>
<li class="container-fluid" style='background-color: lightgray; text-align: center;'> <div class="mx-auto">Projects </div></li>
<li><a class="dropdown-item" href="hackathons.html">Quantum Projects</a></li>
<li><a class="dropdown-item" href="cryptography.html">Crytopgraphy</a></li>
<li><a class="dropdown-item" href="symphony.html">Poetry</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="Thomas_Steckmann_Resume_2021.pdf">CV</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://quantuminformationclub.wordpress.ncsu.edu/">Quantum Information Club</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- Begin Main Page-->
<div class="container mx-auto shadow-lg p-3 mb-5 rounded" style="margin-top: 100px; margin-left: 100px; margin-right: 100px; background-color: rgb(199 182 161); ">
<span>
<h3 class='text-center'> Hackathons </h3> <br>
<h2>
Qiskit Summer Jam 2020
</h2>
I hosted the IBM Qiskit Summer Jam at NC State in association with the Quantum Information Club at NC State and the Duke Undergraduate Quantum Information Society. As the host of the event, I
organized the participants by creating and advertising the event to various campus organizations, helped facilitate team formation, and hosted the introduction and presentation portion of the event.
Our hackathon project on the application of a Quantum Random Walk algorithm to a PageRank like method.
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQXhbAjyX7Lp6PI8a2dzqgPn9QF4W_X5xJUYefv9A_KaO1k30EY4zQ1PEIi5HX3_A9V0IN4C4cN4hi9/embed?start=false&loop=false&delayms=60000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<h2> Qiskit Hackathon Global</h2>
<p>
Qiskit Hackathon Global was an invite-only event which took place over a 24 hour hacking period. With a team of five other students, we expanded on the Qiskit functionality for computing
the quantum volume for a backend system. This included streamlining the job management system to automatically run the calculations required for convergence to a threshold, displaying the quantum
volume results in an understandable way, and choosing the optimal qubits and connections to perform the computation on.
Hackathon Webpage <a href="https://qiskithackathon.global.bemyapp.com/##/projects/5f7debef055bf9001b8a254a"> Here </a>
</p>
</span>
</p>
</p>
<h3> Universal Operator Decomposition </h3>
My final project for a course on the mathematical foundations of quantum computing focused on existing algorithms for performing efficient gate decomposition of arbitrary n-qubits operators.
<div class='container-md' width = "90%">
<iframe src="Universal_Gate_Decomposition.pdf" style="width: 100%; height: calc(80vh);" frameborder="0"></iframe>
</div>
</body>
</html>