-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
45 lines (38 loc) · 2.11 KB
/
Copy pathabout.html
File metadata and controls
45 lines (38 loc) · 2.11 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
<head>
<title>Pablo Andrés-Martínez</title>
<link rel="stylesheet" type="text/css" href="general.css">
<link rel="stylesheet" type="text/css" href="content.css">
</head>
<body>
<div id="content"><br>
Originally trained as a computer engineer during my undergraduate studies, I later transitioned to theoretical and mathematical research. I completed my PhD in quantum computer science at the University of Edinburgh (2022) on the topic of control flow of quantum programs and their categorical semantics. Since then, I have been working at Quantinuum as an R&D scientist. For the last two years, I have been developing <a href="https://github.com/CQCL/pytket-cutensornet">pytket-cutensornet</a>, a library for the simulation of quantum circuits using tensor network methods on GPUs.
<br><br>
<a href="docs/CV.pdf">Here is my CV.</a>
<h3>Interests</h3>
<ul>
<li>simulation of quantum computers</li>
<li>combinatorial optimisation in quantum compilation</li>
<li>control flow of quantum programs</li>
<li>distributed quantum computation</li>
<li>category theory</li>
</ul>
<h3>Funding</h3>
<ul>
<li>Hired as a Research Scientist at <a href="https://www.quantinuum.com/"><i>Quantinuum</i></a> (2022-present).</li>
<li><a href="http://web.inf.ed.ac.uk/infweb/student-services/cdt/pervasive-parallelism">CDT in PPar</a>, sponsored by the EPSRC and the School of Informatics (2017-2021).</li>
</ul>
<h3> Contact </h3>
pablo.andresmartinez@quantinuum.com
</div>
<div id="banner">
<img id="photo" src="landscape.png" alt="Pablo Andres-Martinez">
<div id="info">
<h1> <a href="index.html">Pablo Andrés-Martínez</a> </h1>
Senior R&D Scientist at <a href="https://www.quantinuum.com/"><i>Quantinuum</i></a>
<br><br>
<p></p>
<div id="menu"> <b><a href="news.html">News</a> <a href="papers.html">Papers</a> <a href="talks.html">Talks</a> <span id="current">About</span></b></div>
</div>
</div>
<div id="column"></div>
</body>