Source author record

Zhen Zheng

Zhen Zheng appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

17works
8topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

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

Published work

17 published item(s)

preprint2022arXiv

Intertwined Weyl phases emergent from higher-order topology and unconventional Weyl fermions via crystalline symmetry

We discover three-dimensional intertwined Weyl phases, by developing a theory to create topological phases. The theory is based on intertwining existing topological gapped and gapless phases protected by the same crystalline symmetry. The intertwined Weyl phases feature both unconventional Weyl semimetallic (monopole charge>1) and higher-order topological phases, and more importantly, their exotic intertwining. While the two phases are independently stabilized by the same symmetry, their intertwining results in the specific distribution of them in the bulk. The construction mechanism allows us to combine different kinds of unconventional Weyl semimetallic and higher-order topological phases to generate distinct phases. Remarkably, on 2D surfaces, the intertwining causes the Fermi-arc topology to change in a periodic pattern against surface orientation. This feature provides a characteristic and feasible signature to probe the intertwining Weyl phases. Moreover, we provide guidelines for searching candidate materials, and elaborate on emulating the intertwined double-Weyl phase in cold-atom experiments.

preprint2022arXiv

Non-Hermitian spatial symmetries and their stabilized normal and exceptional topological semimetals

We study non-Hermitian spatial symmetries -- a class of symmetries that have no counterparts in Hermitian systems -- and study how normal and exceptional semimetals can be stabilized by these symmetries. Different from internal ones, spatial symmetries act nonlocally in momentum space and enforce global constraints on both band degeneracies and topological quantities at different locations. In deriving general constraints on band degeneracies and topological invariants, we demonstrate that non-Hermitian spatial symmetries are on an equal footing with, but are essentially different from Hermitian ones. First, we discover the nonlocal Hermitian conjugate pair of exceptional or normal band degeneracies that are enforced by non-Hermitian spatial symmetries. Remarkably, we find that these pairs lead to the symmetry-enforced violation of the Fermion doubling theorem in the long-time limit. Second, with the topological constraints, we unravel that certain exceptional manifold is only compatible with and stabilized by non-Hermitian spatial symmetries but is intrinsically incompatible with Hermitian spatial symmetries. We illustrate these findings using two three-dimensional models of a non-Hermitian Weyl semimetal and an exceptional unconventional Weyl semimetal. Experimental cold-atom realizations of both models are also proposed.

preprint2022arXiv

Quantum emulation of topological magneto-optical effects using ultracold atoms

Magneto-optical effect is a fundamental but broad concept in magnetic mediums. Here we propose a scheme for its quantum emulation using ultracold atoms. By representing the light-medium interaction in the quantum-emulation manner, the artificial magneto-optical effect emerges under an entirely different mechanism from the conventional picture. The underlying polarization state extracted in the synthetic dimension displays a different response to various experimental setups. Notably, the magneto-optical rotation is related to the bulk topology in synthetic dimensions, and thus provides an unambiguous evidence for the desired topological magneto-optical effect, which has not been developed hitherto in ultracold atoms. This scheme is simple and feasible, and can be realized by current experimental techniques. The implementation of the scheme is able to offer an intriguing platform for exploring topological magneto-optical effects and associated physics.

preprint2022arXiv

Whale: Efficient Giant Model Training over Heterogeneous GPUs

The scaling up of deep neural networks has been demonstrated to be effective in improving model quality, but also encompasses several training challenges in terms of training efficiency, programmability, and resource adaptability. We present Whale, a general and efficient distributed training framework for giant models. To support various parallel strategies and their hybrids, Whale generalizes the programming interface by defining two new primitives in the form of model annotations, allowing for incorporating user hints. The Whale runtime utilizes those annotations and performs graph optimizations to transform a local deep learning DAG graph for distributed multi-GPU execution. Whale further introduces a novel hardware-aware parallel strategy, which improves the performance of model training on heterogeneous GPUs in a balanced manner. Deployed in a production cluster with 512 GPUs, Whale successfully trains an industry-scale multimodal model with over ten trillion model parameters, named M6, demonstrating great scalability and efficiency.

preprint2021arXiv

Emulation of magneto-optic Faraday effect using ultracold atoms

