Source author record

Gang Zhang

Gang Zhang 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

58works
19topics
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

58 published item(s)

preprint2026arXiv

SonicBench: Dissecting the Physical Perception Bottleneck in Large Audio Language Models

Large Audio Language Models (LALMs) excel at semantic and paralinguistic tasks, yet their ability to perceive the fundamental physical attributes of audio such as pitch, loudness, and spatial location remains under-explored. To bridge this gap, we introduce SonicBench, a psychophysically grounded benchmark that systematically evaluates 12 core physical attributes across five perceptual dimensions. Unlike previous datasets, SonicBench uses a controllable generation toolbox to construct stimuli for two complementary paradigms: recognition (absolute judgment) and comparison (relative judgment). This design allows us to probe not only sensory precision but also relational reasoning capabilities, a domain where humans typically exhibit greater proficiency. Our evaluation reveals a substantial deficiency in LALMs' foundational auditory understanding; most models perform near random guessing and, contrary to human patterns, fail to show the expected advantage on comparison tasks. Furthermore, explicit reasoning yields minimal gains. However, our linear probing analysis demonstrates crucially that frozen audio encoders do successfully capture these physical cues (accuracy at least 60%), suggesting that the primary bottleneck lies in the alignment and decoding stages, where models fail to leverage the sensory signals they have already captured.

preprint2025arXiv

Revisiting $d$-distance (independent) domination in trees and in bipartite graphs

The $d$-distance $p$-packing domination number $γ_d^p(G)$ of $G$ is the minimum size of a set of vertices of $G$ which is both a $d$-distance dominating set and a $p$-packing. In 1994, Beineke and Henning conjectured that if $d\ge 1$ and $T$ is a tree of order $n \geq d+1$, then $γ_d^1(T) \leq \frac{n}{d+1}$. They supported the conjecture by proving it for $d\in \{1,2,3\}$. In this paper, it is proved that $γ_d^1(G) \leq \frac{n}{d+1}$ holds for any bipartite graph $G$ of order $n \geq d+1$, and any $d\ge 1$. Trees $T$ for which $γ_d^1(T) = \frac{n}{d+1}$ holds are characterized. It is also proved that if $T$ has $\ell$ leaves, then $γ_d^1(T) \leq \frac{n-\ell}{d}$ (provided that $n-\ell \geq d$), and $γ_d^1(T) \leq \frac{n+\ell}{d+2}$ (provided that $n\geq d$). The latter result extends Favaron's theorem from 1992 asserting that $γ_1^1(T) \leq \frac{n+\ell}{3}$. In both cases, trees that attain the equality are characterized and relevant conclusions for the $d$-distance domination number of trees derived.

preprint2022arXiv

Anharmonic quantum thermal transport across a van der Waals interface

We investigate the anharmonic phonon scattering across a weakly interacting interface by developing a quantum mechanics-based theory. We find that the contribution from anharmonic three-phonon scatterings to interfacial thermal conductance can be cast into Landauer formula with transmission function being temperature-dependent. Surprisingly, in the weak coupling limit, the transmission due to anharmonic phonon scattering is unbounded with increasing temperature, which is physically impossible for two-phonon processes. We further reveal that the anharmonic contribution in a real heterogeneous interface (e.g., between graphene and monolayer molybdenum disulfide) can dominate over the harmonic process even at room temperature, highlighting the important role of anharmonicity in weakly interacting heterogeneous systems.

preprint2022arXiv

CPGNet: Cascade Point-Grid Fusion Network for Real-Time LiDAR Semantic Segmentation

LiDAR semantic segmentation essential for advanced autonomous driving is required to be accurate, fast, and easy-deployed on mobile platforms. Previous point-based or sparse voxel-based methods are far away from real-time applications since time-consuming neighbor searching or sparse 3D convolution are employed. Recent 2D projection-based methods, including range view and multi-view fusion, can run in real time, but suffer from lower accuracy due to information loss during the 2D projection. Besides, to improve the performance, previous methods usually adopt test time augmentation (TTA), which further slows down the inference process. To achieve a better speed-accuracy trade-off, we propose Cascade Point-Grid Fusion Network (CPGNet), which ensures both effectiveness and efficiency mainly by the following two techniques: 1) the novel Point-Grid (PG) fusion block extracts semantic features mainly on the 2D projected grid for efficiency, while summarizes both 2D and 3D features on 3D point for minimal information loss; 2) the proposed transformation consistency loss narrows the gap between the single-time model inference and TTA. The experiments on the SemanticKITTI and nuScenes benchmarks demonstrate that the CPGNet without ensemble models or TTA is comparable with the state-of-the-art RPVNet, while it runs 4.7 times faster.

preprint2022arXiv

Effects of high order interatomic potential on elastic phonon scatterings

Interatomic potentials beyond quadratic order provide scattering sources for phonon transport in lattice. By using a weakly-interacting interface model, we investigated the relation between the order of interatomic potential and the multiple-phonon scattering process. We find that high order interatomic potential not only causes multiple-phonon scattering processes, but also has significant impacts on elastic phonon scattering processes. Using fourth order potential as an example, we show that it can significantly affects elastic phonon scatterings, through the formation of localized phonons. Such impact is closely related to the correlations of interfacial atoms and it becomes more significant with increasing temperature. Our work suggests that it is insufficient to consider only quadratic potential to investigate elastic phonon transport.

preprint2022arXiv

Eliminating edge electronic and phonon states of phosphorene nanoribbon by unique edge reconstruction

Edge termination plays a vital role in determining the properties of 2D materials. By performing compelling ab initio simulations, a lowest-energy U-edge [ZZ(U)] reconstruction is revealed in the bilayer phosphorene. Such reconstruction reduces 60% edge energy compared with the pristine one and occurs almost without energy barrier, implying it should be the dominating edge in reality. The electronic band structure of phosphorene nanoribbon with such reconstruction resembles that of intrinsic 2D layer, exhibiting nearly edgeless band characteristics. Although ZZ(U) changes the topology of phosphorene nanoribbon (PNR), simulated TEM, STEM and STM images indicates it is very hard to be identified. One possible identify method is IR/Raman analyses because ZZ(U) edge alters vibrational modes dramatically. Beyond, it also increases the thermal conductivity of PNR 1.4 and 2.3 times than the pristine and Klein edges.

preprint2022arXiv

Equalized Focal Loss for Dense Long-Tailed Object Detection

Despite the recent success of long-tailed object detection, almost all long-tailed object detectors are developed based on the two-stage paradigm. In practice, one-stage detectors are more prevalent in the industry because they have a simple and fast pipeline that is easy to deploy. However, in the long-tailed scenario, this line of work has not been explored so far. In this paper, we investigate whether one-stage detectors can perform well in this case. We discover the primary obstacle that prevents one-stage detectors from achieving excellent performance is: categories suffer from different degrees of positive-negative imbalance problems under the long-tailed data distribution. The conventional focal loss balances the training process with the same modulating factor for all categories, thus failing to handle the long-tailed problem. To address this issue, we propose the Equalized Focal Loss (EFL) that rebalances the loss contribution of positive and negative samples of different categories independently according to their imbalance degrees. Specifically, EFL adopts a category-relevant modulating factor which can be adjusted dynamically by the training status of different categories. Extensive experiments conducted on the challenging LVIS v1 benchmark demonstrate the effectiveness of our proposed method. With an end-to-end training pipeline, EFL achieves 29.2% in terms of overall AP and obtains significant performance improvements on rare categories, surpassing all existing state-of-the-art methods. The code is available at https://github.com/ModelTC/EOD.

