SearcharxivSearch

arXiv subjects

Jaemin Park

Publications and source records attributed to Jaemin Park.

At least 19 recordsLinked to original sources

Probing Residual Noise at a Decoherence Sweet Spot in a $^{28}$Si/SiGe Spin Qubit

In $^{28}$Si/SiGe spin qubits with micromagnets, the longitudinal stray field gradient transduces charge noise into qubit frequency noise and limits coherence. We compare two neighboring qubits in the same device with 800 ppm residual $^{29}$Si, one near a decoherence sweet spot where the gradient is locally minimized and the other at a position with a larger gradient. At the sweet spot, $T_2^*$ reaches 67 $μ\mathrm{s}$ and the Carr-Purcell-Meiboom-Gill coherence time reaches 4.6 ms, whereas $T_2^*$ is 5.2 $μ\mathrm{s}$ at the neighboring qubit. Near 1 Hz, the frequency noise power spectral density at the sweet spot is nearly two orders of magnitude lower than at the neighboring qubit. The magnitude and low-frequency decay of the residual spectrum are compatible with the prediction for $^{29}$Si nuclear spin noise, and the weak interqubit correlation indicates that local noise becomes important for dephasing at the sweet spot. Despite a finite correlation with the charge sensor, sweet-spot operation strongly reduced the transduction of charge noise, bringing the residual frequency noise close to the level predicted for $^{29}$Si nuclear spin fluctuations.

quant-ph

Weighted singular vectors in common-base self-similar sets

We prove a lower bound for the Hausdorff dimension of weighted totally irrational singular vectors in affine-spanning common-base integral self-similar sets satisfying the open set condition. For the middle-third Cantor square, the bound improves the previously known explicit lower bound.

math.NT

Feedback stabilization of multi-qubit Hamiltonian parameters enabled by single-shot measurement-based sequential Monte Carlo

Fast measurement, signal processing, and accurate estimation of Hamiltonian parameters are essential for feedback control in quantum-classical interface circuitry. However, existing frequentist and Bayesian inference methods typically require a large number of measurements to achieve the accuracy needed to mitigate qubit decoherence. Consequently, feedback control of semiconductor qubits has largely been limited to single-qubit frequency stabilization, whereas two-qubit parameter stabilization remains experimentally unexplored. Here, we demonstrate a real-time feedback framework based on sequential Monte Carlo estimation using one bit of data from a single-shot measurement. Using a four-qubit semiconductor quantum dot device, we rapidly estimate individual qubit frequencies, yielding an approximately twofold increase in coherence time compared with a conventional Bayesian strategy. Moreover, sequential two-qubit parameter estimation using two bits of data enables stabilization of qubit-qubit coupling, allowing both quasi-static frequency drift and exchange-interaction noise to be estimated and suppressed. By shortening the time required for precise parameter estimation, these results demonstrate the importance of the synergistic development of classical and quantum electronics for building robust and scalable quantum technologies in fluctuating environments.

quant-ph

Passive and active suppression of transduced noise in silicon spin qubits

Addressing and mitigating decoherence sources plays an essential role in the development of a scalable quantum computing system, which requires low gate errors to be consistently maintained throughout the circuit execution. While nuclear spin-free materials, such as isotopically purified silicon, exhibit intrinsically promising coherence properties for electron spin qubits, the omnipresent charge noise, when converted to magnetic noise under a strong magnetic field gradient, often hinders stable qubit operation within a time frame comparable to the data acquisition time. Here, we demonstrate both open- and closed-loop suppression techniques for the transduced noise in silicon spin qubits, resulting in a more than two-fold (ten-fold) improvement of the inhomogeneous coherence time (Rabi oscillation quality) that leads to a single-qubit gate fidelity of over 99.6% even in the presence of a strong decoherence field gradient. Utilizing gate set tomography, we show that adaptive qubit control also reduces the non-Markovian noise in the system, which validates the stability of the gate fidelity. The technique can be used to learn multiple Hamiltonian parameters and is useful for the intermittent calibration of the circuit parameters with affordable experimental overhead, providing a useful subroutine during the repeated execution of general quantum circuits.

quant-ph

Highly Tunable Two-Qubit Interactions in Si/SiGe Quantum Dots by Interchanging the Roles of Qubit-Defining Gates

