Source author record

Xiaotian Wang

Xiaotian Wang 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

6works
5topics
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

6 published item(s)

preprint2023arXiv

Excellent catalytic performance towards the hydrogen evolution reaction in topological semimetals

Topological states of matter and their corresponding properties are classical research topics in condensed matter physics. Quite recently, the application of materials that feature these states has been extended to the field of electrochemical catalysis and become an emerging research topic that is receiving increasing interest. In particular, several recent experimental studies performed on topological semimetals have already revealed high catalytic performance towards hydrogen evolution reaction (HER), strongly promoting acceptance of the fresh concept of the topological catalyst. This emerging concept has experienced rapid developments in the last few years, but these developments have been rarely summarized. Herein, we offer a comprehensive review on the state-of-the-art progress in developing topological catalysts for the HER process through topological semimetals such as Weyl semimetals, Dirac semimetals, nodal line semimetals, etc. The course of development, the general research routes, and the fundamental mechanisms in topological catalysts are also systematically analyzed in this review.

preprint2022arXiv

Dirac phonons in two-dimensional materials

Phonons are an ideal platform for realizing stable spinless two-dimensional (2D) Dirac points because they have a bosonic nature and hard-to-break time-reversal symmetry. It should be noted that the twofold degenerate nodal points in the phonon dispersions of almost all reported 2D materials are misclassified as 'Dirac points' owing to a historical issue. The correct name for these twofold degenerate nodal points should be 'Weyl' because 2D phononic systems are essentially spinless and because each twofold degenerate point is described by a Weyl model in two dimensions. To date, there have been no reports of fourfold degenerate Dirac point phonons in 2D materials. In this study, we searched through the entire 80 layer groups (LGs) and discovered that Dirac phonons can be realized in 7 of the 80 LGs. Moreover, the Dirac points in the phonon dispersions of 2D materials can be divided into essential and accidental degenerate points, which appear at high-symmetry points and on high-symmetry lines, respectively. Guided by symmetry analysis, we identified the presence of Dirac phonons in several 2D material candidates with six LGs. This letter offers a method for identifying Dirac phonons in 2D and proposes 2D material candidates for realizing Dirac phonons.

preprint2022arXiv

Single pair of type-III Weyl points half-metals: BaNiIO$_6$ as an example

The realization of Weyl systems with the minimum nonzero number of Weyl points (WPs) and full spin polarization remains challenging in topology physics and spintronic. In this study, for the first time, we used first-principle calculations and symmetry analysis to demonstrate that BaNiIO$_6$, a dynamically and thermodynamically stable half-metallic material, hosts fully spin-polarized single-pair WPs (SP-WPs) with a charge number ($\cal{C}$) of $\pm$2 and a type-\uppercase\expandafter{\romannumeral3} band dispersion around the Fermi level. Moreover, the fully spin-polarized SP-WPs induce double-helicoid Fermi arcs on the (10$\overline{1}$0) surface. The half-metallic state and the spin-polarized SP-WPs are robust to uniform strains (from -10\% to +8\%) and on-site Hubbard-Coulomb interactions (from 0 eV to 6 eV). When +9 % or +10 % uniform strain is applied to the BaNiIO$_6$ system, it hosts six additional type-\uppercase\expandafter{\romannumeral2} WPs with $\lvert{\cal{C}}\rvert=1$ in the three-dimensional Brillouin zone in addition to the two type-\uppercase\expandafter{\romannumeral3} WPs with $\lvert{\cal{C}}\rvert=2$. We hope that this study will motivate future research into SP-WPs half-metals.

preprint2021arXiv

BaPipe: Exploration of Balanced Pipeline Parallelism for DNN Training

The size of deep neural networks (DNNs) grows rapidly as the complexity of the machine learning algorithm increases. To satisfy the requirement of computation and memory of DNN training, distributed deep learning based on model parallelism has been widely recognized. We propose a new pipeline parallelism training framework, BaPipe, which can automatically explore pipeline parallelism training methods and balanced partition strategies for DNN distributed training. In BaPipe, each accelerator calculates the forward propagation and backward propagation of different parts of networks to implement the intra-batch pipeline parallelism strategy. BaPipe uses a new load balancing automatic exploration strategy that considers the parameters of DNN models and the computation, memory, and communication resources of accelerator clusters. We have trained different DNNs such as VGG-16, ResNet-50, and GNMT on GPU clusters and simulated the performance of different FPGA clusters. Compared with state-of-the-art data parallelism and pipeline parallelism frameworks, BaPipe provides up to 3.2x speedup and 4x memory reduction in various platforms.

preprint2021arXiv

Origins of minimized lattice thermal conductivity and enhanced thermoelectric performance in WS2/WSe2 lateral superlattice

We report a configuration strategy for improving the thermoelectric (TE) performance of two-dimensional (2D) transition metal dichalcogenide (TMDC) WS2 based on the experimentally prepared WS2/WSe2 lateral superlattice (LS) crystal. On the basis of density function theory combined with Boltzmann transport equation, we show that the TE figure of merit zT of monolayer WS2 is remarkably enhanced when forming into a WS2/WSe2 LS crystal. This is primarily ascribed to the almost halved lattice thermal conductivity due to the enhanced anharmonic processes. Electronic transport properties parallel (xx) and perpendicular (yy) to the superlattice period are highly symmetric for both p- and n-doped LS owing to the nearly isotropic lifetime of charger carriers. The spin-orbital effect causes a significant split of conduction band and leads to three-fold degenerate sub-bands and high density of states (DOS), which offers opportunity to obtain the high n-type Seebeck coefficient (S). Interestingly, the separated degenerate sub-bands and upper conduction band in monolayer WS2 form a remarkable stairlike DOS, yielding a higher S. The hole carriers with much higher mobility than electrons reveal the high p-type power factor and the potential to be good p-type TE materials with optimal zT exceeds 1 at 400K in WS2/WSe2 LS.

preprint2015arXiv

The Improved Job Scheduling Algorithm of Hadoop Platform

This paper discussed some job scheduling algorithms for Hadoop platform, and proposed a jobs scheduling optimization algorithm based on Bayes Classification viewing the shortcoming of those algorithms which are used. The proposed algorithm can be summarized as follows. In the scheduling algorithm based on Bayes Classification, the jobs in job queue will be classified into bad job and good job by Bayes Classification, when JobTracker gets task request, it will select a good job from job queue, and select tasks from good job to allocate JobTracker, then the execution result will feedback to the JobTracker. Therefore the scheduling algorithm based on Bayes Classification influence the job classification via learning the result of feedback with the JobTracker will select the most appropriate job to execute on TaskTracker every time. We need to consider the feature usage of job resource and the influence of TaskTracker resource on task execution, the former of which we call it job feature, for instance, the average usage rate of CPU and average usage rate of memory, the latter node feature, such as the usage rate of CPU and the size of idle physical memory, the two are called feature variables. Results show that it has a significant improvement in execution efficiency and stability of job scheduling.