preprint2022arXiv

UFO: Unified Feature Optimization

This paper proposes a novel Unified Feature Optimization (UFO) paradigm for training and deploying deep models under real-world and large-scale scenarios, which requires a collection of multiple AI functions. UFO aims to benefit each single task with a large-scale pretraining on all tasks. Compared with the well known foundation model, UFO has two different points of emphasis, i.e., relatively smaller model size and NO adaptation cost: 1) UFO squeezes a wide range of tasks into a moderate-sized unified model in a multi-task learning manner and further trims the model size when transferred to down-stream tasks. 2) UFO does not emphasize transfer to novel tasks. Instead, it aims to make the trimmed model dedicated for one or more already-seen task. With these two characteristics, UFO provides great convenience for flexible deployment, while maintaining the benefits of large-scale pretraining. A key merit of UFO is that the trimming process not only reduces the model size and inference consumption, but also even improves the accuracy on certain tasks. Specifically, UFO considers the multi-task training and brings two-fold impact on the unified model: some closely related tasks have mutual benefits, while some tasks have conflicts against each other. UFO manages to reduce the conflicts and to preserve the mutual benefits through a novel Network Architecture Search (NAS) method. Experiments on a wide range of deep representation learning tasks (i.e., face recognition, person re-identification, vehicle re-identification and product retrieval) show that the model trimmed from UFO achieves higher accuracy than its single-task-trained counterpart and yet has smaller model size, validating the concept of UFO. Besides, UFO also supported the release of 17 billion parameters computer vision (CV) foundation model which is the largest CV model in the industry.

preprint2021arXiv

Quantum operation of fermionic systems and process tomography using Majorana fermion gates

Quantum tomography is an important tool for the characterisation of quantum operations. In this paper, we present a framework of quantum tomography in fermionic systems. Compared with qubit systems, fermions obey the superselection rule, which sets constraints on states, processes and measurements in a fermionic system. As a result, we can only partly reconstruct an operation that acts on a subset of fermion modes, and the full reconstruction always requires at least one ancillary fermion mode in addition to the subset. We also report a protocol for the full reconstruction based on gates in Majorana fermion quantum computer, including a set of circuits for realising the informationally-complete state preparation and measurement.

preprint2021arXiv

Real Image Super Resolution Via Heterogeneous Model Ensemble using GP-NAS

With advancement in deep neural network (DNN), recent state-of-the-art (SOTA) image superresolution (SR) methods have achieved impressive performance using deep residual network with dense skip connections. While these models perform well on benchmark dataset where low-resolution (LR) images are constructed from high-resolution (HR) references with known blur kernel, real image SR is more challenging when both images in the LR-HR pair are collected from real cameras. Based on existing dense residual networks, a Gaussian process based neural architecture search (GP-NAS) scheme is utilized to find candidate network architectures using a large search space by varying the number of dense residual blocks, the block size and the number of features. A suite of heterogeneous models with diverse network structure and hyperparameter are selected for model-ensemble to achieve outstanding performance in real image SR. The proposed method won the first place in all three tracks of the AIM 2020 Real Image Super-Resolution Challenge.

preprint2021arXiv

Theoretical analysis of thermal boundary conductance of MoS2-SiO2 and WS2-SiO2 interface

Understanding the physical processes involved in interfacial heat transfer is critical for the interpretation of thermometric measurements and the optimization of heat dissipation in nanoelectronic devices that are based on transition metal dichalcogenide (TMD) semiconductors. We model the phononic and electronic contributions to the thermal boundary conductance (TBC) variability for the MoS$_{2}$-SiO$_{2}$ and WS$_{2}$-SiO$_{2}$ interface. A phenomenological theory to model diffuse phonon transport at disordered interfaces is introduced and yields $G$=13.5 and 12.4 MW/K/m$^{2}$ at 300 K for the MoS$_{2}$-SiO$_{2}$ and WS$_{2}$-SiO$_{2} $ interface, respectively. We compare its predictions to those of the coherent phonon model and find that the former fits the MoS$_{2}$-SiO$_{2}$ data from experiments and simulations significantly better. Our analysis suggests that heat dissipation at the TMD-SiO$_{2}$ interface is dominated by phonons scattered diffusely by the rough interface although the electronic TBC contribution can be significant even at low electron densities ($n\leq10^{12}$ cm$^{-2}$) and may explain some of the variation in the experimental TBC data from the literature. The physical insights from our study can be useful for the development of thermally aware designs in TMD-based nanoelectronics.

preprint2020arXiv

1st Place Solution of LVIS Challenge 2020: A Good Box is not a Guarantee of a Good Mask

This article introduces the solutions of the team lvisTraveler for LVIS Challenge 2020. In this work, two characteristics of LVIS dataset are mainly considered: the long-tailed distribution and high quality instance segmentation mask. We adopt a two-stage training pipeline. In the first stage, we incorporate EQL and self-training to learn generalized representation. In the second stage, we utilize Balanced GroupSoftmax to promote the classifier, and propose a novel proposal assignment strategy and a new balanced mask loss for mask head to get more precise mask predictions. Finally, we achieve 41.5 and 41.2 AP on LVIS v1.0 val and test-dev splits respectively, outperforming the baseline based on X101-FPN-MaskRCNN by a large margin.

preprint2020arXiv

Detecting and Studying High-Energy Collider Neutrinos with FASER at the LHC

Neutrinos are copiously produced at particle colliders, but no collider neutrino has ever been detected. Colliders, and particularly hadron colliders, produce both neutrinos and anti-neutrinos of all flavors at very high energies, and they are therefore highly complementary to those from other sources. FASER, the recently approved Forward Search Experiment at the Large Hadron Collider, is ideally located to provide the first detection and study of collider neutrinos. We investigate the prospects for neutrino studies of a proposed component of FASER, FASER$ν$, a 25cm x 25cm x 1.35m emulsion detector to be placed directly in front of the FASER spectrometer in tunnel TI12. FASER$ν$ consists of 1000 layers of emulsion films interleaved with 1-mm-thick tungsten plates, with a total tungsten target mass of 1.2 tons. We estimate the neutrino fluxes and interaction rates at FASER$ν$, describe the FASER$ν$ detector, and analyze the characteristics of the signals and primary backgrounds. For an integrated luminosity of 150 fb$^{-1}$ to be collected during Run 3 of the 14 TeV Large Hadron Collider from 2021-23, and assuming standard model cross sections, approximately 1300 electron neutrinos, 20,000 muon neutrinos, and 20 tau neutrinos will interact in FASER$ν$, with mean energies of 600 GeV to 1 TeV, depending on the flavor. With such rates and energies, FASER will measure neutrino cross sections at energies where they are currently unconstrained, will bound models of forward particle production, and could open a new window on physics beyond the standard model.