We propose an arresting scheme for emulating the famous Faraday effect in ultracold atomic gases. Inspired by the similarities between the light field and bosonic atoms, we represent the light propagation in medium by the atomic transport in accompany of the laser-atom interaction. An artificial magneto-optic Faraday effect is readily signaled by the spin imbalance of atoms, with the setup of laser fields offering a high controllability for quantum manipulation. The present scheme is really feasible and can be realized with existing experimental techniques of ultracold atoms. It generalizes the crucial concept of the magneto-optic Faraday effect to ultracold atomic physics, and opens a new way of quantum emulating and exploring the magneto-optic Faraday effect and associated intriguing physics.

preprint2020arXiv

Auto-MAP: A DQN Framework for Exploring Distributed Execution Plans for DNN Workloads

The last decade has witnessed growth in the computational requirements for training deep neural networks. Current approaches (e.g., data/model parallelism, pipeline parallelism) parallelize training tasks onto multiple devices. However, these approaches always rely on specific deep learning frameworks and requires elaborate manual design, which make it difficult to maintain and share between different type of models. In this paper, we propose Auto-MAP, a framework for exploring distributed execution plans for DNN workloads, which can automatically discovering fast parallelization strategies through reinforcement learning on IR level of deep learning models. Efficient exploration remains a major challenge for reinforcement learning. We leverage DQN with task-specific pruning strategies to help efficiently explore the search space including optimized strategies. Our evaluation shows that Auto-MAP can find the optimal solution in two hours, while achieving better throughput on several NLP and convolution models.

preprint2020arXiv

Cavity-induced Fulde-Ferrell-Larkin-Ovchinnikov superfluids of ultracold Fermi gases

Motivated by recent experimental advances in ultracold atomic gases placed in cavities, we study the influence of the atom-cavity coupling on the Fermi gases trapped in optical lattices. By adiabatic elimination of the cavity photon field, the atom-cavity coupling gives rise to effective long-range interactions. It results in a variety of two-body scattering processes, during which the atomic pairs can acquire an additional center-of-mass momentum. This reveals the possibility of Fulde-Ferrell-Larkin-Ovchinnikov (FFLO) superfluids in which the atomic pairing momentum is nonzero. By inspecting the phase diagram at the mean-field level, we confirm that the FFLO superfluid phase coexists with the zero-momentum pairing, and is the ground state that hosts the lowest energy. Furthermore, the order parameter characterizing the nonzero-momentum pairing does not vanish as long as the cavity-induced interaction is present.

preprint2020arXiv

DAPPLE: A Pipelined Data Parallel Approach for Training Large Models

It is a challenging task to train large DNN models on sophisticated GPU platforms with diversified interconnect capabilities. Recently, pipelined training has been proposed as an effective approach for improving device utilization. However, there are still several tricky issues to address: improving computing efficiency while ensuring convergence, and reducing memory usage without incurring additional computing costs. We propose DAPPLE, a synchronous training framework which combines data parallelism and pipeline parallelism for large DNN models. It features a novel parallelization strategy planner to solve the partition and placement problems, and explores the optimal hybrid strategy of data and pipeline parallelism. We also propose a new runtime scheduling algorithm to reduce device memory usage, which is orthogonal to re-computation approach and does not come at the expense of training throughput. Experiments show that DAPPLE planner consistently outperforms strategies generated by PipeDream's planner by up to 3.23x under synchronous training scenarios, and DAPPLE runtime outperforms GPipe by 1.6x speedup of training throughput and reduces the memory consumption of 12% at the same time.

preprint2020arXiv

Effective Hamiltonian with tunable mixed pairing in driven optical lattices

Mixed pairing in ultracold Fermi gases can give rise to interesting many-body phases, such as topological nontrivial superfluids that support Majorana zero modes (MZMs) with various spatial configurations. Unfortunately, in ordinary lattice systems, the topological phase and the associated MZMs are suppressed by the dominant $s$-wave pairing. Here we present a proposal for engineering effective Hamiltonians with tunable mixed on- and off-site pairing based on driven optical lattices. The on- and off-site pairing can be changed independently by means of a periodical driving field rather than magnetic Feshbach resonances. It paves the way for suppressing the dominant on-site interaction that frustrates the emergence of topological superfluids and for synthesizing MZMs localized in edges or corners.

