Home » Tutorials Abstracts
Tutorials Abstracts
Sunday, Aug 31, 2025 — Tutorials Abstracts
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — This tutorial offers a foundational introduction to quantum computing, tailored for participants with little or no prior experience. Attendees will gain practical insight into quantum models, algorithms, and hardware, preparing them to understand and eventually engage with emerging quantum technologies poised to reshape the future of computing.
Abstract — Quantum computing offers the potential to revolutionize high-performance computing by providing a means to solve certain computational problems asymptotically faster than any classical computer. Relatively recently, quantum computing has advanced from a theoretical possibility to an engineered reality, with commercial entities offering early prototype quantum processors, including both special-purpose quantum annealers and general-purpose gate-model processors. The media have been showcasing each new development and implicitly conveying the message that the ubiquity of quantum computing is nigh. Here, we will respond to this hype and provide an overview of the exciting but still early state of the field. In this tutorial, we introduce participants to the computational models that underpin quantum computing’s immense computational power. We examine the thought processes that programmers need to map problems to various quantum-computing paradigms. We also discuss the hardware and algorithmic challenges that must be overcome before quantum computing becomes a standard component of every software developer’s repertoire.
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — This tutorial aims to ease participants’ journey into the joint quantum and high-performance computing field—an exciting area of research that may well hold the key to performant quantum computing. We recommend that any interested quantum or HPC practitioners attend an introduction to QHPC, where they can gain insight into our work, including code implementations and encourage active audience participation.
Abstract — Supercomputers and quantum computers both aim to revolutionize the computing world by tackling challenges well beyond the reach of previous processing power. These technologies have, for the most part, been evolving in separate ways, but is this the best approach? We argue that the combination of quantum computing and HPC (QHPC) is not only possible, but also inevitable. In this tutorial, we delve into the challenges we have faced while creating hybrid quantum-classical pipelines. By raising these challenges, we aim to educate and inform HPC and quantum engineers about the integration pitfalls and best practices for overcoming them, thereby making the QHPC field more accessible. We will explore the need and challenges associated with building pipelines that require low-latency communication between QPUs and CPUs. This will involve exploring use cases that require such closely coupled architectures, the different ways these architectures can be built, and the development of an example workflow that takes advantage of fast information exchange between QPUs and CPUs. We will then examine how to best leverage HPC to mitigate QPU overhead. This will include an in-depth examination of an algorithm that dynamically switches between simulation and hardware runs to approximate varying problem sizes during training. These are open-ended questions, and we will explore the different approaches behind them before focusing on our own experiences. This will be done through open dialogue, interactive polls and Jupyter notebook coding implementations. We hope attendees will come away feeling equipped to embark on their journey into QHPC.
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — During this tutorial, attendees will gain practical experience working with pulse-level programming of superconducting qubits. Participants will work through hands-on examples, including using custom pulse shapes, and we will conclude by exploring examples of how this enables the exploration of the physics governing these systems.
Abstract — The past years have seen immense progress in the programming of quantum computers with widely available open-source software to support research and developer endeavors. Maintaining transparency in quantum circuit execution is crucial for quantum engineers to maintain visibility on what really happens when transitioning from circuit representation to pulse-level instructions. In this tutorial, we focus on discussing the pulse-level programming of superconducting qubits. We will rely on the Pulse-Level library Pulla, a Python package maintained by IQM Quantum Computers, aimed at granting end-users access and visibility to pulse-level details of quantum algorithms. We begin by discussing how quantum circuit execution works, with a focus on the importance of the final pulse scheduler. We will use it to explore how gate-based extractions are converted to pulse schedulers. We will work through other examples of pulse-level access, including the creation of custom implementations of quantum gates, and discuss how pulse-level access can be used to enhance quantum error suppression. To conclude this session, we utilize pulse-level access to study the physics unique to superconducting qubits by exploring qubit-resonator dynamics in star topology systems. At the start of the session, we will provide all participants with a Jupyter notebook to work through example problems alongside the presenter.
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — In this tutorial, attendees will learn how to use the open-source Quantum Instrumentation Control Kit (QICK) system to control qubits. Examples of QICK applications will be presented, and the QICK hardware, firmware, and software stack will be explained through live demonstrations using QICK boards.
Abstract — QICK is an open-source qubit controller that is used by hundreds of users worldwide in academia and industry. In this tutorial, we aim to engage those interested in quantum controls at any level of the stack and introduce them to the QICK hardware, firmware, and software, all of which are publicly available on GitHub. No familiarity with QICK is assumed. The core topic will be an exploration of QICK’s capabilities for quantum control using RF pulse synthesis, pulse sequencing, and readout; other QICK features, such as photon timing, will also be demonstrated. Much of the tutorial will consist of live demonstrations, giving attendees a firsthand understanding of how QICK works. Current and prospective QICK users, experts in control electronics, and those interested in the open-source quantum ecosystem will find this tutorial of interest.
Target Audience — The tutorial targets a broad audience, ranging from researchers to students with some background in engineering, math, computer science, or physics, who are willing to get started using the QICK for quantum experimentation. Attendees will learn how the QICK system works and be provided with the tools to describe single- or multi-qubit experiments using this system for themselves. Current or potential users of QICK will benefit from this tutorial, as will attendees with a general interest in instrumentation. No prior knowledge of either quantum computing or QICK is required. Basic concepts are introduced to build up knowledge gradually.
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Abstract — This revised, 3rd edition of the tutorial will introduce the audience to the emerging field of secure quantum computing, which focuses on research on how to make quantum computing systems secure from attacks. By design, this tutorial will not cover post-quantum cryptography as that is an essential but orthogonal topic. The tutorial focuses on the security of quantum computing systems, as rapid advances in quantum computer technologies hold the promise of enabling quantum computers to run algorithms for generating novel drugs or material compounds. Once quantum computers are generating or processing sensitive data or valuable intellectual property, they will become a target for attacks that aim to disrupt their operation, modify computations, or even attempt to steal data or quantum circuit code. Moreover, many quantum computers are already cloud-based, and with remote, on-demand cloud access, they make them vulnerable to remote security attacks, no different from those in today’s classical cloud computing. First, this tutorial will introduce the audience to classical computer security concepts, including threat modelling, confidentiality, integrity, and availability, as well as information leaks, side-channel and covert-channel attacks. Second, this tutorial will demonstrate examples of security attacks prototyped on real cloud-based NISQ quantum computers available today, as well as prototype attacks of FTQC quantum computers. Third, the tutorial will present designs for securing the cloud-based NISQ and FTQC quantum computers. Lastly, the tutorial will present challenges and opportunities to build quantum computer security from the ground up, rather than patch them later once security attacks have occurred in the wild.
B. What will the target audience learn? Quantum computing engineers and researchers will learn how to design more secure quantum computers and protect computing machines from vulnerabilities, as many quantum computers are now connected to the internet (e.g., IBM Quantum, Amazon Braket, Microsoft Azure).
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — Attendees will embark on an immersive, hands-on journey into Quantum Machine Learning (QML) using an open-source quantum computer simulator. This beginner-friendly tutorial covers foundational concepts in quantum information science (QIS), introduces key quantum computing (QC) and QML principles, explores various QML models, and provides practical coding exercises to reinforce learning. Designed to make QML accessible, the session equips participants with the essential knowledge and skills to begin exploring this cutting-edge field, requiring no prior quantum experience, just curiosity and a passion for innovation.
Abstract — This tutorial will cover a hands-on introduction to quantum machine learning. Foundational concepts of quantum information science (QIS) will be presented (qubits, single and multiple qubit gates, measurements, and entanglement). Building on that, foundational concepts of quantum machine learning (QML) will be introduced (parametrized circuits, data encoding, and feature mapping). Then, QML models will be discussed (quantum support vector machine, quantum feedforward neural network, and quantum convolutional neural network). Finally, the cutting-edge QML models such as quantum recurrent neural networks, quantum reinforcement learning, and quantum federated learning will be introduced with concrete programming examples. All the aforementioned topics and concepts will be examined using codes run on a quantum computer simulator. All the covered materials assume a novice audience interested in learning about QML. Further reading, software packages and frameworks will also be shared with the audience.
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — This tutorial introduces SeQUeNCe, an open-source simulator for modeling quantum networks. It covers quantum communication fundamentals, SeQUeNCe’s architecture, and includes hands-on exercises, along with a live demo. Advanced topics, such as parallel execution for large-scale simulations, will also be explored. The session is beginner-friendly and relevant to researchers and infrastructure providers in the field of quantum networking.
Abstract — Quantum networks promise to deliver new, revolutionary applications that include distributing cryptographic keys with provable security, synchronizing clocks with unprecedented accuracy, and distributed quantum computing. Recent breakthroughs in quantum engineering have enabled the experimental realization of quantum network prototypes. One of the most significant engineering challenges is building networks that scale both in terms of the number of users and the communication distance. Achieving this goal requires a combination of advances in hardware, standardization of network architectures, development of robust control plane protocols, and techniques that allow reproducible performance testing. Quantum network simulations can help in understanding the tradeoffs of alternative quantum network architectures, optimizing quantum hardware, and developing a robust control plane. Simulator of QUantum Network Communication (SeQUeNCe) is a customizable discrete-event quantum network simulator that models quantum hardware and network protocols. SeQUeNCe employs a modularized design that separates functionality across different network layers into distinct modules. This modularized design enables the testing of alternative quantum network protocols and hardware models, as well as the study of their interactions. In this tutorial, we will start with a brief overview of quantum communications, their potential benefits, use cases, and challenges. Then, we will introduce SeQUeNCe and present its design, interface, capabilities, and limitations. We will discuss recent publications that have utilized SeQUeNCe and how it distinguishes itself from other available quantum network simulators. We will show a live demo of SeQUeNCe followed by hands-on exercises. We will then present some advanced capabilities, including the ability to parallelize the execution of large-scale quantum network simulations on high-performance computers.
• Undergrad and graduate students who want to learn and enter the field of quantum networks. They will learn how to use SeQUeNCe in their quantum network course projects. Prerequisite: minor knowledge of quantum networks and simulation software.
• Scientists and faculty who work on quantum networking devices, quantum communication protocols, and distributed quantum computing. They will learn how to use SeQUeNCe in their research projects and proposals. Prerequisite: good knowledge of quantum networks and simulation software.
• Infrastructure providers interested in building quantum networks. Prerequisite: some knowledge of quantum networks and simulation software.
TUT12 — Automated Topological Quantum Error Correction Using 3D Primitives
Purva Thakre, Southern Illinois University
Kabir Dubey, Northwestern University
Adrien Suau, QraftWare
Yiming Zhang, University of Science and Technology of China
Austin Fowler, Stairway Invest LLC
Ang Li, Pacific Northwest National Laboratory
Samuel Stein, Pacific Northwest National Laboratory
Ying Mao, Fordham University
- Date — Sun, Aug 31, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — In this tutorial, participants will use TQEC’s design-automation tool to build and simulate fault-tolerant quantum circuits based on surface codes and lattice surgery with only 3D blocks. A theoretical overview will explain the fundamentals of error correction for the surface code, followed by hands-on programming exercises to design logical circuits and simulate logical error rates.
Abstract — Quantum computers require fault tolerance to achieve reliable, large-scale performance. While many architectures for topological quantum error correction have been proposed, implementing non-trivial quantum operations remains challenging due to the complexity of specifying software instructions. As a result, resource estimates and error suppression rates are often insufficiently tested. In this tutorial, we present an automated method for representing and compiling design hypotheses for surface code-protected quantum operations using TQEC, an open-source and flexible Python tool. TQEC models logical operations using three-dimensional spacetime blocks, compiling them into Stim circuit instances that can be simulated or prepared for hardware implementation. These simulations generate plots that link logical error rates to parameters, including code distance and physical error rates, providing a practical way to evaluate circuit performance and validate error suppression. When multiple fault-tolerant implementations are possible, TQEC enables direct performance comparisons through simulation-based feedback. The tutorial begins with a conceptual overview of surface code quantum computation, designed to help attendees with no prior background understand the fundamentals. The hands-on portion will guide participants through the iterative process of building fault-tolerant quantum circuits from surface code memory experiments to complete quantum algorithm constructions using TQEC for simulation and visualization. We will also outline the future roadmap for TQEC, encouraging attendees to explore further and contribute to its development.
• The tutorial is suitable for both newcomers looking to build foundational knowledge and experienced developers aiming to explore automated design and simulation workflows for large-scale fault-tolerant quantum computations.
Monday, Sep 1, 2025 — Tutorials Abstracts
- Date — Mon, Sep 1, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — Participants will learn how to leverage existing AI transpiling passes to produce highly optimized circuits for current quantum hardware and to train their own AI-powered transpiler passes for their specific needs.
Abstract — Quantum circuit optimization is a challenging but necessary task to get the best out of current quantum hardware. Recently, AI methods have emerged as a practically useful tool for circuit optimization and transpilation, providing a good balance between circuit quality and computational effort. Last year, we made some of these AI methods available as Qiskit transpiler passes through the Qiskit IBM Transpiler, and showed how they can provide substantial improvements in circuit depths and gate counts within a reasonable time. In this tutorial, we will do a comprehensive and practical walk-through of this topic. In the first half of the tutorial, we will provide an overview of the existing AI passes available and demonstrate hands-on how users can utilize them to produce highly optimized circuits, along with some guidelines indicating when they work best. In the second half, we will delve into the methods used and provide a practical demonstration on how users can train their own models tailored to their specific problems, as well as how to integrate them into Qiskit as transpiler passes.
- Date — Mon, Sep 1, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — In this tutorial, we will first present physics-based spin-qubit models employed by quantum scientists from academia and industry to describe their systems. We will then introduce the audience to 3D TCAD simulations of realistic spin-qubit devices through practical examples that illustrate typical design and simulation workflows.
Abstract — As quantum technologies mature and gain industrial relevance, it becomes imperative to accelerate design, prototyping, and manufacturing cycles by reducing trial and error. Akin to the situation that prevails in the semiconductor industry, quantum device design workflows increasingly leverage digital simulation tools to predict hardware performance before fabrication, and analyze characterization outcomes thanks to physics-based modeling. This Tutorial aims to introduce the participants of the IEEE Quantum Week to Technology Computer-Aided Design (TCAD) of quantum devices. We will introduce the spin-qubit technology to the audience, along with the main theoretical techniques used to model these systems. We will then demonstrate how to create 3D models of typical spin qubit systems that are currently explored by the emerging quantum hardware industry in potentially scalable quantum computer architectures and present basic simulation workflows using Nanoacademic’s finite-element modeling (FEM) tool QTCAD R. Finally, we will present new features recently introduced in QTCAD R 2.0, such as superconducting qubits and multiscale modeling combining atomistic methods with FEM to address key materials challenges that arise in qubit design.
- Date — Mon, Sep 1, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — Gain practical expertise in advanced quantum control using QubiC, an open-source system with mid-circuit measurement and feedforward. This tutorial combines simulation and real hardware experiments for a comprehensive learning experience.
Abstract — This hands-on tutorial provides a comprehensive overview of QubiC’s architecture and capabilities, focusing on the unique challenges of controlling superconducting qubits. We’ll also explore advanced features like real-time decision-making, flexible hardware integration, and AI/ML-powered calibration and measurement. Participants will gain practical experience through hands-on exercises, including simulations using our QuTiP-integrated emulator (allowing pulse- and gate-level design) and, time permitting, experiments on actual QubiC hardware. This tutorial is perfect for physicists, engineers, and quantum enthusiasts eager to leverage QubiC to advance their quantum computing projects. Ultimately, you can utilize QubiC’s powerful control system features in your quantum system development.
- Date — Mon, Sep 1, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Summary — This tutorial will provide an overview of quantum repeaters and networks, the NetSquid simulation package, and experience in simulating quantum repeater chains under a variety of different scenarios. Memory-based and all-photonic quantum repeaters are in scope.
Abstract — Quantum networks are envisioned to achieve novel capabilities that are provably impossible using classical networks. These novel capabilities range from cryptography, sensing and metrology to distributed systems. As with classical networks, quantum networks must be large enough to facilitate a practical level of communication, information sharing, or collaboration. Scaling quantum networks to longer distances requires advanced quantum repeater (QR) technologies. Depending on the error mitigation mechanisms adopted to suppress loss and errors, QRs are typically classified into two categories: “memory-based” and “all-photonic” QRs. Each type of QR may be best suited for a specific type of underlying quantum technology, for a particular scale of quantum network, and for a specific regime of operational parameters. NetSquid is a software package used for the modeling and simulation of scalable quantum networks developed at QuTech. Modeling and simulation of quantum repeaters and networks using NetSquid can help in understanding the relative performance and resource requirements of different types of QRs, tradeoffs of alternative quantum network architectures, optimizing quantum hardware, and developing a robust control plane. In this tutorial, we will start with a brief overview of quantum repeaters and networks, their potential benefits and challenges. Then, we will introduce NetSquid and present its design and features. Finally, we will demonstrate how to use a quantum repeater toolkit based on NetSquid to model and simulate “all-photonic” quantum repeaters and networks, and “memory-based” trapped ion quantum repeaters and networks. We will also compare the relative performance and resource requirements of these two different types of QRs and networks.
- Date — Mon, Sep 1, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
This tutorial begins with a conceptual overview of the role of EM in quantum computation. We discuss how EM can realistically enable quantum advantage—even as it falls short of supporting exponential speedups in the asymptotic limit, introducing key concepts such as active volume, circuit volume boost, and finite quantum advantage.
We then provide a detailed review of characterization-based EM techniques, including Zero Noise-Extrapolation (ZNE) based on Probabilistic Error Amplification (PEA); Probabilistic (or Pauli) Error Cancellation (PEC); and QESEM, a recent method based on quasi-probabilistic decompositions for both Clifford and non-Clifford gates, which leverages efficient sampling based on active volume identification and QPU-time optimization techniques. We also discuss the characterization protocols underlying these methods
Next, we present prospects for near-term quantum advantage with error mitigation, and recent state-of-the-art experimental results. We demonstrate how the timeline for quantum advantage can be accelerated by combining error mitigation with error correction and with classical supercomputing. In particular, we show how EM integrates with high-performance computing (HPC) to simulate long-time quantum dynamics, combining classical and quantum resources in a powerful hybrid quantum-classical workflow.
The final part of the tutorial focuses on planning and executing mitigation experiments. Participants will engage with a hands-on lab based on the Kicked Ising model, a benchmark for quantum many-body dynamics. They will learn techniques to estimate quantum runtime, and investigate how runtime scales with parameters such as active volume, observable structure, and desired precision.
Tuesday, Sep 2, 2025 — Tutorials Abstracts
- Date — Tue, Sep 2, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Tue, Sep 2, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Tue, Sep 2, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 13:00 – 14:30 & 15:00 – 16:30
- Date — Tue, Sep 2, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 13:00 – 14:30 & 15:00 – 16:30
- Date — Tue, Sep 2, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
To get the most out of the tutorial, we recommend signing up in advance if you plan to follow along hands-on.
Wednesday, Sep 3, 2025 — Tutorials Abstracts
- Date — Wed, Sep 3, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 13:00 – 14:30 & 15:00 – 16:30
- Date — Wed, Sep 3, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 13:00 – 14:30 & 15:00 – 16:30
- Date — Wed, Sep 3, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 13:00 – 14:30 & 15:00 – 16:30
1) Industry professionals pursuing an off-the-shelf nonlinear optimization solver to tackle problems in electrical engineering and computer science (e.g., power engineering, networking, computer vision, and signal processing).
2) Research scientists interested in state-of-art research on quantum optimization for engineering problems.
3) Quantum computing experts interested in softwarehardware co-design for practical applications.
4) Undergraduate and graduate students interested in learning quantum optimization algorithm, software, and applications.
We will begin with a gentle introduction to quantum computing and quantum technology, focusing on quantum algorithms for optimization and their implementation on quantum computing hardware. The lack of automated tools for deploying quantum applications has motivated our development of QHDOPT, an open-source software that provides a unified optimization model and is compatible with various mainstream quantum computing platforms. This tutorial will also help quantum hardware providers better envision the possible form of automated software that leverages quantum computers to solve practical problems.
- Date — Wed, Sep 3, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Wed, Sep 3, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
Thursday, Sep 4, 2025 — Tutorials Abstracts
- Date — Thu, Sep 4, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Thu, Sep 4, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 13:00 – 14:30 & 15:00 – 16:30
- Date — Thu, Sep 4, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 13:00 – 14:30 & 15:00 – 16:30
- Date — Thu, Sep 4, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 13:00 – 14:30 & 15:00 – 16:30
- Date — Thu, Sep 4, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Quantum computing beginners who want to explore Q# with the help of AI-guided support
- Experienced Q# developers looking to boost productivity and streamline their development workflow
- Software engineers and researchers interested in integrating AI tools like GitHub Copilot into quantum programming environments
- Educators and students aiming to reduce the learning curve for quantum coding through practical, hands-on examples.
Friday, Sep 5, 2025 — Tutorials Abstracts
- Date — Fri, Sep 5, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Fri, Sep 5, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Fri, Sep 5, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Fri, Sep 5, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
- Date — Fri, Sep 5, 2025
- Time — 10:00 – 16:30 Mountain Time (MDT) — UTC-6
- Duration — Each tutorial is 3 hours long (2 sessions of 1.5 hours)
- Fixed time slots — 10:00 – 11:30 & 13:00 – 14:30
1. graduate students and researchers into QEC
2. quantum computing engineers
3. quantum software developers