preprint2020arXiv

Magnon-magnon interaction and magnon relaxation time in ferromagnetic Cr2Ge2Te6 monolayer

Despite the intense amount of attention and huge potential of two-dimensional (2D) magnets for applications in novel magnetic, magneto-optical, magneto-thermal and magneto-electronic devices, there has yet to be a robust strategy developed to systematically understand magnon-magnon (MMI) interactions at finite temperature. In this paper, we present a first-principles theoretical method to introduce the finite temperature magnon-magnon interaction into Heisenberg Hamiltonian through a nonlinear correction energy. The Wick theorem is used to decouple the four-magnon operators to two-magnon order. We demonstrate the capabilities of this method by studying the strength of MMI in Cr2Ge2Te6 (CGT) monolayer. The spin wave spectrum at finite temperature and the time-dependent spin autocorrelation function are explored. It is found that the magnon relaxation time due to magnon-magnon scattering increases with temperature because of the reduction in magnon energy, while decreases with wavevector and external magnetic field. Our results provide a new insight to understand the magnon damping and energy dissipation in two-dimensional ferromagnetic materials.

preprint2020arXiv

Material Platforms for Defect Qubits and Single Photon Emitters

Quantum technology has grown out of quantum information theory and now provides a valuable tool that researchers from numerous fields can add to their toolbox of research methods. To date, various systems have been exploited to promote the application of quantum information processing. The systems that can be used for quantum technology include superconducting circuits, ultra-cold atoms, trapped ions, semiconductor quantum dots, and solid-state spins and emitters. In this review, we will discuss the state of the art on material platforms for spin-based quantum technology, with a focus on the progress in solid-state spins and emitters in several leading host materials, including diamond, silicon carbide, boron nitride, silicon, two-dimensional semiconductors, and other materials. We will highlight how first-principles calculations can serve as an exceptionally robust tool for finding the novel defect qubits and single photon emitters in solids, through detailed predictions of the electronic, magnetic and optical properties.

preprint2020arXiv

NTIRE 2020 Challenge on Real Image Denoising: Dataset, Methods and Results

This paper reviews the NTIRE 2020 challenge on real image denoising with focus on the newly introduced dataset, the proposed methods and their results. The challenge is a new version of the previous NTIRE 2019 challenge on real image denoising that was based on the SIDD benchmark. This challenge is based on a newly collected validation and testing image datasets, and hence, named SIDD+. This challenge has two tracks for quantitatively evaluating image denoising performance in (1) the Bayer-pattern rawRGB and (2) the standard RGB (sRGB) color spaces. Each track ~250 registered participants. A total of 22 teams, proposing 24 methods, competed in the final phase of the challenge. The proposed methods by the participating teams represent the current state-of-the-art performance in image denoising targeting real noisy images. The newly collected SIDD+ datasets are publicly available at: https://bit.ly/siddplus_data.

preprint2020arXiv

Technical Proposal: FASERnu

FASERnu is a proposed small and inexpensive emulsion detector designed to detect collider neutrinos for the first time and study their properties. FASERnu will be located directly in front of FASER, 480 m from the ATLAS interaction point along the beam collision axis in the unused service tunnel TI12. From 2021-23 during Run 3 of the 14 TeV LHC, roughly 1,300 electron neutrinos, 20,000 muon neutrinos, and 20 tau neutrinos will interact in FASERnu with TeV-scale energies. With the ability to observe these interactions, reconstruct their energies, and distinguish flavors, FASERnu will probe the production, propagation, and interactions of neutrinos at the highest human-made energies ever recorded. The FASERnu detector will be composed of 1000 emulsion layers interleaved with tungsten plates. The total volume of the emulsion and tungsten is 25cm x 25cm x 1.35m, and the tungsten target mass is 1.2 tonnes. From 2021-23, 7 sets of emulsion layers will be installed, with replacement roughly every 20-50 1/fb in planned Technical Stops. In this document, we summarize FASERnu's physics goals and discuss the estimates of neutrino flux and interaction rates. We then describe the FASERnu detector in detail, including plans for assembly, transport, installation, and emulsion replacement, and procedures for emulsion readout and analyzing the data. We close with cost estimates for the detector components and infrastructure work and a timeline for the experiment.

preprint2019arXiv

Three-terminal interface as a thermoelectric generator beyond Seebeck effect

We investigate thermoelectric transport through interfaces with inelastic scatterings by developing a quantum theory, which has been extensively validated by existing theories. We find that under temperature bias, while a two-terminal conductor-insulator interface behaves only as a thermal resistor, a three-terminal conductor-insulator-conductor interface can function as an electricity generator caused by phonon-mediated electron scatterings with heat-charge current separation. Unlike conventional thermoelectrics which is a property of a bulk caused by the Seebeck effect, this thermoelectric behavior is a property of an interface driven by electron-phonon scatterings.

preprint2016arXiv

From Brittle to Ductile: A Structure Dependent Ductility of Diamond Nanothread

As a potential building block for the next generation of devices or multifunctional materials that are spreading almost every technology sector, one-dimensional (1D) carbon nanomaterial has received intensive research interests. Recently, a new ultra-thin diamond nanothread (DNT) has joined this palette, which is a 1D structure with poly-benzene sections connected by Stone-Wales (SW) transformation defects. Using large-scale molecular dynamics simulations, we found that this sp3 bonded DNT can transit from a brittle to a ductile characteristic by varying the length of the poly-benzene sections, suggesting that DNT possesses entirely different mechanical responses than other 1D carbon allotropies. Analogously, the SW defects behave like a grain boundary that interrupts the consistency of the poly-benzene sections. For a DNT with a fixed length, the yield strength fluctuates in the vicinity of a certain value and is independent of the "grain size". On the other hand, both yield strength and yield strain show a clear dependence on the total length of DNT, which is due to the fact that the failure of the DNT is dominated by the SW defects. Its highly tunable ductility together with its ultra-light density and high Young's modulus makes diamond nanothread ideal for creation of extremely strong three-dimensional nano-architectures.

preprint2016arXiv

Phonon transport in a one-dimensional harmonic chain with long-range interaction and mass disorder

Atomic mass and interatomic interaction are the two key quantities that significantly affect the heat conduction carried by phonons. Here, we study the effects of long-range (LR) interatomic interaction and mass-disorder on the phonon transport in a one-dimensional harmonic chain withup to 10^5 atoms. We find that while LR interaction reduces the transmission of low frequency phonons, it enhances the transmission of high frequency phonons by suppressing the localization effects caused by mass disorder. Therefore, long-range interaction is able to boost heat conductance in the high temperature regime or in the large size regime, where the high frequency modes are important.

preprint2016arXiv

Quantum thermal transport in stanene

