SearcharxivSearch

arXiv subjects

Siyuan Han

Publications and source records attributed to Siyuan Han.

At least 19 recordsLinked to original sources

Ai2-Kit: Streamlining AI-Accelerated Ab Initio Workflows for Complex Chemical Systems

Molecular simulations of complex chemical systems, such as catalysis, electrochemistry, and energy storage, often need to capture the interplay of effects such as electronic structure, finite-temperature fluctuations, and electric-field response. Such complexity is difficult to address with traditional ab initio calculations, which are limited by the time and length scales they can reach. AI-accelerated ab initio (AI2) methods use machine learning potentials trained on first-principles data to replace expensive electronic-structure calculations, extending ab initio accuracy to these regimes, but their routine application requires reliable workflows that connect first-principles calculations, model training, molecular dynamics, enhanced sampling, trajectory analysis, and HPC orchestration. Here we present ai2-kit, a software toolkit for developing accessible, reproducible, and extensible AI2 workflows. ai2-kit provides high-semantic-density command-line interfaces and Python APIs for structure and dataset conversion, batch task generation, active-learning screening, job orchestration, and workflow recovery. We demonstrate ai2-kit in four representative applications: active-learning-based machine learning potential construction, free-energy perturbation for redox and acid-base processes, electrochemical machine learning potentials for electrified interfaces, and spectroscopies from machine learning molecular dynamics. ai2-kit also provides AI-agent skills that help users adapt these use cases into customized workflows for their own chemical systems and computational software stacks. Together, ai2-kit helps turn AI2 methods from bespoke computational protocols into reusable and extensible workflows for complex chemical systems, from model construction to property prediction.

physics.chem-ph

DeePMD-kit v3: A Multiple-Backend Framework for Machine Learning Potentials

In recent years, machine learning potentials (MLPs) have become indispensable tools in physics, chemistry, and materials science, driving the development of software packages for molecular dynamics (MD) simulations and related applications. These packages, typically built on specific machine learning frameworks such as TensorFlow, PyTorch, or JAX, face integration challenges when advanced applications demand communication across different frameworks. The previous TensorFlow-based implementation of DeePMD-kit exemplified these limitations. In this work, we introduce DeePMD-kit version 3, a significant update featuring a multi-backend framework that supports TensorFlow, PyTorch, JAX, and PaddlePaddle backends, and demonstrate the versatility of this architecture through the integration of other MLPs packages and of Differentiable Molecular Force Field. This architecture allows seamless backend switching with minimal modifications, enabling users and developers to integrate DeePMD-kit with other packages using different machine learning frameworks. This innovation facilitates the development of more complex and interoperable workflows, paving the way for broader applications of MLPs in scientific research.

physics.chem-ph

Learned Data Compression: Challenges and Opportunities for the Future

Compressing integer keys is a fundamental operation among multiple communities, such as database management (DB), information retrieval (IR), and high-performance computing (HPC). Recent advances in \emph{learned indexes} have inspired the development of \emph{learned compressors}, which leverage simple yet compact machine learning (ML) models to compress large-scale sorted keys. The core idea behind learned compressors is to \emph{losslessly} encode sorted keys by approximating them with \emph{error-bounded} ML models (e.g., piecewise linear functions) and using a \emph{residual array} to guarantee accurate key reconstruction. While the concept of learned compressors remains in its early stages of exploration, our benchmark results demonstrate that an SIMD-optimized learned compressor can significantly outperform state-of-the-art CPU-based compressors. Drawing on our preliminary experiments, this vision paper explores the potential of learned data compression to enhance critical areas in DBMS and related domains. Furthermore, we outline the key technical challenges that existing systems must address when integrating this emerging methodology.

cs.DB

Leveraging Generative Adversarial Networks for Addressing Data Imbalance in Financial Market Supervision