preprint2017arXiv

Topological Supersolidity of Dipolar Fermi Gases in a Spin-Dependent Optical Lattice

We investigate topological supersolidity of dipolar Fermi gases in a spin-dependent 2D optical lattice. Numerical results show that the topological supersolid states can be synthesized via the combination of topological superfluid states with the stripe order, where the topological superfluid states generated with dipolar interaction possess the $Δ_{x}+iΔ_{y}$ order, and it is of D class topological classification. By adjusting the ratio between hopping amplitude $t_{x}/t_{y}$ and interaction strength $U$ with dipole orientation $ϕ\approx \fracπ{4}$, the system will undergo phase transitions among the $p_{x}+ip_{y}$-wave topological superfluid state, the p-wave superfluid state, and the topological supersolid state. The topological supersolid state is proved to be stable by the positive sign of the inverse compressibility. We design an experimental protocol to realize the staggered next-next-nearest-neighbour hopping via the laser assisted tunneling technique, which is the key to synthesize topological supersolid states.

preprint2016arXiv

Effective p-wave interaction and topological superfluids in s-wave quantum gases

P-wave interaction in cold atoms may give rise to exotic topological superfluids. However, the realization of p-wave interaction in cold atom system is experimentally challenging. Here we propose a simple scheme to synthesize effective $p$-wave interaction in conventional $s$-wave interacting quantum gases. The key idea is to load atoms into spin-dependent optical lattice potential. Using two concrete examples involving spin-1/2 fermions, we show how the original system can be mapped into a model describing spinless fermions with nearest neighbor p-wave interaction, whose ground state can be a topological superfluid that supports Majorana fermions under proper conditions. Our proposal has the advantage that it does not require spin-orbit coupling or loading atoms onto higher orbitals, which is the key in earlier proposals to synthesize effective $p$-wave interaction in $s$-wave quantum gases, and may provide a completely new route for realizing $p$-wave topological superfluids.

preprint2016arXiv

Fulde-Ferrell Superfluids without Spin Imbalance in Driven Optical Lattices

Spin-imbalanced ultracold Fermi gases have been widely studied recently as a platform for exploring the long-sought Fulde-Ferrell-Larkin-Ovchinnikov superfluid phases, but so far conclusive evidence has not been found. Here we propose to realize an Fulde-Ferrell (FF) superfluid without spin imbalance in a three-dimensional fermionic cold atom optical lattice, where $s$- and $p$-orbital bands of the lattice are coupled by another weak moving optical lattice. Such coupling leads to a spin-independent asymmetric Fermi surface, which, together with the $s$-wave scattering interaction between two spins, yields an FF type of superfluid pairing. Unlike traditional schemes, our proposal does not rely on the spin imbalance (or an equivalent Zeeman field) to induce the Fermi surface mismatch and provides a completely new route for realizing FF superfluids.

preprint2014arXiv

Floquet FFLO superfluids and Majorana fermions in a shaken fermionic optical lattice

Fulde-Ferrell-Larkin-Ovchinnikov (FFLO) superfluids, Cooper pairings with finite momentum, and Majorana fermions (MFs), quasiparticles with non-Abelian exchange statistics, are two topics under intensive investigation in the past several decades, but unambiguous experimental evidences for them have not been found yet in any physical system. Here we show that the recent experimentally realized cold atom shaken optical lattice provides a new pathway to realize FFLO superfluids and MFs. By tuning shaken lattice parameters (shaking frequency and amplitude), various coupling between the s- and p-orbitals of the lattice (denoted as the pseudo-spins) can be generated. We show that the combination of the inverted s- and p-band dispersions, the engineered pseudo-spin coupling, and the attractive on-site atom interaction, naturally allows the observation of FFLO superfluids as well as MFs in different parameter regions. While without interaction the system is a topological insulator (TI) with edge states, the MFs in the superfluid may be found to be in the conduction or valence band, distinguished from previous TI-based schemes that utilize edge states inside the band gap.

preprint2014arXiv

Thermodynamic Properties of Rashba Spin-Orbit-Coupled Fermi Gas