By way of the non-equilibrium Green's function simulations and analytical expressions, the quantum thermal conductance of stanene is studied. We find that, due to the existence of Dirac fermion in stanene, the ratio of electron thermal conductance and electric conductance becomes a chemical-potential-dependent quantity, violating the Wiedemann-Franz law. This finding is applicable to any two-dimensional (2D) materials that possess massless Dirac fermions. In strong contrast to the negligible electronic contribution in graphene, surprisingly, the electrons and phonons in stanene carry a comparable heat current. The unusual behaviours in stanene widen our knowledge of quantum thermal transport in 2D materials.

preprint2016arXiv

The Critical Role of Substrate in Stabilizing Phosphorene Nanoflake: A Theoretical Exploration

Phosphorene, a new two-dimensional (2D) semiconductor, has received much interest due to its robust direct band gap and high charge mobility. Currently, however, phosphorene can only be produced by mechanical or liquid exfoliation, and it is still a significant challenge to directly epitaxially grow phosphorene, which greatly hinders its mass production and, thus, applications. In epitaxial growth, the stability of nanoscale cluster or flake on a substrate is crucial. Here, we perform ab initio energy optimizations and molecular dynamics simulations to explore the critical role of substrate on the stability of a representative phosphorene flake. Our calculations show that the stability of the phosphorene nanoflake is strongly dependent on the interaction strength between the nanoflake and substrate. Specifically, the strong interaction (0.75 eV/P atom) with Cu(111) substrate breaks up the phosphorene nanoflake, while the weak interaction (0.063 eV/P atom) with h-BN substrate fails to stabilize its 2D structure. Remarkably, we find that a substrate with a moderate interaction (about 0.35 eV/P atom) is able to stabilize the 2D characteristics of the nanoflake on a realistic time scale. Our findings here provide useful guidelines for searching suitable substrates for the directly epitaxial growth of phosphorene.

preprint2016arXiv

Theory of substrate-directed heat dissipation for single-layer graphene and other two-dimensional crystals

We present a theory of the phononic thermal (Kapitza) resistance at the interface between graphene or another single-layer two-dimensional (2D) crystal (e.g. MoS$_{2}$) and a flat substrate, based on a modified version of the cross-plane heat transfer model by Persson, Volokitin and Ueba [J. Phys.: Condens. Matter 23, 045009 (2011)]. We show how intrinsic flexural phonon damping is necessary for obtaining a finite Kapitza resistance and also generalize the theory to encased single-layer 2D crystals with a superstrate. We illustrate our model by computing the thermal boundary conductance (TBC) for bare and SiO$_{2}$-encased single-layer graphene and MoS$_{2}$ on a SiO$_{2}$ substrate, using input parameters from first-principles calculation. The estimated room temperature TBC for bare (encased) graphene and MoS$_{2}$ on SiO$_{2}$ are 34.6 (105) and 3.10 (5.07) MWK$^{-1}$m$^{-2}$, respectively. The theory predicts the existence of a phonon frequency crossover point, below which the low-frequency flexural phonons in the bare 2D crystal do not dissipate energy efficiently to the substrate. We explain within the framework of our theory how the encasement of graphene with a top SiO$_{2}$ layer introduces new low-frequency transmission channels which significantly reduce the graphene-substrate Kapitza resistance. We emphasize that the distinction between bare and encased 2D crystals must be made in the analysis of cross-plane heat dissipation to the substrate.

preprint2015arXiv

Amplitude modulated Bloch oscillations of photon probability distribution in a cavity-atom system

We study the dynamics of the Rabi Hamiltonian in the medium coupling regime with $\left\vert g/ω\right\vert \sim 0.07$, where $g$ is atom-field coupling constant, $ω$ is the field frequency, for the quantum state with average photon number $\bar{n}\sim 10^{4}$. We map the original Hamiltonian to an effective one, which describes a tight-binding chain subjected to a staggered linear potential. It is shown that the photon probability distribution of a Gaussian-type state exhibits the amplitude modulated Bloch oscillation (BO), which is a superposition of two conventional BOs with a half-BO-period delay between them and is essentially another type of Bloch-Zener oscillation. The probability transition between the two BOs can be controlled and suppressed by the ratio $g\sqrt{\bar{n}}% /ω$, as well as in-phase resonant oscillating atomic frequency $Ω\left( t\right) $, leading to multiple zero-transition points.

preprint2015arXiv

Direction dependent thermal conductivity of monolayer phosphorene: parameterization of Stillinger-Weber potential and molecular dynamics study

A Stillinger-Weber interatomic potential is parameterized for phosphorene. It well reproduces the crystal structure, cohesive energy and phonon dispersion predicted by first-principles calculations. The thermal conductivity of phosphorene is further explored by equilibrium molecular dynamics simulations adopting the optimal set of potential parameters. At room temperature, the intrinsic thermal conductivities along zigzag and armchair directions are about 152.7 and 33.0 W/mK, respectively, with a large anisotropy ratio of five. The remarkably directional dependence of thermal conductivity in phosphorene, consistent with previous reports, is mainly due to the strong anisotropy of phonon group velocities, and weak anisotropy of phonon lifetimes as revealed by lattice dynamics calculations. Moreover, the effective phonon mean free paths at zigzag and armchair directions are about 141.4 and 43.4nm, respectively.

preprint2015arXiv

Energetics, Charge Transfer and Magnetism of Small Molecules Physisorbed on Phosphorene

First-principles calculations are performed to investigate the interaction of physisorbed small molecules, including CO, H2, H2O, NH3, NO, NO2, and O2, with phosphorene, and their energetics, charge transfer, and magnetic moment are evaluated on the basis of dispersion corrected density functional theory. Our calculations reveal that CO, H2, H2O and NH3 molecules act as a weak donor, whereas O2 and NO2 act as a strong acceptor. While NO molecule donates electrons to graphene, it receives electrons from phosphorene. Among all the investigated molecules, NO2 has the strongest interaction through hybridizing its frontier orbitals with the 3p orbital of phosphorene. The nontrivial and distinct charge transfer occurring between phosphorene and these physisorbed molecules not only renders phosphorene promising for application as a gas sensor, but also provides an effective route to modulating the polarity and density of carriers in phosphorene. In addition, the binding energy of H2 on phosphorene is found to be 0.13 eV/H2, indicating that phosphorene is suitable for both stable room-temperature hydrogen storage and its subsequent facile release.

preprint2015arXiv

Giant Phononic Anisotropy and Unusual Anharmonicity of Phosphorene: Interlayer Coupling and Strain Engineering

Phosphorene, an emerging elemental two-dimensional (2D) direct band gap semiconductor with fascinating structural and electronic properties distinctively different from other 2D materials such as graphene and MoS2, is promising for novel nanoelectronic and optoelectronic applications. Phonons, as one of the most important collective excitations, are at the heart for the device performance, as their interactions with electrons and photons govern the carrier mobility and light-emitting efficiency of the material. Here, through a detailed first-principles study, it is demonstrated that monolayer phosphorene exhibits a giant phononic anisotropy, and remarkably, this anisotropy is squarely opposite to its electronic counterpart and can be tuned effectively by strain engineering. By sampling the whole Brillouin zone for the mono-layer phosphorene, several "hidden" directions are found, along which small-momentum phonons are "frozen" with strain and possess the smallest degree of anharmonicity. Unexpectedly, these "hidden" directions are intrinsically different from those usually studied armchair and zigzag directions. Light is also shed on the anisotropy of interlayer coupling of few-layer phosphorene by examining the rigid-layer vibrations. These highly anisotropic and strain-tunable characteristics of phosphorene offer new possibilities for its applications in thermal management, thermoelectronics, nanoelectronics and phononics.