Silicon quantum dot spin qubits have become a promising platform for scalable quantum computing because of their small size and compatibility with industrial semiconductor manufacturing processes. Although Si/SiGe heterostructures are commonly used to host spin qubits due to their high mobility and low percolation density, the SiGe spacer creates a gap between the qubits and control electrodes, which limits the ability to tune exchange coupling. As a result, residual coupling leads to unwanted single-qubit phase shifts, making multi-qubit control more difficult. In this work, we explore swapping the roles of overlapping nanogates to overcome this issue. By reconfiguring the gate voltages, we demonstrate in situ role switching while maintaining multi-qubit control. Additionally, this method significantly improves the tunability of exchange coupling by several orders of magnitude over the traditional approach. This strategy reduces unintended single-qubit phase shifts and minimizes the complexity of multi-qubit control, supporting scalable growth with minimal experimental overhead.

quant-ph

Global Existence, Hamiltonian Conservation and Vanishing Viscosity for the Surface Quasi-Geostrophic Equation

For any initial datum $θ_0\in L^{\frac{4}{3}}_x$ it is proved the existence of a global-in-time weak solution $θ\in L^\infty_t L^{\frac43}_x$ to the surface quasi-geostrophic equation whose Hamiltonian, i.e. the $\dot{H}^{-\frac{1}{2}}_x$ norm, is constant in time. The solution is obtained as a vanishing viscosity limit. The main idea is to propagate in time the non-concentration of the $L^{\frac{4}{3}}_x$ norm of the initial data, from which the strong compactness in the Hamiltonian norm is deduced. Minimal Onsager supercritical conditions preventing anomalous dissipation are given.

math.AP

Dissipation concentration in two-dimensional fluids

We study the dissipation measure arising in the inviscid limit of two-dimensional incompressible fluids. It is proved that the dissipation is Lebesgue in time and, for almost every time, it is absolutely continuous with respect to the defect measure of strong compactness of the solutions. When the initial vorticity is a measure, the dissipation is proved to be absolutely continuous with respect to a ''quadratic'' space-time vorticity measure. This results into the trivial measure if the initial vorticity has singular part of distinguished sign, or a spatially purely atomic measure if wild oscillations in time are ruled out. In fact, the dynamics at the Batchelor-Kraichnan dissipative scale is the only relevant one, in turn offering new criteria for anomalous dissipation. We provide kinematic examples highlighting the strengths and the limitations of our approach. Quantitative rates, dissipation life-span and steady fluids are also investigated.

math.AP

First Attentions Last: Better Exploiting First Attentions for Efficient Transformer Training

As training billion-scale transformers becomes increasingly common, employing multiple distributed GPUs along with parallel training methods has become a standard practice. However, existing transformer designs suffer from significant communication overhead, especially in Tensor Parallelism (TP), where each block's MHA-MLP connection requires an all-reduce communication. Through our investigation, we show that the MHA-MLP connections can be bypassed for efficiency, while the attention output of the first layer can serve as an alternative signal for the bypassed connection. Motivated by the observations, we propose FAL (First Attentions Last), an efficient transformer architecture that redirects the first MHA output to the MLP inputs of the following layers, eliminating the per-block MHA-MLP connections. This removes the all-reduce communication and enables parallel execution of MHA and MLP on a single GPU. We also introduce FAL+, which adds the normalized first attention output to the MHA outputs of the following layers to augment the MLP input for the model quality. Our evaluation shows that FAL reduces multi-GPU training time by up to 44%, improves single-GPU throughput by up to 1.18x, and achieves better perplexity compared to the baseline GPT. FAL+ achieves even lower perplexity without increasing the training time than the baseline. Codes are available at: https://github.com/CASL-KU/FAL

cs.LG

No anomalous dissipation in two-dimensional incompressible fluids

We prove that any sequence of vanishing viscosity Leray-Hopf solutions to the periodic two-dimensional incompressible Navier-Stokes equations does not display anomalous dissipation if the initial vorticity is a measure with positive singular part. A key step in the proof is the use of the Delort-Majda concentration-compactness argument to exclude formation of atoms in the vorticity measure, which in particular implies that the limiting velocity is an admissible weak solution to Euler. This is the first result proving absence of dissipation in a class of solutions in which the velocity fails to be strongly compact in $L^2$, putting two-dimensional turbulence in sharp contrast with respect to that in three dimensions. Moreover, our proof reveals that the amount of energy dissipation can be bounded by the vorticity measure of a disk of size $\sqrt ν$, matching the two-dimensional Kolmogorov dissipative length scale which is expected to be sharp.