This study explores the application of generative adversarial networks in financial market supervision, especially for solving the problem of data imbalance to improve the accuracy of risk prediction. Since financial market data are often imbalanced, especially high-risk events such as market manipulation and systemic risk occur less frequently, traditional models have difficulty effectively identifying these minority events. This study proposes to generate synthetic data with similar characteristics to these minority events through GAN to balance the dataset, thereby improving the prediction performance of the model in financial supervision. Experimental results show that compared with traditional oversampling and undersampling methods, the data generated by GAN has significant advantages in dealing with imbalance problems and improving the prediction accuracy of the model. This method has broad application potential in financial regulatory agencies such as the U.S. Securities and Exchange Commission (SEC), the Financial Industry Regulatory Authority (FINRA), the Federal Deposit Insurance Corporation (FDIC), and the Federal Reserve.

q-fin.CP

Predicting Liquidity Coverage Ratio with Gated Recurrent Units: A Deep Learning Model for Risk Management

With the global economic integration and the high interconnection of financial markets, financial institutions are facing unprecedented challenges, especially liquidity risk. This paper proposes a liquidity coverage ratio (LCR) prediction model based on the gated recurrent unit (GRU) network to help financial institutions manage their liquidity risk more effectively. By utilizing the GRU network in deep learning technology, the model can automatically learn complex patterns from historical data and accurately predict LCR for a period of time in the future. The experimental results show that compared with traditional methods, the GRU model proposed in this study shows significant advantages in mean absolute error (MAE), proving its higher accuracy and robustness. This not only provides financial institutions with a more reliable liquidity risk management tool but also provides support for regulators to formulate more scientific and reasonable policies, which helps to improve the stability of the entire financial system.

cs.LG

Why Are Learned Indexes So Effective but Sometimes Ineffective?

Learned indexes have attracted significant research interest due to their ability to offer better space-time trade-offs compared to traditional B+-tree variants. Among various learned indexes, the PGM-Index based on error-bounded piecewise linear approximation is an elegant data structure that has demonstrated \emph{provably} superior performance over conventional B+-tree indexes. In this paper, we explore two interesting research questions regarding the PGM-Index: (a) \emph{Why are PGM-Indexes theoretically effective?} and (b) \emph{Why do PGM-Indexes underperform in practice?} For question~(a), we first prove that, for a set of $N$ sorted keys, the PGM-Index can, with high probability, achieve a lookup time of $O(\log\log N)$ while using $O(N)$ space. To the best of our knowledge, this is the \textbf{tightest bound} for learned indexes to date. For question~(b), we identify that querying PGM-Indexes is highly memory-bound, where the internal error-bounded search operations often become the bottleneck. To fill the performance gap, we propose PGM++, a \emph{simple yet effective} extension to the original PGM-Index that employs a mixture of different search strategies, with hyper-parameters automatically tuned through a calibrated cost model. Extensive experiments on real workloads demonstrate that PGM++ establishes a new Pareto frontier. At comparable space costs, PGM++ speeds up index lookup queries by up to $\mathbf{2.31\times}$ and $\mathbf{1.56\times}$ when compared to the original PGM-Index and state-of-the-art learned indexes.

cs.DB

Wasserstein Distance-Weighted Adversarial Network for Cross-Domain Credit Risk Assessment

This paper delves into the application of adversarial domain adaptation (ADA) for enhancing credit risk assessment in financial institutions. It addresses two critical challenges: the cold start problem, where historical lending data is scarce, and the data imbalance issue, where high-risk transactions are underrepresented. The paper introduces an improved ADA framework, the Wasserstein Distance Weighted Adversarial Domain Adaptation Network (WD-WADA), which leverages the Wasserstein distance to align source and target domains effectively. The proposed method includes an innovative weighted strategy to tackle data imbalance, adjusting for both the class distribution and the difficulty level of predictions. The paper demonstrates that WD-WADA not only mitigates the cold start problem but also provides a more accurate measure of domain differences, leading to improved cross-domain credit risk assessment. Extensive experiments on real-world credit datasets validate the model's effectiveness, showcasing superior performance in cross-domain learning, classification accuracy, and model stability compared to traditional methods.

cs.LG

Nonequilibrium thermodynamics of erasure with superconducting flux logic