preprint2015arXiv

High-Performance Monolayer WS2 Field-effect Transistors on High-k Dielectrics

The combination of high-quality Al2O3 dielectric and thiol chemistry passivation can effectively reduce the density of interface traps and Coulomb impurities of WS2, leading to a significant improvement of the mobility and a transition of the charge transport from the insulating to the metallic regime. A record high mobility of 83 cm2/Vs (337 cm2/Vs) is reached at room temperature (low temperature) for monolayer WS2. A theoretical model for electron transport is also developed.

preprint2015arXiv

Realization of Room-Temperature Phonon-limited Carrier Transport in Monolayer MoS2 by Dielectric and Carrier Screening

We show that by combining high-k dielectric substrate and high density of charge carriers, Coulomb impurity can be effectively screened, leading to an unprecedented room-temperature mobility of ~150cm2/Vs in monolayer MoS2. The high sample quality enables us to quantitatively extract the mobility components limited by Coulomb impurities, intrinsic and surface optical phonons, and study their scaling with temperature, carrier density and dielectric constant. The excellent agreement between our theoretical analysis and experimental data demonstrates unambiguously that room-temperature phonon-limited transport is achieved in monolayer MoS2, which is a necessary factor for electronic device applications.

preprint2015arXiv

The Electronic Properties of Phosphorene/Graphene and Phosphorene/Hexagonal Boron Nitride Heterostructures

Vertical integration of two-dimensional materials has recently emerged as an exciting method for the design of novel electronic and optoelectronic devices. Using density functional theory, we investigatethe structural and electronic properties of two heterostruc-tures, graphene/phosphorene (G/BP) and hexagonal boron nitride/phosphorene (BN/BP). We found that the interlayer distance, binding energy, and charge transfer in G/BP and BN/BP are similar. Interlayer noncovalentbonding is predicted due to the weak coupling between the pz orbital of BP and the π orbital of graphene and BN. A small amount of electron transfer from graphene and BN, scaling with the vertical strain, renders BP slightly n-doped for both heterostructures. Several attractive characteristics of BP, including direct band gap and linear dichroism, are preserved. However, a large redistribution of electrostatic potential across the interface is observed, which may significantly renormalize the carrier dynamics and affect the excitonic behavior of BP. Our work suggests that graphene and BN can be used not only as an effective capping layer to protect BP from its structural and chemical degradation while still maintain its major electronic characteristics, but also as an active layer to tune the carrier dynamics and optical properties of BP.

preprint2015arXiv

Thermal conductivity of a new carbon nanotube analogue: the diamond nanothread

Based on the non-equilibrium molecular dynamics simulations, we have studied the thermal conductivities of a novel ultra-thin one-dimensional carbon nanomaterial - diamond nanothread (DNT). Unlike single-wall carbon nanotube (CNT), the existence of the Stone-Wales transformations in DNT endows it with richer thermal transport characteristics. There is a transition from wave-dominated to particle-dominated transport region, which depends on the length of poly-benzene rings. However, independent of the transport region, strong length dependence in thermal conductivity is observed in DNTs with different lengths of poly-benzene ring. The distinctive SW characteristic in DNT provides more degrees of freedom to tune the thermal conductivity not found in the homogeneous structure of CNT. Therefore, DNT is an ideal platform to investigate various thermal transport mechanisms at the nanoscale. Its high tunability raises the potential to design DNTs for different applications, such as thermal connection and temperature management.

preprint2015arXiv

Tunable interaction of superconducting flux qubits in circuit QED

We propose to implement tunable interaction of superconducting flux qubits with cavity-assisted interaction and strong driving. The qubits have a three-level Lambda configuration, and the decay of the excited state will be greatly suppressed due to the effective large detuning. The implemented interaction is insensitive to the cavity field state and can be controlled by modulating the phase difference of the driving fields of the qubits. In particular, our scheme is based on the typical circuit QED setup and thus will provide a simple method towards the tunable interaction of superconducting qubits. Finally, we consider the generation of two and four qubits entangled states with the constructed interaction under the influence of typical decoherence effects.

preprint2014arXiv

A Gapless MoS$_2$ Allotrope Possessing Both Massless Dirac and Heavy Fermions

MoS$_2$, a member of transition metal dichalcogenides (TMDs), recently emerged as one of the fastest growing two-dimensional materials due to its fascinating mechanical, thermal, electronic and optical properties. Unlike graphene which possesses massless Dirac fermions with ultra-high electron mobility, monolayer MoS$_2$ is a direct band gap semiconductor. An interesting question arises: Can monolayer MoS$_2$ also possess massless Dirac fermions with ultra-high electron mobility? Here, using first-principles calculations, we show that a monolayer MoS$_2$ allotrope, which consists of repeated square-octagon rings (abbreviated as so-MoS$_2$ to distinguish from the normal hexagonal lattice, h-MoS$_2$) possesses both massless Dirac fermions and heavy fermions. Distinct from the $p$-orbital Dirac fermions of graphene, the Dirac fermions of so-MoS$_2$ are $d$-electrons and possess Fermi velocity comparable to that of graphene. The Dirac cone structure in so-MoS$_2$ demonstrated here greatly enriches our understanding on the physical properties of TMDs and opens up new possibilities for developing novel electronic/spintronic devices.

preprint2014arXiv

Anisotropic charged impurity-limited carrier mobility in monolayer phosphorene

The room temperature carrier mobility in atomically thin 2D materials is usually far below the intrinsic limit imposed by phonon scattering as a result of scattering by remote charged impurities in its environment. We simulate the charged impurity-limited carrier mobility $μ$ in bare and encapsulated monolayer phosphorene. We find a significant temperature dependence in the carrier mobilities ($μ\propto T^{-γ}$) that results from the temperature variability of the charge screening and varies with the crystal orientation. The anisotropy in the effective mass leads to an anisotropic carrier mobility, with the mobility in the armchair direction about one order of magnitude larger than in the zigzag direction. In particular, this mobility anisotropy is enhanced at low temperatures and high carrier densities. Under encapsulation with a high-$κ$ overlayer, the mobility increases by up to an order of magnitude although its temperature dependence and its anisotropy are reduced.

preprint2014arXiv

Ballistic Heat Conduction and Mass Disorder in One Dimension

