Researcher profile

Shang Wang

Shang Wang contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 17 - UnverifiedVerification L1Unclaimed author
4works
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

4 published item(s)

preprint2026arXiv

Identifying Mechanism of Energy-Resolved Attoclock

We study above-threshold ionization (ATI) of atoms in strong elliptical laser fields numerically and analytically. Recent benchmark experiments for H showed that the attoclock offset angle related to each ATI ring increases remarkably with energy and this characteristic phenomenon can be attributed to the laser-induced nonadiabatic initial velocity and position of the electron at the tunnel exit [PRL127, 273201 (2021)]. However, the specific mechanism of how the nonadiabatic effects influence this angle remains unclear. Here, by using a strong-field model that analytically and quantitatively decouples complex nonadiabatic effects and Coulomb effects, the detailed mechanism can be clearly identified. We show that due to nonadiabatic effects, the angles associated with lower (higher) energy rings are dominated by the main (minor) axis of the laser ellipse, jumping from $0^o$ to $90^o$. These field-related rigid effects are softened by Coulomb-induced exit velocity closely related to system symmetry, resulting in a significant but smooth increase in angle with energy.

preprint2021arXiv

Alignment dependence of photoelectron momentum distributions for diatomic molecules N$_2$ in strong elliptical laser fields

We study ionization dynamics of aligned diatomic molecules N$_2$ in strong elliptical laser fields experimentally and theoretically. The alignment dependence of photoelectron momentum distributions (PMDs) of N$_2$ measured in experiments is highlighted with comparing to Ar measured synchronously. Our results show that the PMDs of N$_2$ depend strongly on the alignment of the molecule, relative to the main axis of the laser ellipse. In particular, the most-probable electron-emission angle which is often used in attosecond measurement, differs remarkably when changing the molecular alignment. We show that the interplay of two-center interference and tunneling when the electron goes through the laser-Coulomb-formed barrier, plays an important role in these phenomena. Our work gives suggestions on studying ultrafast electron motion inside aligned molecules.

preprint2021arXiv

Strong-field response time and its implications on attosecond measurement

To measure and control the electron motion in atoms and molecules by the strong laser field on the attosecond time scale is one of the research frontiers of atomic and molecular photophysics. It involves many new phenomena and processes and raises a series of questions of concepts, theories and methods. Recent studies show that the Coulomb potential can cause the ionization time lag (about 100 attoseconds) between instants of the field maximum and the ionization-rate maximum. This lag can be understood as the response time of the electronic wave function to the strong-field-induced ionization event. It has a profound influence on the subsequent ultrafast dynamics of the ionized electron and can significantly change the time-frequency properties of electron trajectory (an important theoretical tool for attosecond measurement). Here, the research progress of response time and its implications on attosecond measurement are briefly introduced.

preprint2020arXiv

BPPSA: Scaling Back-propagation by Parallel Scan Algorithm

In an era when the performance of a single compute device plateaus, software must be designed to scale on massively parallel systems for better runtime performance. However, in the context of training deep learning models, the popular back-propagation (BP) algorithm imposes a strong sequential dependency in the process of gradient computation. Under model parallelism, BP takes $Θ(n)$ steps to complete which hinders its scalability on parallel systems ($n$ represents the number of compute devices into which a model is partitioned). In this work, in order to improve the scalability of BP, we reformulate BP into a scan operation which is a primitive that performs an in-order aggregation on a sequence of values and returns the partial result at each step. We can then scale such reformulation of BP on parallel systems by our modified version of the Blelloch scan algorithm which theoretically takes $Θ(\log n)$ steps. We evaluate our approach on a vanilla Recurrent Neural Network (RNN) training with synthetic datasets and a RNN with Gated Recurrent Units (GRU) training with the IRMAS dataset, and demonstrate up to $2.75\times$ speedup on the overall training time and $108\times$ speedup on the backward pass. We also demonstrate that the retraining of pruned networks can be a practical use case of our method.