math.AP

Quasiperiodic solutions of the generalized SQG equation

This monograph addresses an important problem in mathematical fluid dynamics: constructing stable, long-term solutions to certain quasilinear evolution equations. We implement an elaborate scheme for building global quasiperiodic solutions without relying on external parameters. Instead of relying on artificial external parameters, we exploit the natural structure of initial data to generate families of stable solutions. This approach offers a more robust framework for studying global solutions of quasilinear PDEs. The book combines techniques from KAM theory, a Nash-Moser iteration scheme, and pseudo-differential calculus, and provides tools that extend beyond the specific SQG context and may prove useful for other evolution equations. Specifically, we establish the existence of quasiperiodic patch solutions for the generalized Surface Quasi-Geostrophic equation (SQG) across the parameter range $α\in (1,2)$, in a neighborhood of the disk solution. These solutions exist globally in time without developing singularities, addressing an important question about the behavior of geophysical fluid models. This work provides new insights into global dynamics in a mathematically challenging regime where standard perturbative methods are insufficient. The techniques developed here offer potential applications to other evolution equations in mathematical physics, making this a valuable resource for researchers in partial differential equations, fluid dynamics, and related fields.

math.AP

Approaching ideal visibility in singlet-triplet qubit operations using energy-selective tunneling-based Hamiltonian estimation

We report energy selective tunneling readout-based Hamiltonian parameter estimation of a two-electron spin qubit in a GaAs quantum dot array. Optimization of readout fidelity enables a single-shot measurement time of 16 on average, with adaptive initialization and efficient qubit frequency estimation based on real-time Bayesian inference. For qubit operation in a frequency heralded mode, we observe a 40-fold increase in coherence time without resorting to dynamic nuclear polarization. We also demonstrate active frequency feedback with quantum oscillation visibility, single-shot measurement fidelity, and state initialization fidelity up to 97.7%, 99%, and over 99.7%, respectively. By pushing the sensitivity of the energy selective tunneling-based spin to charge conversion to the limit, the technique is useful for advanced quantum control protocols such as error mitigation schemes, where fast qubit parameter calibration with a large signal-to-noise ratio is crucial.

quant-ph

Application of zero-noise extrapolation-based quantum error mitigation to a silicon spin qubit

As quantum computing advances towards practical applications, reducing errors remains a crucial frontier for developing near-term devices. Errors in the quantum gates and quantum state readout could result in noisy circuits, which would prevent the acquisition of the exact expectation values of the observables. Although ultimate robustness to errors is known to be achievable by quantum error correction-based fault-tolerant quantum computing, its successful implementation demands large-scale quantum processors with low average error rates that are not yet widely available. In contrast, quantum error mitigation (QEM) offers more immediate and practical techniques, which do not require extensive resources and can be readily applied to existing quantum devices to improve the accuracy of the expectation values. Here, we report the implementation of a zero-noise extrapolation-based error mitigation technique on a silicon spin qubit platform. This technique has recently been successfully demonstrated for other platforms such as superconducting qubits, trapped-ion qubits, and photonic processors. We first explore three methods for amplifying noise on a silicon spin qubit: global folding, local folding, and pulse stretching, using a standard randomized benchmarking protocol. We then apply global folding-based zero-noise extrapolation to the state tomography and achieve a state fidelity of 99.96% (98.52%), compared to the unmitigated fidelity of 75.82% (82.16%) for different preparation states. The results show that the zero-noise extrapolation technique is a versatile approach that is generally adaptable to quantum computing platforms with different noise characteristics through appropriate noise amplification methods.

quant-ph

True decoherence-free-subspace derived from a semiconductor double quantum dot Heisenberg spin-trimer

Spins in solid systems can inherently serve as qubits for quantum simulation or quantum information processing. Spin qubits are usually prone to environmental magnetic field fluctuations; however, a spin qubit encoded in a decoherence-free-subspace (DFS) can be protected from certain degrees of environmental noise depending on the specific structure of the DFS. Here, we derive the "true" DFS from an antiferromagnetic Heisenberg spin-1/2 trimer, which protects the qubit states against both short- and long-wavelength magnetic field fluctuations. We define the spin trimer with three electrons confined in a gate-defined GaAs double quantum dot (DQD) where we exploit Wigner-molecularization in one of the quantum dots. We first utilize the trimer for dynamic nuclear polarization (DNP), which generates a sizable magnetic field difference, $ΔB_\mathrm{z}$, within the DQD. We show that large $ΔB_\mathrm{z}$ significantly alters the eigenspectrum of the trimer and results in the "true" DFS in the DQD. Real-time Bayesian estimation of the DFS energy gap explicitly demonstrates protection of the DFS against short-wavelength magnetic field fluctuations in addition to long-wavelength ones. Our findings pave the way toward compact DFS structures for exchange-coupled quantum dot spin chains, the internal structure of which can be coherently controlled completely decoupled from environmental magnetic fields.