It is well-known that in the disordered harmonic chain, heat conduction is subballistic and the thermal conductivity ($κ$) scales asymptotically as $\lim_{L\rightarrow\infty}κ\propto L^{0.5}$ where $L$ is the chain length. However, using the nonequilibrium Green's function (NEGF) method and analytical modeling, we show that there exists a critical crossover length scale ($L_{C}$) below which ballistic heat conduction ($κ\propto L$) can coexist with mass disorder. This ballistic-to-subballistic heat conduction crossover is connected to the exponential attenuation of the phonon transmittance function $Ξ$ i.e. $Ξ(ω,L)=\exp[-L/λ(ω)]$, where $λ$ is the frequency-dependent attenuation length. The crossover length can be determined from the minimum attenuation length which depends on the maximum transmitted frequency. We numerically determine the dependence of the transmittance on frequency and mass composition as well as derive a closed form estimate which agrees closely with the numerical results. For the length-dependent thermal conductance, we also derive a closed form expression which agrees closely with numerical results and reproduces the ballistic to subballistic thermal conduction crossover. This allows us to characterize the crossover in terms of changes in the length, mass composition and temperature dependence, and also to determine the conditions under which heat conduction enters the ballistic regime. We describe how the mass composition can be modified to increase ballistic heat conduction

preprint2014arXiv

Co-existence of size-dependent and size-independent thermal conductivities in single layer black phosphorus

Thermal conductivity of single layer black phosphorus (BP) is investigated by combining density functional calculations and Peierls-Boltzmann transport equation. Differing from isotropic and divergent thermal conductivities in two-dimensional graphene and MoS$_2$, an compelling co-existence of size-dependent and size-independent thermal conductivities are discovered for single layer BP along zigzag (ZZ) and armchair (AM) direction, respectively. Besides, thermal conductivities in single layer BP are found to be highly anisotropic because of orientation dependent group velocities, e.g., thermal conductivities at 300 K are 83.5 and 24.3 W/m-K along ZZ and AM directions for single layer BP with a size of 10 $μm$, respectively.

preprint2014arXiv

Enhancement and reduction of one-dimensional heat conduction with correlated mass disorder

Short-range order in strongly disordered structures plays an important role in their heat conduction property. Using numerical and analytical methods, we show that short-range spatial correlation (with a correlation length of $Λ_{m}$) in the mass distribution of the one-dimensional (1D) alloy-like random binary lattice leads to a dramatic enhancement of the high-frequency phonon transmittance but also increases the low-frequency phonon opacity. High-frequency semi-extended states are formed while low-frequency modes become more localized. This results in ballistic heat conduction at finite lengths but also paradoxically higher thermal resistance that scale as $\sqrt{Λ_{m}}$ in the $L\rightarrow\infty$ limit. We identify an emergent crossover length ($L_{c}$) below which the onset of thermal transparency appears. The crossover length is linearly dependent on but is two orders of magnitude larger than $Λ_{m}$. Our results suggest that the phonon transmittance spectrum and heat conduction in a disordered 1D lattice can be controlled via statistical clustering of the constituent component atoms into domains. They also imply that the detection of ballistic heat conduction in disordered 1D structures may be a signature of the intrinsic mass correlation at a much smaller length scale.

preprint2014arXiv

Extraordinary Photoluminescence and Strong Temperature/Angle-Dependent Raman Responses in Few-Layer Phosphorene

Phosphorene is a new family member of two-dimensional materials. We observed strong and highly layer-dependent photoluminescence in few-layer phosphorene (2 to 5 layers). The results confirmed the theoretical prediction that few-layer phosphorene has a direct and layer-sensitive band gap. We also demonstrated that few-layer phosphorene is more sensitive to temperature modulation than graphene and MoS2 in Raman scattering. The anisotropic Raman response in few-layer phosphorene has enabled us to use an optical method to quickly determine the crystalline orientation without tunneling electron microscope (TEM) or scanning tunneling microscope (STM). Our results provide much needed experimental information about the band structures and exciton nature in few-layer phosphorene.

preprint2014arXiv

Layer-dependent Band Alignment and Work Function of Few-Layer Phosphorene

Using first-principles calculations, we study the electronic properties of few-layer phosphorene focusing on layer-dependent behavior of band gap, work function and band alignment and carrier effective mass. It is found that few-layer phosphorene shows a robust direct band gap character, and its band gap decreases with the number of layers following a power law. The work function decreases rapidly from monolayer (5.16 eV) to trilayer (4.56 eV), and then slowly upon further increasing the layer number. Compared to monolayer phosphorene, there is a drastic decrease of hole effective mass along the ridge (zigzag) direction for bilayer phosphorene, indicating a strong interlayer coupling and screening effect. Our study suggests that 1). Few-layer phosphorene with a layer-dependent band gap and a robust direct band gap character is promising for efficient solar energy harvest. 2). Few-layer phosphorene outperforms monolayer counterpart in terms of a lighter carrier effective mass, a higher carrier density and a weaker scattering due to enhanced screening. 3). The layer-dependent band edges and work functions of few-layer phosphorene allow for modification of Schottky barrier with enhanced carrier injection efficiency. It is expected that few-layer phosphorene will present abundant opportunities for a plethora of new electronic applications.

preprint2014arXiv

Towards Intrinsic Charge Transport in Monolayer Molybdenum Disulfide by Defect and Interface Engineering

Molybdenum disulfide is considered as one of the most promising two-dimensional semiconductors for electronic and optoelectronic device applications. So far, the charge transport in monolayer molybdenum disulfide is dominated by extrinsic factors such as charged impurities, structural defects and traps, leading to much lower mobility than the intrinsic limit. Here, we develop a facile low-temperature thiol chemistry to repair the sulfur vacancies and improve the interface, resulting in significant reduction of the charged impurities and traps. High mobility greater than 80cm2 V-1 s-1 is achieved in backgated monolayer molybdenum disulfide field-effect transistors at room temperature. Furthermore, we develop a theoretical model to quantitatively extract the key microscopic quantities that control the transistor performances, including the density of charged impurities, short-range defects and traps. Our combined experimental and theoretical study provides a clear path towards intrinsic charge transport in two-dimensional dichalcogenides for future high-performance device applications.

preprint2013arXiv

Lattice Vibrational Modes and Phonon Thermal Conductivity of Monolayer MoS2

The anharmonic behavior of phonons and intrinsic thermal conductivity associated with the Umklapp scattering in monolayer MoS2 sheet are investigated via first-principles calculations within the framework of density functional perturbation theory. In contrast to the negative Gruneissen parameter occurring in low frequency modes in graphene, positive Gruneissen parameter in the whole Brillouin zone is demonstrated in monolayer MoS2 with much larger Gruneissen parameter for acoustic modes than that for the optical modes, suggesting that monolayer MoS2 sheet possesses a positive coefficient of thermal-expansion. The calculated phonon lifetimes of the infrared active modes are 5.50 and 5.72 ps for E'and A2'' respectively, in good agreement with experimental result obtained by fitting the dielectric oscillators with the infrared reflectivity spectrum. The lifetime of Raman A1' mode (38.36 ps) is about 7 times longer than those of the infrared modes. The dominated phonon mean free path of monolayer MoS2 is less than 20 nm, about 30-fold smaller than that of graphene. Combined with the non-equilibrium Green's function calculations, the room temperature thermal conductivity of monolayer MoS2 is found to be around 23.2 Wm-1K-1, two orders of magnitude lower than that of graphene.

preprint2013arXiv

Polarity Reversed Robust Carrier Mobility in Monolayer MoS2 Nanoribbons

