32,793 research outputs found
Chiral rings and GSO projection in Orbifolds
The GSO projection in the twisted sector of orbifold background is sometimes
subtle and incompatible descriptions are found in literatures. Here, from the
equivalence of partition functions in NSR and GS formalisms, we give a simple
rule of GSO projection for the chiral rings of string theory in \C^r/\Z_n,
. Necessary constructions of chiral rings are given by explicit mode
analysis.Comment: 24 page
Prediction of Giant Spin Motive Force due to Rashba Spin-Orbit Coupling
Magnetization dynamics in a ferromagnet can induce a spin-dependent electric
field through spin motive force. Spin current generated by the spin-dependent
electric field can in turn modify the magnetization dynamics through
spin-transfer torque. While this feedback effect is usually weak and thus
ignored, we predict that in Rashba spin-orbit coupling systems with large
Rashba parameter , the coupling generates the spin-dependent
electric field [\pm(\alpha_{\rm R}m_e/e\hbar) (\vhat{z}\times \partial
\vec{m}/\partial t)], which can be large enough to modify the magnetization
dynamics significantly. This effect should be relevant for device applications
based on ultrathin magnetic layers with strong Rashba spin-orbit coupling.Comment: 4+ pages, 2 figure
Kaon mixing matrix elements from beyond-the-Standard-Model operators in staggered chiral perturbation theory
Models of new physics induce K-Kbar mixing operators having Dirac structures
other than the "left-left" form of the Standard Model. We calculate the
functional form of the corresponding B-parameters at next-to-leading order in
both SU(3) and SU(2) staggered chiral perturbation theory (SChPT). Numerical
results for these matrix elements are being generated using improved staggered
fermions; our results can be used to extrapolate these matrix elements to the
physical light and strange quark masses. The SU(3) SChPT results turn out to be
much simpler than that for the Standard Model B_K operator, due to the absence
of chiral suppression in the new operators. The SU(2) SChPT result is of
similar simplicity to that for B_K. In fact, in the latter case, the chiral
logarithms for two of the new B-parameters are identical to those for B_K,
while those for the other two new B-parameters are of opposite sign. In
addition to providing results for the 2+1 flavor theory in SU(3) SChPT and the
1+1+1 flavor theory in SU(2) SChPT, we present the corresponding continuum
partially quenched results, as these are not available in the literature.Comment: 16 pages, 3 figures. Typos corrected--published versio
Charge Transport in Organic Molecular Semiconductors from First Principles: The Band-Like Hole Mobility in Naphthalene Crystal
Predicting charge transport in organic molecular crystals is notoriously
challenging. Carrier mobility calculations in organic semiconductors are
dominated by quantum chemistry methods based on charge hopping, which are
laborious and only moderately accurate. We compute from first principles the
electron-phonon scattering and the phonon-limited hole mobility of naphthalene
crystal in the framework of ab initio band theory. Our calculations combine GW
electronic bandstructures, ab initio electron-phonon scattering, and the
Boltzmann transport equation. The calculated hole mobility is in very good
agreement with experiment between 100300 K, and we can predict its
temperature dependence with high accuracy. We show that scattering between
inter-molecular phonons and holes regulates the mobility, though
intra-molecular phonons possess the strongest coupling with holes. We revisit
the common belief that only rigid molecular motions affect carrier dynamics in
organic molecular crystals. Our work provides a quantitative and rigorous
framework to compute charge transport in organic crystals, and is a first step
toward reconciling band theory and carrier hopping computational methods.Comment: 7 pages, 4 figures, Accepted by Phys. Rev.
Masses and decay constants of pions and kaons in mixed-action staggered chiral perturbation theory
Lattice QCD calculations with different staggered valence and sea quarks can
be used to improve determinations of quark masses, Gasser-Leutwyler couplings,
and other parameters relevant to phenomenology. We calculate the masses and
decay constants of flavored pions and kaons through next-to-leading order in
staggered-valence, staggered-sea mixed-action chiral perturbation theory. We
present the results in the valence-valence and valence-sea sectors, for all
tastes. As in unmixed theories, the taste-pseudoscalar, valence-valence mesons
are exact Goldstone bosons in the chiral limit, at non-zero lattice spacing.
The results reduce correctly when the valence and sea quark actions are
identical, connect smoothly to the continuum limit, and provide a way to
control light quark and gluon discretization errors in lattice calculations
performed with different staggered actions for the valence and sea quarks.Comment: 8 pages, 9 figures, extended with more explanation. arXiv admin note:
text overlap with arXiv:1311.626
Structure-Aware Dynamic Scheduler for Parallel Machine Learning
Training large machine learning (ML) models with many variables or parameters
can take a long time if one employs sequential procedures even with stochastic
updates. A natural solution is to turn to distributed computing on a cluster;
however, naive, unstructured parallelization of ML algorithms does not usually
lead to a proportional speedup and can even result in divergence, because
dependencies between model elements can attenuate the computational gains from
parallelization and compromise correctness of inference. Recent efforts toward
this issue have benefited from exploiting the static, a priori block structures
residing in ML algorithms. In this paper, we take this path further by
exploring the dynamic block structures and workloads therein present during ML
program execution, which offers new opportunities for improving convergence,
correctness, and load balancing in distributed ML. We propose and showcase a
general-purpose scheduler, STRADS, for coordinating distributed updates in ML
algorithms, which harnesses the aforementioned opportunities in a systematic
way. We provide theoretical guarantees for our scheduler, and demonstrate its
efficacy versus static block structures on Lasso and Matrix Factorization
- …