Researcher profile

Yuxia Zhang

Yuxia Zhang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 13 - UnverifiedVerification L1Unclaimed author
2works
0followers
4topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2025arXiv

Dynamic Phase Transitions in Periodically Driving 1D Ising Model

This work investigates dynamical quantum phase transitions (DQPTs) in a one-dimensional Ising model subjected to a periodically modulated transverse field. In contrast to sudden quenches, we demonstrate that DQPTs can be induced in two distinct ways. First, when the system remains within a given phase--ferromagnetic (FM) or paramagnetic (PM), a resonant periodic drive can trigger a DQPT when its frequency matches the energy-level transition of the system. The timescale for the transition is governed by the perturbation strength $λ'$, the critical mode $k_c$, and its energy gap $Δ_{k_c}$, following the scaling relation $τ\propto \sin^{-1}k_c Δ_{k_c}λ'^{-1}$. Second, for drives across the critical point between the FM and PM phases, low frequencies can always induce DQPTs, regardless of resonance. This behavior stems from the degeneracy of the energy-level at the critical point, which ensures that any drive with a frequency lower than the system's intrinsic transition frequency will inevitably excite the system. However, in the high-frequency regime, such excitation will be strongly suppressed, thereby inhibiting the occurrence of DQPTs. This study provides deeper insight into the nonequilibrium dynamics of quantum spin chains.

preprint2022arXiv

What Makes a Good Commit Message?

A key issue in collaborative software development is communication among developers. One modality of communication is a commit message, in which developers describe the changes they make in a repository. As such, commit messages serve as an "audit trail" by which developers can understand how the source code of a project has changed-and why. Hence, the quality of commit messages affects the effectiveness of communication among developers. Commit messages are often of poor quality as developers lack time and motivation to craft a good message. Several automatic approaches have been proposed to generate commit messages. However, these are based on uncurated datasets including considerable proportions of poorly phrased commit messages. In this multi-method study, we first define what constitutes a "good" commit message, and then establish what proportion of commit messages lack information using a sample of almost 1,600 messages from five highly active open source projects. We find that an average of circa 44% of messages could be improved, suggesting the use of uncurated datasets may be a major threat when commit message generators are trained with such data. We also observe that prior work has not considered semantics of commit messages, and there is surprisingly little guidance available for writing good commit messages. To that end, we develop a taxonomy based on recurring patterns in commit messages' expressions. Finally, we investigate whether "good" commit messages can be automatically identified; such automation could prompt developers to write better commit messages.