Using first-principles calculations and deformation potential theory, we investigate the intrinsic carrier mobility (μ) of monolayer MoS2 sheet and nanoribbons. In contrast to the dramatic three orders of magnitude of deterioration of μ in graphene upon forming nanoribbons, the magnitude of μ in armchair MoS2 nanoribbons is comparable to that in monolayer MoS2 sheet, albeit oscillating with width. Surprisingly, a room-temperature transport polarity reversal is observed with μ of hole (h) and electron (e) being 200.52 (h) and 72.16 (e) cm2V-1s-1 in sheet, and 49.72 (h) and 190.89 (e) cm2V-1s-1 in 4 nm-wide nanoribbon. The robust magnitudes of μ and polarity reversal are attributable to the different characteristics of edge states inherent in MoS2 nanoribbons. Our study suggests that width-reduction together with edge engineering provide a promising route for improving the transport properties of MoS2 nanostructures.

preprint2013arXiv

Substrate Coupling Suppresses Size Dependence of Thermal Conductivity in Supported Graphene

Thermal conductivity $κ$ of both suspended and supported graphene has been studied by using molecular dynamics simulations. Obvious length dependence is observed in $κ$ of suspended single-layer graphene (SLG), while $κ$ of supported SLG is insensitive to the length. The simulation result of room temperature $κ$ of supported SLG is in good agreement with experimental value. In contrast to the decrease in $κ$ induced by inter-layer interaction in suspended few-layer graphene (FLG), $κ$ of supported FLG is found to increase rapidly with the layer thickness, reaching about 90% of that of bulk graphite at six layers, and eventually saturates at the thickness of 13.4 nm. More interestingly, unlike the remarkable substrate dependent $κ$ in SLG, the effect of substrate on thermal transport is much weaker in FLG. The underlying physics is investigated and presented.

preprint2013arXiv

Thermal transport in nanostructures

This review summarizes recent studies of thermal transport in nanoscaled semiconductors. Different from bulk materials, new physics and novel thermal properties arise in low dimensional nanostructures, such as the abnormal heat conduction, the size dependence of thermal conductivity, phonon boundary/edge scatterings. It is also demonstrated that phonons transport super-diffusively in low dimensional structures, in other words, Fourier's law is not applicable. Based on manipulating phonons, we also discuss envisioned applications of nanostructures in a broad area, ranging from thermoelectrics, heat dissipation to phononic devices.

preprint2012arXiv

Anomalous Heat Conduction and Anomalous Diffusion in Low Dimensional Nanoscale Systems

Thermal transport is an important energy transfer process in nature. Phonon is the major energy carrier for heat in semiconductor and dielectric materials. In analogy to Ohm's law for electrical conductivity, Fourier's law is a fundamental rule of heat transfer in solids. It states that the thermal conductivity is independent of sample scale and geometry. Although Fourier's law has received great success in describing macroscopic thermal transport in the past two hundreds years, its validity in low dimensional systems is still an open question. Here we give a brief review of the recent developments in experimental, theoretical and numerical studies of heat transport in low dimensional systems, include lattice models, nanowires, nanotubes and graphenes. We will demonstrate that the phonon transports in low dimensional systems super-diffusively, which leads to a size dependent thermal conductivity. In other words, Fourier's law is breakdown in low dimensional structures.

preprint2012arXiv

Impacts of Atomistic Coating on Thermal Conductivity of Germanium Nanowires

By using non-equilibrium molecular dynamics simulations, we demonstrated that thermal conductivity of Germanium nanowires can be reduced more than 25% at room temperature by atomistic coating. There is a critical coating thickness beyond which thermal conductivity of the coated nanowire is larger than that of the host nanowire. The diameter dependent critical coating thickness and minimum thermal conductivity are explored. Moreover, we found that interface roughness can induce further reduction of thermal conductivity in coated nanowires. From the vibrational eigen-mode analysis, it is found that coating induces localization for low frequency phonons, while interface roughness localizes the high frequency phonons. Our results provide an available approach to tune thermal conductivity of nanowires by atomic layer coating.

preprint2012arXiv

Phononics: Manipulating heat flow with electronic analogs and beyond

The form of energy termed heat that typically derives from lattice vibrations, i.e. the phonons, is usually considered as waste energy and, moreover, deleterious to information processing. However, with this colloquium, we attempt to rebut this common view: By use of tailored models we demonstrate that phonons can be manipulated like electrons and photons can, thus enabling controlled heat transport. Moreover, we explain that phonons can be put to beneficial use to carry and process information. In a first part we present ways to control heat transport and how to process information for physical systems which are driven by a temperature bias. Particularly, we put forward the toolkit of familiar electronic analogs for exercising phononics; i.e. phononic devices which act as thermal diodes, thermal transistors, thermal logic gates and thermal memories, etc.. These concepts are then put to work to transport, control and rectify heat in physical realistic nanosystems by devising practical designs of hybrid nanostructures that permit the operation of functional phononic devices and, as well, report first experimental realizations. Next, we discuss yet richer possibilities to manipulate heat flow by use of time varying thermal bath temperatures or various other external fields. These give rise to a plenty of intriguing phononic nonequilibrium phenomena as for example the directed shuttling of heat, a geometrical phase induced heat pumping, or the phonon Hall effect, that all may find its way into operation with electronic analogs.

preprint2012arXiv

Thermal Contact Resistance Across Nanoscale Silicon Dioxide and Silicon Interface

Silicon dioxide and silicon (SiO$_{2}$/Si) interface plays a very important role in semiconductor industry. However, at nanoscale, its interfacial thermal properties haven't been well understood so far. In this paper, we systematically study the interfacial thermal resistance (Kapitza resistance) of a heterojunction composed of amorphous silicon dioxide and crystalline silicon by using molecular dynamics simulations. Numerical results have shown that Kapitza resistance at SiO$_{2}$/Si interface depends on the interfacial coupling strength remarkably. In the weak interfacial coupling limit, Kapitza resistance depends on both the detailed interfacial structure and the length of the heterojunction, showing large fluctuation among different samples. In contrast, it is almost insensitive to the detailed interfacial structure or the length of the heterojunction in the strong interfacial coupling limit, giving rise to a nearly constant value around 0.9 $\times10^{-9}$ m$^{2}$KW$^{-1}$ at room temperature. Moreover, the temperature dependent Kapitza resistance in the strong interfacial coupling limit has also been examined. Our study provides useful guidance to the thermal management and heat dissipation across nanoscale SiO$_{2}$/Si interface, in particular for the design of silicon nanowire based nano electronics and photonics devices.

preprint2011arXiv

A Universal Gauge for Thermal Conductivity of Silicon Nanowires With Different Cross Sectional Geometries

By using molecular dynamics simulations, we study thermal conductivity of silicon nanowires (SiNWs) with different cross sectional geometries. It is found that thermal conductivity decreases monotonically with the increase of surface-to-volume ratio (SVR). More interestingly, a simple universal linear dependence of thermal conductivity on SVR is observed for SiNWs with modest cross sectional area (larger than 20 nm^2), regardless of the cross sectional geometry. As a result, among different shaped SiNWs with the same cross sectional area, the one with triangular cross section has the lowest thermal conductivity. Our study provides not only a universal gauge for thermal conductivity among different cross sectional geometries, but also a designing guidance to tune thermal conductivity by geometry.