We implement a thermal-fluctuation driven logical bit reset on a superconducting flux logic cell. We show that the logical state of the system can be continuously monitored with only a small perturbation to the thermally activated dynamics at 500 mK. We use the trajectory information to derive a single-shot estimate of the work performed on the system per logical cycle. We acquire a sample of $10^5$ erasure trajectories per protocol, and show that the work histograms agree with both microscopic theory and global fluctuation theorems. The results demonstrate how to design and diagnose complex, high-speed, and thermodynamically efficient computing using superconducting technology.

cond-mat.mes-hall

Harnessing Fluctuations in Thermodynamic Computing via Time-Reversal Symmetries

We experimentally demonstrate that highly structured distributions of work emerge during even the simple task of erasing a single bit. These are signatures of a refined suite of time-reversal symmetries in distinct functional classes of microscopic trajectories. As a consequence, we introduce a broad family of conditional fluctuation theorems that the component work distributions must satisfy. Since they identify entropy production, the component work distributions encode both the frequency of various mechanisms of success and failure during computing, as well giving improved estimates of the total irreversibly-dissipated heat. This new diagnostic tool provides strong evidence that thermodynamic computing at the nanoscale can be constructively harnessed. We experimentally verify this functional decomposition and the new class of fluctuation theorems by measuring transitions between flux states in a superconducting circuit.

cond-mat.stat-mech

10-qubit entanglement and parallel logic operations with a superconducting circuit

Here we report on the production and tomography of genuinely entangled Greenberger-Horne-Zeilinger states with up to 10 qubits connecting to a bus resonator in a superconducting circuit, where the resonator-mediated qubit-qubit interactions are used to controllably entangle multiple qubits and to operate on different pairs of qubits in parallel. The resulting 10-qubit density matrix is unambiguously probed, with a fidelity of $0.668 \pm 0.025$. Our results demonstrate the largest entanglement created so far in solid-state architectures, and pave the way to large-scale quantum computation.

quant-ph

Single-photon-driven high-order sideband transitions in an ultrastrongly coupled circuit quantum electrodynamics system

We report the experimental observation of high-order sideband transitions at the single-photon level in a quantum circuit system of a flux qubit ultrastrongly coupled to a coplanar waveguide resonator. With the coupling strength reaching 10% of the resonator's fundamental frequency, we obtain clear signatures of higher-order red and first-order blue-sideband transitions, which are mainly due to the ultrastrong Rabi coupling. Our observation advances the understanding of ultrastrongly-coupled systems and paves the way to study high-order processes in the quantum Rabi model at the single-photon level.

quant-ph

Tunneling Spectroscopy of Atomically-Thin Al2O3 Films for Tunnel Junctions

Metal-Insulator-Metal tunnel junctions (MIMTJ) are common throughout the microelectronics industry. The industry standard AlOx tunnel barrier, formed through oxygen diffusion into an Al wetting layer, is plagued by internal defects and pinholes which prevent the realization of atomically-thin barriers demanded for enhanced quantum coherence. In this work, we employed in situ scanning tunneling spectroscopy (STS) along with molecular dynamics simulations to understand and control the growth of atomically thin Al2O3 tunnel barriers using atomic layer deposition (ALD). We found that a carefully tuned initial H2O pulse hydroxylated the Al surface and enabled the creation of an atomically-thin Al2O3 tunnel barrier with a high quality M-I interface and a significantly enhanced barrier height compared to thermal AlOx. These properties, corroborated by fabricated Josephson Junctions, show that ALD Al2O3 is a dense, leak-free tunnel barrier with a low defect density which can be a key component for the next-generation of MIMTJs.

cond-mat.mtrl-sci

Emulating anyonic fractional statistical behavior in a superconducting quantum circuit

Anyons are exotic quasiparticles obeying fractional statistics,whose behavior can be emulated in artificially designed spin systems.Here we present an experimental emulation of creating anyonic excitations in a superconducting circuit that consists of four qubits, achieved by dynamically generating the ground and excited states of the toric code model, i.e., four-qubit Greenberger-Horne-Zeilinger states. The anyonic braiding is implemented via single-qubit rotations: a phase shift of πrelated to braiding, the hallmark of Abelian 1/2 anyons, has been observed through a Ramsey-type interference measurement.