cond-mat.mes-hall

The Robotic MAAO 0.7m Telescope System: Performance and Standard Photometric System

We introduce a 0.7m telescope system at the Miryang Arirang Astronomical Observatory (MAAO), a public observatory in Miryang, Korea. System integration and a scheduling program enable the 0.7m telescope system to operate completely robotically during nighttime, eliminating the need for human intervention. Using the 0.7m telescope system, we obtain atmospheric extinction coefficients and the zero-point magnitudes by observing standard stars. As a result, we find that atmospheric extinctions are moderate but they can sometimes increase depending on the weather conditions. The measured 5-sigma limiting magnitudes reach down to BVRI=19.4-19.6 AB mag for a point source with a total integrated time of 10 minutes under clear weather conditions, demonstrating comparable performance with other observational facilities operating under similar specifications and sky conditions. We expect that the newly established MAAO 0.7m telescope system will contribute significantly to the observational studies of astronomy. Particularly, with its capability for robotic observations, this system, although its primary duty is for public viewing, can be extensively used for the time-series observation of transients.

astro-ph.IM

On a lower bound of Hausdorff dimension of weighted singular vectors

Let $w=(w_1,\dots,w_d)$ be a $d$-tuple of positive real numbers such that $\sum_{i}w_i =1$ and $w_1\geq \cdots \geq w_d$. A $d$-dimensional vector $x=(x_1,\dots,x_d)\in\mathbb{R}^d$ is said to be $w$-singular if for every $ε>0$ there exists $T_0>1$ such that for all $T>T_0$ the system of inequalities \[ \max_{1\leq i\leq d}|qx_i - p_i|^{\frac{1}{w_i}} < \fracε{T} \quad\text{and}\quad 0<q<T \] have an integer solution $(\mathbf{p},q)=(p_1,\dots,p_d,q)\in \mathbb{Z}^d \times \mathbb{Z}$. We prove that the Hausdorff dimension of the set of $w$-singular vectors in $\mathbb{R}^d$ is bounded below by $d-\frac{1}{1+w_1}$. Our result partially extends the previous result of Liao et al. [Hausdorff dimension of weighted singular vectors in $\mathbb{R}^2$, J. Eur. Math. Soc. 22 (2020), 833-875].

math.NT

Stability analysis of the incompressible porous media equation and the Stokes transport system via energy structure

In this paper, we revisit asymptotic stability for the two-dimensional incompressible porous media equation and the Stokes transport system in a periodic channel. It is well-known that a stratified density, which strictly decreases in the vertical direction, is asymptotically stable under sufficiently small and smooth perturbations. We provide improvements in the regularity assumptions on the perturbation and in the convergence rate. Unlike the standard approach for stability analysis relying on linearized equations, we directly address the nonlinear problem by exploiting the energy structure of each system. While it is widely known that the potential energy is a Lyapunov functional in both systems, our key observation is that the second derivative of the potential energy reveals a (degenerate) coercive structure, which arises from the fact that the solution converges to the minimizer of the energy.

math.AP

Long time stability and instability in the two-dimensional Boussinesq system with kinematic viscosity

In this paper, we investigate the long-time behavior of the two-dimensional incompressible Boussinesq system with kinematic viscosity in a periodic channel, focusing on instability and asymptotic stability near hydrostatic equilibria. Firstly, we prove that any hydrostatic equilibrium reveals long-time instability when the initial data are perturbed in Sobolev spaces of low regularity. Secondly, we establish asymptotic stability of the stratified density, which is strictly decreasing in the vertical direction, under sufficiently regular perturbations, proving that the solution converges to the unique minimizer of the total energy. Our analysis is based on the energy method. Although the total energy dissipates due to kinematic viscosity, such mechanism cannot capture the stratification of the density. We overcome this difficulty by discovering another Lyapunov functional which exhibits the density stratification in a quantitative manner.

math.AP