preprint2011arXiv

Electric Current Focusing Efficiency in Graphene Electric Lens

In present work, we theoretically study the electron wave's focusing phenomenon in a single layered graphene pn junction(PNJ) and obtain the electric current density distribution of graphene PNJ, which is in good agreement with the qualitative result in previous numerical calculations [Science, 315, 1252 (2007)]. In addition, we find that for symmetric PNJ, 1/4 of total electric current radiated from source electrode can be collected by drain electrode. Furthermore, this ratio reduces to 3/16 in a symmetric graphene npn junction. Our results obtained by present analytical method provide a general design rule for electric lens based on negative refractory index systems.

preprint2011arXiv

Phonon Coherent Resonance and Its Effect on Thermal Transport In Core-Shell Nanowires

We study heat current autocorrelation function and thermal conductivity in core-shell nanowires by using molecular dynamics simulations. Interestingly, a remarkable oscillation effect in heat current autocorrelation function is observed in core-shell NWs, while the same effect is absent in pure silicon nanowires, nanotube structures and random doped nanowires. Detailed characterizations of the oscillation signal reveal that this intriguing oscillation is caused by the coherent resonance effect of the transverse and longitudinal phonon modes. This phonon resonance results in the localization of the longitudinal modes, which leads to the reduction of thermal conductivity in core-shell nanowires. Our study reveals that a coherent mechanism can be used to tune thermal conductivity in core-shell nanowires.

preprint2010arXiv

How to Improve The Accuracy of Equilibrium Molecular Dynamics For Computation of Thermal Conductivity?

Equilibrium molecular dynamics (EMD) simulations through Green-Kubo formula (GKF) have been widely used in the study of thermal conductivity of various materials. However, there exist controversial simulation results which have huge discrepancies with experimental ones in literatures. In this paper, we demonstrate that the fluctuation in calculated thermal conductivity is due to the uncertainty in determination of the truncation time, which is related to the ensemble and size dependent phonon relaxation time. We thus propose a new scheme in the direct integration of heat current autocorrelation function (HCACF) and a nonzero correction in the double-exponential-fitting of HCACF to describe correctly the contribution to thermal conductivity from low frequency phonons. By using crystalline Silicon (Si) and Germanium (Ge) as examples, we demonstrate that our method can give rise to the values of thermal conductivity in an excellent agreement with experimental ones.

preprint2010arXiv

Molecular Dynamics Simulations of Heat Conduction in Nanostructures: Effect of Heat Bath

We investigate systematically the impacts of heat bath used in molecular dynamics simulations on heat conduction in nanostructures exemplified by Silicon Nanowires (SiNWs) and Silicon/Germanium nano junction. It is found that multiple layers of Nosé-Hoover heat bath are required to reduce the temperature jump at the boundary, while only a single layer of Langevin heat bath is sufficient to generate a linear temperature profile with small boundary temperature jump. Moreover, an intermediate value of heat bath parameter is recommended for both Nosé-Hoover and Langevin heat bath in order to achieve correct temperature profile and thermal conductivity in homogeneous materials. Furthermore, the thermal rectification ratio in Si/Ge thermal diode depends on the choice of Nosé-Hoover heat bath parameter remarkably, which may lead to non-physical results. In contrast, Langevin heat bath is recommended because it can produce consistent results with experiment in large heat bath parameter range.

preprint2010arXiv

Remarkable Reduction of Thermal Conductivity in Silicon Nanotubes

We propose to reduce the thermal conductivity of silicon nanowires (SiNWs) by introducing small hole at the centre, i.e. construct silicon nanotube (SiNT) structures. Our numerical results demonstrate that a very small hole (only 1% reduction in cross section area) can induce a 35% reduction in room temperature thermal conductivity. Moreover, with the same cross section area, thermal conductivity of SiNT is only about 33% of that of SiNW at room temperature. The spatial distribution of vibrational energy reveals that localization modes are concentrated on the inner and outer surfaces of SiNTs. The enhanced surface-to-volume ratio in SiNTs reduces the percentage of delocalized modes, which is believed to be responsible for the reduction of thermal conductivity. Our study suggests SiNT is a promising thermoelectric material with low thermal conductivity.

preprint2010arXiv

Violation of Fourier's Law and Anomalous Heat Diffusion in Silicon

We study heat conduction and diffusion in silicon nanowires (SiNWs) systematically by using non-equilibrium molecular dynamics. It is found that the thermal conductivity of SiNWs diverges with the length, even when the length is up to 1,100 nm which is much longer than the phonon mean free path. Moreover, an anomalous heat diffusion is observed which is believed to be responsible for the length dependent thermal conductivity. Our results provide strong evidence that Fourier's law of heat conduction is not valid in low dimensional nanostructures.

preprint2009arXiv

Size dependent thermoelectric properties of silicon nanowires

By using first-principles tight-binding electronic structure calculation and Boltzmann transport equation, we investigate the size dependence of thermoelectric properties of silicon nanowires (SiNWs). With cross section area increasing, the electrical conductivity increases slowly, while the Seebeck coefficient reduces remarkably. This leads to a quick reduction of cooling power factor with diameter. Moreover, the figure of merit also decreases with transverse size. Our results demonstrate that in thermoelectric application, NW with small diameter is preferred. We also predict that isotopic doping can increase the value of ZT significantly. With 50% 29Si doping (28Si0.529Si0.5 NW), the ZT can be increased by 31%.

preprint2007arXiv

Ultralow Thermal Conductivity of Isotope-Doped Silicon Nanowires

The thermal conductivity of silicon nanowires (SiNWs) is investigated by molecular dynamics (MD) simulation. It is found that the thermal conductivity of SiNWs can be reduced exponentially by isotopic defects at room temperature. The thermal conductivity reaches the minimum, which is about 27% of that of pure 28Si NW, when doped with fifty percent isotope atoms. The thermal conductivity of isotopic-superlattice structured SiNWs depends clearly on the period of superlattice. At a critical period of 1.09 nm, the thermal conductivity is only 25% of the value of pure Si NW. An anomalous enhancement of thermal conductivity is observed when the superlattice period is smaller than this critical length. The ultra-low thermal conductivity of superlattice structured SiNWs is explained with phonon spectrum theory.

preprint2006arXiv

Quantum controlled phase gate and cluster states generation via two superconducting quantum interference devices in a cavity

A scheme for implementing 2-qubit quantum controlled phase gate (QCPG) is proposed with two superconducting quantum interference devices (SQUIDs) in a cavity. The gate operations are realized within the two lower flux states of the SQUIDs by using a quantized cavity field and classical microwave pulses. Our scheme is achieved without any type of measurement, does not use the cavity mode as the data bus and only requires a very short resonant interaction of the SQUID-cavity system. As an application of the QCPG operation, we also propose a scheme for generating the cluster states of many SQUIDs.