quant-ph

Entangling two oscillators with arbitrary asymmetric initial states

A Hamiltonian is presented, which can be used to convert any asymmetric state $|φ\rangle_{a}|ϕ\rangle_{b}$ of two oscillators $a$ and $b$ into an entangled state. Furthermore, with this Hamiltonian and local operations only, two oscillators, initially in any asymmetric initial states, can be entangled with a third oscillator. The prepared entangled states can be engineered with an arbitrary degree of entanglement. A discussion on the realization of this Hamiltonian is given. Numerical simulations show that, with current circuit QED technology, it is feasible to generate high-fidelity entangled states of two microwave optical fields, such as entangled coherent states, entangled squeezed states, entangled coherent-squeezed states, and entangled cat states. Our finding opens a new avenue for creating not only two-color or three-color entanglement of light but also wave-like or particle-like entanglement or novel wave-like and particle-like hybrid entanglement.

quant-ph

Simulating the Kibble-Zurek mechanism of the Ising model with a superconducting qubit system

The Kibble-Zurek mechanism (KZM) predicts the density of topological defects produced in the dynamical processes of phase transitions in systems ranging from cosmology to condensed matter and quantum materials. The similarity between KZM and the Landau-Zener transition (LZT), which is a standard tool to describe the dynamics of some non-equilibrium physics in contemporary physics, is being extensively exploited. Here we demonstrate the equivalence between KZM in the Ising model and LZT in a superconducting qubit system. We develop a time-resolved approach to study quantum dynamics of LZT with nano-second resolution. By using this technique, we simulate the key features of KZM in the Ising model with LZT, e.g., the boundary between the adiabatic and impulse regions, the freeze-out phenomenon in the impulse region, especially, the scaling law of the excited state population as the square root of the quenching rate. Our results supply the experimental evidence of the close connection between KZM and LZT, two textbook paradigms to study the dynamics of the non-equilibrium phenomena.

quant-ph

Landau-Zener-Stuckelberg-Majorana interference in a 3D transmon driven by a chirped microwave

By driving a 3D transmon with microwave fields, we generate an effective avoided energy-level crossing. Then we chirp microwave frequency, which is equivalent to driving the system through the avoided energy-level crossing by sweeping the avoided crossing. A double-passage chirp produces Landau-Zener-Stückelberg-Majorana interference that agree well with the numerical results. Our method is fully applicable to other quantum systems that contain no intrinsic avoided level crossing, providing an alternative approach for quantum control and quantum simulation.

cond-mat.supr-con

Suppression of dephasing by qubit motion in superconducting circuits

We suggest and demonstrate a protocol which suppresses dephasing due to the low-frequency noise by qubit motion, i.e., transfer of the logical qubit of information in a system of $n \geq 2$ physical qubits. The protocol requires only the nearest-neighbor coupling and is applicable to different qubit structures. We further analyze its effectiveness against noises with arbitrary correlations. Our analysis, together with experiments using up to three superconducting qubits, shows that for the realistic uncorrelated noises, qubit motion increases the dephasing time of the logical qubit as $\sqrt{n}$. In general, the protocol provides a diagnostic tool to measure the noise correlations.

cond-mat.mes-hall

Coherent population transfer between weakly-coupled states in a ladder-type superconducting qutrit

Stimulated Raman adiabatic passage (STIRAP) offers significant advantages for coherent population transfer between un- or weakly-coupled states and has the potential of realizing efficient quantum gate, qubit entanglement, and quantum information transfer. Here we report on the realization of STIRAP in a superconducting phase qutrit - a ladder-type system in which the ground state population is coherently transferred to the second-excited state via the dark state subspace. The result agrees well with the numerical simulation of the master equation, which further demonstrates that with the state-of-the-art superconducting qutrits the transfer efficiency readily exceeds $99\%$ while keeping the population in the first-excited state below $1\%$. We show that population transfer via STIRAP is significantly more robust against variations of the experimental parameters compared to that via the conventional resonant $π$ pulse method. Our work opens up a new venue for exploring STIRAP for quantum information processing using the superconducting artificial atoms.

quant-ph