We investigate the thermodynamic properties of a superfluid Fermi gas subject to Rashba spin-orbit coupling and effective Zeeman field. We adopt a T-matrix scheme that takes beyond-mean-field effects, which are important for strongly interacting systems, into account. We focus on the calculation of two important quantities: the superfluid transition temperature and the isothermal compressibility. Our calculation shows very distinct influences of the out-of-plane and the in-plane Zeeman fields on the Fermi gas. We also confirm that the in-plane Zeeman field induces a Fulde-Ferrell superfluid below the critical temperature and an exotic finite-momentum pseudo-gap phase above the critical temperature.

preprint2013arXiv

Fulde-Ferrell-Larkin-Ovchinnikov Phases in Two-dimensional Spin-Orbit Coupled Degenerate Fermi Gases

The Fulde-Ferrell-Larkin-Ovchinnikov (FFLO) phase, a superconducting state with non-zero total momentum Cooper pairs in a strong magnetic field, was predicted more than 50 years ago and now becomes an important concept in many branches of physics. However, no unambiguous experimental evidences for the existence of FFLO phases have been observed yet. Recently, spin-imbalanced ultracold degenerate Fermi gases have emerged as a new powerful platform for the observation of FFLO phases due to their high experimental controllability and the lack of disorder. However, in three dimensional degenerate Fermi gases where the FFLO phases can be described within the simple mean field theory, the parameter region for the FFLO phases is too small to be observed in experiments. Recently, we showed that the Rashba type spin-orbit coupling and in-plane Zeeman field in three dimensional degenerate Fermi gases provide a more efficient way to create the FFLO phase because (1) the parameter region for the FFLO phase is greatly enlarged in the phase diagram and (2) the FFLO phase is stabilized due to the enhanced energy difference between FFLO phase and conventional Bardeen-Cooper-Schrieffer (BCS) phase. In this work we investigate the FFLO phase in two dimensional spin-orbit coupled degenerate Fermi gases using the mean field theory, with special concerns on the physical origin of the FFLO state. The basic properties of the FFLO phase are discussed and the phase diagram is obtained at zero temperature. The symmetry of different quantum phases is examined, which provide important basis for the experimental observation of FFLO phases using the time-of-flight imaging.

preprint2013arXiv

Route to Observable Fulde-Ferrell-Larkin-Ovchinnikov Phases in 3D Spin-Orbit Coupled Degenerate Fermi Gases

The Fulde-Ferrell-Larkin-Ovchinnikov (FFLO) phase was first predicted in 2D superconductors about 50 years ago, but so far unambiguous experimental evidences are still lacked. The recently experimentally realized spin-imbalanced Fermi gases may potentially unveil this elusive state, but require very stringent experimental conditions. In this Letter, we show that FFLO phases may be observed even in a 3D degenerate Fermi gas with spin-orbit coupling and in-plane Zeeman field. The FFLO phase is driven by the interplay between asymmetry of Fermi surface and superfluid order, instead of the interplay between magnetic and superconducting order in solid materials. The predicted FFLO phase exists in a giant parameter region, possesses a stable long-range superfluid order due to the 3D geometry, and can be observed with experimentally already achieved temperature ($T\sim 0.05E_{F}$), thus opens a new fascinating avenue for exploring FFLO physics.

preprint2013arXiv

Topological Superfluids with Finite Momentum Pairing and Majorana Fermions

Majorana fermions, quantum particles that are their own anti-particles, are not only of fundamental importance in elementary particle physics and dark matter, but also building blocks for fault-tolerant quantum computation. Recently Majorana fermions have been intensively studied in solid state and cold atomic systems. These studies are generally based on superconducting pairing between two Fermions with opposite momenta (\textit{% i.e.}, zero total momentum). On the other hand, finite total momentum Cooper pairings, known as Fulde-Ferrell-Larkin-Ovchinnikov (FFLO) states, were predicted 50 years ago and then widely studied in many branches of physics. However, whether FFLO superconductors can also support Majorana fermions has not been explored. Here we show that Majorana fermions can exist in certain types of gapped FFLO states, yielding a new topological quantum matter: topological FFLO superfluids/superconductors. We demonstrate the existence of such topological FFLO superfluids and the associated Majorana fermions using spin-orbit coupled degenerate Fermi gases and derive their physical parameter regions. The potential implementation of topological FFLO superconductors in semiconductor/superconductor heterostructures are also discussed.