Source author record

Bo Feng

Bo Feng 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

98works
21topics
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

98 published item(s)

preprint2022arXiv

GTrans: Spatiotemporal Autoregressive Transformer with Graph Embeddings for Nowcasting Extreme Events

Spatiotemporal time series nowcasting should preserve temporal and spatial dynamics in the sense that generated new sequences from models respect the covariance relationship from history. Conventional feature extractors are built with deep convolutional neural networks (CNN). However, CNN models have limits to image-like applications where data can be formed with high-dimensional arrays. In contrast, applications in social networks, road traffic, physics, and chemical property prediction where data features can be organized with nodes and edges of graphs. Transformer architecture is an emerging method for predictive models, bringing high accuracy and efficiency due to attention mechanism design. This paper proposes a spatiotemporal model, namely GTrans, that transforms data features into graph embeddings and predicts temporal dynamics with a transformer model. According to our experiments, we demonstrate that GTrans can model spatial and temporal dynamics and nowcasts extreme events for datasets. Furthermore, in all the experiments, GTrans can achieve the highest F1 and F2 scores in binary-class prediction tests than the baseline models.

preprint2022arXiv

Joint Planning of Distributed Generations and Energy Storage in Active Distribution Networks: A Bi-Level Programming Approach

In order to improve the penetration of renewable energy resources for distribution networks, a joint planning model of distributed generations (DGs) and energy storage is proposed for an active distribution network by using a bi-level programming approach in this paper. In this model, the upper-level aims to seek the optimal location and capacity of DGs and energy storage, while the lower-level optimizes the operation of energy storage devices. To solve this model, an improved binary particle swarm optimization (IBPSO) algorithm based on chaos optimization is developed, and the optimal joint planning is achieved through alternating iterations between the two levels. The simulation results on the PG & E 69-bus distribution system demonstrate that the presented approach manages to reduce the planning deviation caused by the uncertainties of DG outputs and remarkably improve the voltage profile and operational economy of distribution systems.

preprint2022arXiv

One-loop CHY-Integrand of Bi-adjoint Scalar Theory

In this paper, the one-loop CHY-integrands of bi-adjoint scalar theory has been reinvestigated. Differing from previous constructions, we have explicitly removed contributions from tadpole and massless bubbles when taking the forward limit of corresponding tree-level amplitudes. The way to remove those singular contributions is to exploit the idea of 'picking poles', which is to multiply a special cross ratio factor with the role of isolating terms having a particular pole structure.

preprint2022arXiv

One-loop diagrams with quadratic propagators from the worldsheet

It is well known that forward limits of tree-level amplitudes (and those trivalent diagrams they consist of) produce one-loop amplitudes and trivalent diagrams with propagators linear in the loop momentum. They naturally arise from one-loop worldsheet formulae, and an important open problem is how to recombine them into usual one-loop diagrams with quadratic propagators. In this paper, we study a new collection of worldsheet functions: generalized one-loop Parke-Taylor factors with tensor numerators, which are conjectured to serve as a basis for one-loop worldsheet functions with this nice property. We present all-multiplicity, closed-form expressions for combinations of one-loop trivalent diagrams with quadratic propagators and tensor numerators to arbitrary rank (including possible tadpole contributions), produced by any pair of Parke-Taylor factors. We also briefly comment on reducing worldsheet functions onto such a basis, and applications to one-loop amplitudes in physical theories.

preprint2022arXiv

PV-Reduction of Sunset Topology with Auxiliary Vector

Passarino-Veltman (PV) reduction method has been proved to be very useful for the computation of general one-loop integrals. However, not much progress has been made when applying to higher loops. Recently, we have improved the PV-reduction method by introducing an auxiliary vector. In this paper, we apply our new method to the simplest two-loop integrals, i.e., the sunset topology. We show how to use differential operators to establish algebraic recursion relations for reduction coefficients. Our algorithm can be easily applied to the reduction of integrals with arbitrary high-rank tensor structures. We demonstrate the efficiency of our algorithm by computing the reduction with the total tensor rank up to four.

preprint2022arXiv

Reduction of General One-loop Integrals Using Auxiliary Vector

As a key method to deal with loop integrals, Integration-By-Parts (IBP) method can be used to do reduction as well as establish the differential equations for master integrals. However, when talking about tensor reduction, the Passarino-Veltman (PV) reduction method is also widely used for one-loop integrals. Recently, we have proposed an improved PV reduction method, i.e., the PV reduction method with auxiliary vector $R$, which can easily give analytical reduction results for any tensor rank. However, our results are only for integrals with propagators with power one. In this paper, we generalize our method to one-loop integrals with general tensor structures and propagators with general powers. Our ideas are simple. We solve the generalised reduction problem by combining differentiation over masses and proper limit of reduction with power-one propagators. Finally, we demonstrate our method with several examples. With the result in this paper, we have shown that our improved PV-reduction method with auxiliary vector is a self-completed reduction method for one-loop integrals.

preprint2022arXiv

Reduction with Degenerate Gram matrix for One-loop Integrals

An improved PV-reduction method for one-loop integrals with auxiliary vector $R$ has been proposed in \cite{Feng:2021enk,Hu:2021nia}. It has also been shown that the new method is a self-completed method in \cite{Feng:2022uqp}. Analytic reduction coefficients can be easily produced by recursion relations in this method, where the Gram determinant appears in denominators. The singularity caused by Gram determinant is a well-known fact and it is important to address these divergences in a given frame. In this paper, we propose a systematical algorithm to deal with this problem in our method. The key idea is that now the master integral of the highest topology will be decomposed into combinations of master integrals of lower topologies. By demanding the cancellation of divergence for obtained general reduction coefficients, we solve decomposition coefficients as a Taylor series of the Gram determinant. Moreover, the same idea can be applied to other kinds of divergences.

preprint2021arXiv

DICE: Automatic Emulation of DMA Input Channels for Dynamic Firmware Analysis

Microcontroller-based embedded devices are at the core of Internet-of-Things and Cyber-Physical Systems. The security of these devices is of paramount importance. Among the approaches to securing embedded devices, dynamic firmware analysis gained great attention lately, thanks to its offline nature and low false-positive rates. However, regardless of the analysis and emulation techniques used, existing dynamic firmware analyzers share a major limitation, namely the inability to handle firmware using DMA. It severely limits the types of devices supported and firmware code coverage. We present DICE, a drop-in solution for firmware analyzers to emulate DMA input channels and generate or manipulate DMA inputs. DICE is designed to be hardware-independent, and compatible with common MCU firmware and embedded architectures. DICE identifies DMA input channels as the firmware writes the source and destination DMA transfer pointers into the DMA controller. Then DICE manipulates the input transferred through DMA on behalf of the firmware analyzer. We integrated DICE to the firmware analyzer P2IM (Cortex-M architecture) and a PIC32 emulator (MIPS M4K/M-Class architecture). We evaluated it on 83 benchmarks and sample firmware, representing 9 different DMA controllers from 5 different vendors. DICE detected 33 out of 37 DMA input channels, with 0 false positives. It correctly supplied DMA inputs to 21 out of 22 DMA buffers, which previous firmware analyzers cannot achieve due to the lack of DMA emulation. DICE's overhead is fairly low, it adds 3.4% on average to P2IM execution time. We also fuzz-tested 7 real-world firmware using DICE and compared the results with the original P2IM. DICE uncovered tremendously more execution paths (as much as 79X) and found 5 unique previously-unknown bugs that are unreachable without DMA emulation. All our source code and dataset are publicly available.

preprint2021arXiv

Earthquake Nowcasting with Deep Learning

We review previous approaches to nowcasting earthquakes and introduce new approaches based on deep learning using three distinct models based on recurrent neural networks and transformers. We discuss different choices for observables and measures presenting promising initial results for a region of Southern California from 1950-2020. Earthquake activity is predicted as a function of 0.1-degree spatial bins for time periods varying from two weeks to four years. The overall quality is measured by the Nash Sutcliffe Efficiency comparing the deviation of nowcast and observation with the variance over time in each spatial region. The software is available as open-source together with the preprocessed data from the USGS.

preprint2021arXiv

Note on solutions of scattering equations

In the CHY-frame for the amplitudes, there are two kinds of singularities we need to deal with. The first one is the pole singularities when the kinematics is not general, such that some of $S_A\to 0$. The second one is the collapse of locations of points after solving scattering equations (i.e., the singular solutions). These two types of singularities are tightly related to each other, but the exact mapping is not well understood. In this paper, we have initiated the systematic study of the mapping. We have demonstrated the different mapping patterns using three typical situations, i.e., the factorization limit, the soft limit and the forward limit.

preprint2020arXiv

Lack of Debye and Meissner screening in strongly magnetized quark matter at intermediate densities

We study the static responses of cold quark matter in the intermediate baryonic density region (characterized by a chemical potential $μ$) in the presence of a strong magnetic field. We consider in particular, the so-called Magnetic Dual Chiral Density Wave (MDCDW) phase, which is materialized by an inhomogeneous condensate formed by a particle-hole pair. It is shown, that the MDCDW phase is more stable in the weak-coupling regime than the one considered in the magnetic catalysis of chiral symmetry braking phenomenon (MC$χ$SB) and even than the chiral symmetric phase that was expected to be realized at sufficiently high baryonic chemical potential. The different components of the photon polarization operator of the MDCDW phase in the one-loop approximation are calculated. We found that in the MDCDW phase there is no Debye screening neither Meissner effect in the lowest-Landau-level approximation. The obtained Debye length depends on the amplitude $m$ and modulation $b$ of the inhomogeneous condensate and it is only different from zero if the relation $| μ-b| > m$ holds. But, we found that in the region of interest this inequality is not satisfied. Thus, no Debye screening takes place under those conditions. On the other hand, since the particle-hole condensate is electrically neutral, the U(1) electromagnetic group is not broken by the ground state and consequently there is no Meissner effect. These results can be of interest for the astrophysics of neutron stars.

preprint2020arXiv

The noncommutativity of the static and homogeneous limit of the axial chemical potential in chiral magnetic effect

We study the noncommutativity of different orders of zero energy-momentum limit pertaining to the axial chemical potential in the chiral magnetic effect. While this noncommutativity issue originates from the pinching singularity at one-loop order, it cannot be removed by introducing a damping term to the fermion propagators. The physical reason is that modifying the propagator alone would violate the axial-vector Ward identity and as a result a modification of the longitudinal component of the axial-vector vertex is required, which contributes to CME. The pinching singularity with free fermion propagators was then taken over by the singularity stemming from the dressed axial-vector vertex. We show this mechanism by a concrete example. Moreover, we proved in general the vanishing CME in the limit order that the static limit was taken prior to the homogeneous limit in the light of Coleman-Hill theorem for a static external magnetic field. For the opposite limit that the homogeneous limit is taken first, we show that the nonvanishing CME was a consequence of the nonrenormalizability of chiral anomaly for an arbitrary external magnetic field.

preprint2020arXiv

Using Reports of Own and Others' Symptoms and Diagnosis on Social Media to Predict COVID-19 Case Counts: Observational Infoveillance Study in Mainland China

Can public social media data be harnessed to predict COVID-19 case counts? We analyzed approximately 15 million COVID-19 related posts on Weibo, a popular Twitter-like social media platform in China, from November 1, 2019 to March 31, 2020. We developed a machine learning classifier to identify "sick posts," which are reports of one's own and other people's symptoms and diagnosis related to COVID-19. We then modeled the predictive power of sick posts and other COVID-19 posts on daily case counts. We found that reports of symptoms and diagnosis of COVID-19 significantly predicted daily case counts, up to 14 days ahead of official statistics. But other COVID-19 posts did not have similar predictive power. For a subset of geotagged posts (3.10% of all retrieved posts), we found that the predictive pattern held true for both Hubei province and the rest of mainland China, regardless of unequal distribution of healthcare resources and outbreak timeline. Researchers and disease control agencies should pay close attention to the social media infosphere regarding COVID-19. On top of monitoring overall search and posting activities, it is crucial to sift through the contents and efficiently identify true signals from noise.

preprint2016arXiv

Analytic Representations of Yang-Mills Amplitudes

Scattering amplitudes in Yang-Mills theory can be represented in the formalism of Cachazo, He and Yuan (CHY) as integrals over an auxiliary projective space---fully localized on the support of the scattering equations. Because solving the scattering equations is difficult and summing over the solutions algebraically complex, a method of directly integrating the terms that appear in this representation has long been sought. We solve this important open problem by first rewriting the terms in a manifestly Mobius-invariant form and then using monodromy relations (inspired by analogy to string theory) to decompose terms into those for which combinatorial rules of integration are known. The result is a systematic procedure to obtain analytic, covariant forms of Yang-Mills tree-amplitudes for any number of external legs and in any number of dimensions. As examples, we provide compact analytic expressions for amplitudes involving up to six gluons of arbitrary helicities.

preprint2016arXiv

Bose-Einstein Condensation of Bound Pairs of Relativistic Fermions in a Magnetic Field

The Bose-Einstein condensation of bound pairs made of equally and oppositely charged fermions in a magnetic field is investigated using a relativistic model. The Gaussian fluctuations have been taken into account in order to study the spectrum of bound pairs in the strong coupling region. We found, in weak coupling reagion, the condensation temperature increases with an increasing magnetic field displaying the magnetic catalysis effect. In strong coupling region, the inverse magnetic catalysis appears when the magnetic field is low and is replaced by the usual magnetic catalysis effect when magnetic field is sufficiently high, in contrast to the nonrelativistic case where the inverse magnetic catalysis prevails in strong coupling region regardless of the strength of the magnetic field. The resulting response to the magnetic field is the consequence of the competition between the dimensional reduction by Landau orbitals in pairing dynamics and the anisotropy of the kinetic spectrum of the bound pairs. We thus conclude that dimensional reduction dominates in weak domain and strong coupling one except the small magnetic field region, where the enhanced fluctuations dominates.

preprint2016arXiv

CHY-construction of Planar Loop Integrands of Cubic Scalar Theory

In this paper, by treating massive loop momenta to massless momenta in higher dimension, we are able to treat all-loop scattering equations as tree ones. As an application of the new aspect, we consider the CHY-construction of bi-adjoint phi_3 theory. We present the explicit formula for two-loop planar integrands. We discuss carefully how to subtract various forward singularities in the construction. We count the number of terms obtained by our formula and by direct Feynman diagram calculation and find the perfect match, thus provide a strong support for our results.

preprint2016arXiv

Cross-ratio Identities and Higher-order Poles of CHY-integrand

The evaluation of generic Cachazo-He-Yuan(CHY)-integrands is a big challenge and efficient computational methods are in demand for practical evaluation. In this paper, we propose a systematic decomposition algorithm by using cross-ratio identities, which provides an analytic and easy to implement method for the evaluation of any CHY-integrand. This algorithm aims to decompose a given CHY-integrand containing higher-order poles as a linear combination of CHY-integrands with only simple poles in a finite number of steps, which ultimately can be trivially evaluated by integration rules of simple poles. To make the method even more efficient for CHY-integrands with large number of particles and complicated higher-order pole structures, we combine the $Λ$-algorithm and the cross-ratio identities, and as a by-product it provides us a way to deal with CHY-integrands where the $Λ$-algorithm was not applicable in its original formulation.

preprint2016arXiv

Feynman Rules of Higher-order Poles in CHY Construction

In this paper, we generalize the integration rules for scattering equations to situations where higher-order poles are present. We describe the strategy to deduce the Feynman rules of higher-order poles from known analytic results of simple CHY-integrands, and propose the Feynman rules for single double pole and triple pole as well as duplex-double pole and triplex-double pole structures. We demonstrate the validation and strength of these rules by ample non-trivial examples.

preprint2016arXiv

Form Factor and Boundary Contribution of Amplitude

The boundary contribution of an amplitude in the BCFW recursion relation can be considered as a form factor involving boundary operator and unshifted particles. At the tree-level, we show that by suitable construction of Lagrangian, one can relate the leading order term of boundary operators to some composite operators of N=4 super-Yang-Mills theory, then the computation of form factors is translated to the computation of amplitudes. We compute the form factors of these composite operators through the computation of corresponding double trace amplitudes.

preprint2016arXiv

Manifesting Color-Kinematics Duality in the Scattering Equation Formalism

We prove that the scattering equation formalism for Yang-Mills amplitudes can be used to make manifest the theory's color-kinematics duality. This is achieved through a concrete reduction algorithm which renders this duality manifest term-by-term. The reduction follows from the recently derived set of identities for amplitudes expressed in the scattering equation formalism that are analogous to monodromy relations in string theory. A byproduct of our algorithm is a generalization of the identities among gravity and Yang-Mills amplitudes.

preprint2016arXiv

Note on Identities Inspired by New Soft Theorems

The new soft theorems, for both gravity and gauge amplitudes, have inspired a number of works, including the discovery of new identities related to amplitudes. In this note, we present the proof and discussion for two sets of identities. The first set includes an identity involving the half-soft function which had been used in the soft theorem for one-loop rational gravity amplitudes, and another simpler identity as its byproduct. The second set includes two identities involving the KLT momentum kernel, as the consistency conditions of the KLT relation plus soft theorems for both gravity and gauge amplitudes. We use the CHY formulation to prove the first identity, and transform the second one into a convenient form for future discussion.

preprint2016arXiv

The Q-cut Representation of One-loop Integrands and Unitarity Cut Method

Recently, a new construction for complete loop integrands of massless field theories has been proposed, with on-shell tree-level amplitudes delicately incorporated into its algorithm. This new approach reinterprets integrands in a novel form, namely the Q-cut representation. In this paper, by deriving one-loop integrands as examples, we elaborate in details the technique of this new representation, e.g., the summation over all possible Q-cuts as well as helicity states for the non-scalar internal particle in the loop. Moreover, we show that the integrand in the Q-cut representation naturally reduces to the integrand in the traditional unitarity cut method for each given cut channel, providing a cross-check for the new approach.

preprint2015arXiv

(Inverse) Magnetic Catalysis in Bose-Einstein Condensation of Neutral Bound Pairs

The Bose-Einstein condensation of bound pairs made of oppositely charged fermions in a magnetic field is investigated. We find that the condensation temperature shows the magnetic catalysis effect in weak coupling and the inverse magnetic catalysis effect in strong coupling. The different responses to the magnetic field can be attributed to the competition between the dimensional reduction by Landau orbitals in pairing dynamics and the anisotropy of the kinetic spectrum of fluctuations (bound pairs in the normal phase)

preprint2015arXiv

An Algebraic Approach to the Scattering Equations

We employ the so-called companion matrix method from computational algebraic geometry, tailored for zero-dimensional ideals, to study the scattering equations. The method renders the CHY-integrand of scattering amplitudes computable using simple linear algebra and is amenable to an algorithmic approach. Certain identities in the amplitudes as well as rationality of the final integrand become immediate in this formalism.

preprint2015arXiv

Determination of Boundary Contributions in Recursion Relation

In this paper, we propose a new algorithm to systematically determine the missing boundary contributions, when one uses the BCFW on-shell recursion relation to calculate tree amplitudes for general quantum field theories. After an instruction of the algorithm, we will use several examples to demonstrate its application, including amplitudes of color-ordered phi-4 theory, Yang-Mills theory, Einstein-Maxwell theory and color-ordered Yukawa theory with phi-4 interaction.

preprint2015arXiv

Integration Rules for Loop Scattering Equations

We formulate new integration rules for one-loop scattering equations analogous to those at tree-level, and test them in a number of non-trivial cases for amplitudes in scalar $ϕ^3$-theory. This formalism greatly facilitates the evaluation of amplitudes in the CHY representation at one-loop order, without the need to explicitly sum over the solutions to the loop-level scattering equations.

preprint2015arXiv

New Representations of the Perturbative S-Matrix

We propose a new framework to represent the perturbative S-matrix which is well-defined for all quantum field theories of massless particles, constructed from tree-level amplitudes and integrable term-by-term. This representation is derived from the Feynman expansion through a series of partial fraction identities, discarding terms that vanish upon integration. Loop integrands are expressed in terms of "Q-cuts" that involve both off-shell and on-shell loop-momenta, defined with a precise contour prescription that can be evaluated by ordinary methods. This framework implies recent results found in the scattering equation formalism at one-loop, and it has a natural extension to all orders---even non-planar theories without well-defined forward limits or good ultraviolet behavior.

preprint2015arXiv

On Multi-step BCFW Recursion Relations

In this paper, we extensively investigate the new algorithm known as the multi-step BCFW recursion relations. Many interesting mathematical properties are found and understanding these aspects, one can find a systematic way to complete the calculation of amplitude after finite, definite steps and get the correct answer, without recourse to any specific knowledge from field theories, besides mass dimension and helicities. This process consists of the pole concentration and inconsistency elimination. Terms that survive inconsistency elimination cannot be determined by the new algorithm. They include polynomials and their generalizations, which turn out to be useful objects to be explored. Afterwards, we apply it to the Standard Model plus gravity to illustrate its power and limitation. Ensuring its workability, we also tentatively discuss how to improve its efficiency by reducing the steps.

preprint2015arXiv

Recursion Relation for Boundary Contribution

It is well known that under a BCFW-deformation, there is a boundary contribution when the amplitude scales as O(1) or worse. We show that boundary contributions have a similar recursion relation as scattering amplitude. Just like the BCFW recursion relation, where scattering amplitudes are expressed as the products of two on-shell sub-amplitudes (plus possible boundary contributions), our new recursion relation expresses boundary contributions as products of sub-amplitudes and boundary contributions with less legs, plus yet another possible boundary contribution. In other words, the complete scattering amplitude, including boundary contributions, can be obtained by multiple steps of recursions, unless the boundary contributions are still non-zero when all possible deformations are exploited. We demonstrate this algorithm by several examples. Especially, we show that for standard model like renormalizable theory in 4D, i.e., the theory including only gauge boson, fermions and scalars, the complete amplitude can always be computed by at most four recursive steps using our algorithm.

preprint2014arXiv

Dual-color decompositions at one-loop level in Yang-Mills theory

In this work, we extend the construction of dual color decomposition in Yang-Mills theory to one-loop level, i.e., we show how to write one-loop integrands in Yang-Mills theory to the dual DDM-form and the dual trace-form. In dual forms, integrands are decomposed in terms of color-ordered one-loop integrands for color scalar theory with proper dual color coefficients.In dual DDM decomposition, The dual color coefficients can be obtained directly from BCJ-form by applying Jacobi-like identities for kinematic factors. In dual trace decomposition, the dual trace factors can be obtained by imposing one-loop KK relations, reflection relation and their relation with the kinematic factors in dual DDM-form.

preprint2014arXiv

Integral Reduction by Unitarity Method for Two-loop Amplitudes: A Case Study

In this paper, we generalize the unitarity method to two-loop diagrams and use it to discuss the integral bases of reduction. To test out method, we focus on the four-point double-box diagram as well as its related daughter diagrams, i.e., the double-triangle diagram and the triangle-box diagram. For later two kinds of diagrams, we have given complete analytical results in general (4-2\eps)-dimension.

preprint2014arXiv

Note on Soft Graviton theorem by KLT Relation

Recently, new soft graviton theorem proposed by Cachazo and Strominger has inspired a lot of works. In this note, we use the KLT-formula to investigate the theorem. We have shown how the soft behavior of color ordered Yang-Mills amplitudes can be combined with KLT relation to give the soft behavior of gravity amplitudes. As a byproduct, we find two nontrivial identities of the KLT momentum kernel must hold.

preprint2013arXiv

Analytic structure of one-loop coefficients

By the unitarity cut method, analytic expressions of one-loop coefficients have been given in spinor forms. In this paper, we present one-loop coefficients of various bases in Lorentz-invariant contraction forms of external momenta. Using these forms, the analytic structure of these coefficients becomes manifest. Firstly, coefficients of bases contain only second-type singularities while the first-type singularities are included inside scalar bases. Secondly, the highest degree of each singularity is correlated with the degree of the inner momentum in the numerator. Thirdly, the same singularities will appear in different coefficients, thus our explicit results could be used to provide a clear physical picture under various limits (such as soft or collinear limits) when combining contributions from all bases.

preprint2013arXiv

Note on Construction of Dual-trace Factor in Yang-Mills Theory

In this note we provide a new construction of BCJ dual-trace factor using the kinematic algebra proposed in arXiv:1105.2565 and arXiv:1212.6168. Different from the construction given in arXiv:1304.2978 based on the proposal of arXiv:1103.0312, the method used in this note exploits the adjoint representation of kinematic algebra and the use of inner product in dual space. The dual-trace factor defined in this way naturally satisfies cyclic symmetry condition but not KK-relation, just like the trace of U(N) Lie algebra satisfies cyclic symmetry condition, but not KK-relation. In other words the new construction naturally leads to formulation sharing more similarities with the color decomposition of Yang-Mills amplitude.

preprint2013arXiv

The classification of two-loop integrand basis in pure four-dimension

In this paper, we have made the attempt to classify the integrand basis of all two-loop diagrams in pure four-dimension space-time. Our classification includes the topology of two-loop diagrams which determines the structure of denominators, and the set of numerators under different kinematic configurations of external momenta by using Gröbner basis method. In our study, the variety defined by setting all propagators to on-shell has played an important role. We discuss the structure of variety and how it splits to various irreducible branches when external momenta at each corner of diagrams satisfy some special kinematic conditions. This information is crucial to the numerical or analytical fitting of coefficients for integrand basis in reduction process.

preprint2013arXiv

The Construction of Dual-trace Factor in Yang-Mills Theory

Recently, a BCJ dual of the color-ordered formula for Yang-Mills amplitude was proposed, where the dual-trace factor satisfies cyclic symmetry and KK-relation. In this paper, we present a systematic construction of the dual-trace factor based on its proposed relations to kinematic numerators in dual-DDM form. We show that the construction presented respects relabeling symmetry. In addition, we show that using relabeling symmetry as conditions, the same construction can be solved independently.

preprint2012arXiv

An algebraic approach to BCJ numerators

One important discovery in recent years is that the total amplitude of gauge theory can be written as BCJ form where kinematic numerators satisfy Jacobi identity. Although the existence of such kinematic numerators is no doubt, the simple and explicit construction is still an important problem. As a small step, in this note we provide an algebraic approach to construct these kinematic numerators. Under our Feynman-diagram-like construction, the Jacobi identity is manifestly satisfied. The corresponding color ordered amplitudes satisfy off-shell KK-relation and off-shell BCJ relation similar to the color ordered scalar theory. Using our construction, the dual DDM form is also established.

preprint2012arXiv

An Introduction to On-shell Recursion Relations

This article provides an introduction to on-shell recursion relations for calculations of tree-level amplitudes. Starting with the basics, such as spinor notations and color decompositions, we expose analytic properties of gauge-boson amplitudes, BCFW-deformations, the large $z$-behavior of amplitudes, and on-shell recursion relations of gluons. We discuss further developments of on-shell recursion relations, including generalization to other quantum field theories, supersymmetric theories in particular, recursion relations for off-shell currents, recursion relation with nonzero boundary contributions, bonus relations, relations for rational parts of one-loop amplitudes, recursion relations in 3D and a proof of CSW rules. Finally, we present samples of applications, including solutions of split helicity amplitudes and of N= 4 SYM theories, consequences of consistent conditions under recursion relation, Kleiss-Kuijf (KK) and Bern-Carrasco-Johansson (BCJ) relations for color-ordered gluon tree amplitudes, Kawai-Lewellen-Tye (KLT) relations.

preprint2012arXiv

Graphs, determinants and gravity amplitudes

We apply the matrix-tree theorem to establish a link between various diagrammatic and determinant expressions, which naturally appear in scattering amplitudes of gravity theories. Using this link we are able to give a general graph-theoretical formulation for the tree-level maximally-helicity-violated gravity amplitudes. Furthermore, we use the link to prove two identities for half-soft functions of gravity amplitudes. Finally we recast the diagrammatic formulation of one-loop rational part of $\mathcal{N}=4$ supergravity into a matrix form.

preprint2012arXiv

Magnetoelectric Effect in Strongly Magnetized Color Superconductivity

The effect of a strong magnetic field on the electric polarization of a three-flavor color superconducting medium is investigated. We found that the electric susceptibility of this strongly magnetized medium is highly anisotropic. In the direction transverse to the applied magnetic field the susceptibility reduces to that of the vacuum, while in the longitudinal direction it depends on the magnetic field and decreases with it. The nature of this behavior is associated with the field's dependence of the Cooper pairs' coherence length, which plays the role of the electric dipole length. The field's dependence of the electric polarization is interpreted as the realization of the magnetoelectric effect in cold-dense quark matter.

preprint2012arXiv

Note on Cyclic Sum and Combination Sum of Color-ordered Gluon Amplitudes

Continuing our previous study \cite{Du:2011se} of permutation sum of color ordered tree amplitudes of gluons, in this note, we prove the large-$z$ behavior of their cyclic sum and the combination of cyclic and permutation sums under BCFW deformation. Unlike the permutation sum, the study of cyclic sum and the combination of cyclic and permutation sums is much more difficult. By using the generalized Bern-Carrasco-Johansson (BCJ) relation, we have proved the boundary behavior of cyclic sum with nonadjacent BCFW deformation. The proof of cyclic sum with adjacent BCFW deformation is a little bit simpler, where only Kleiss-Kuijf (KK) relations are needed. Finally we have presented a new observation for partial-ordered permutation sum and applied it to prove the boundary behavior of combination sum with cyclic and permutation.

preprint2012arXiv

Photon Self-Energy and Electric Susceptibility in a Magnetized Three-flavor Color Superconductor

We study the photon self-energy for the in-medium photon in a three-flavor color superconductor in the presence of a magnetic field. At strong magnetic field, the quark dynamics becomes $(1+1)$-dimensional and the self-energy tensor only has longitudinal components. In this approximation there is no Debye or Meissner screenings at zero temperature, but the electric susceptibility is nonzero and highly anisotropic. In the direction transverse to the applied field, the electric susceptibility is the same as in vacuum, while in the longitudinal direction it depends on the magnitude of the magnetic field. Such a behavior is a realization in cold-dense QCD of the magnetoelectric effect, which was first discovered in condensed matter physics. The magnetic permeability remains equal to that in vacuum for both transverse and longitudinal components. We discuss the importance of the Pauli-Villars regularization to get meaningful physical results in the infrared limit of the polarization operator. We also find the covariant form of the polarization operator in the reduced (1+1)-D space of the lowest Landau level and proves its transversality.

preprint2012arXiv

Social Media and the Social Good: How Nonprofits Use Facebook to Communicate with the Public

In this study, we examine the social networking practices of the 100 largest nonprofit organizations in the United States. More specifically, we develop a comprehensive classification scheme to delineate these organizations' use of Facebook as a stakeholder engagement tool. We find that there are 5 primary categories of Facebook "statuses", which can be aggregated into three key dimensions - "information", "community", and "action". Our analysis reveals that, though the "informational" use of Facebook is still significant, nonprofit organizations are better at using Facebook to strategically engage their stakeholders via "dialogic" and "community-building" practices than they have been with traditional websites. The adoption of social media seems to have engendered new paradigms of public engagement.

preprint2011arXiv

BCJ Relation of Color Scalar Theory and KLT Relation of Gauge Theory

We present a field theoretical proof of the conjectured KLT relation which states that the full tree-level scattering amplitude of gluons can be written as a product of color-ordered amplitude of gluons and color-ordered amplitude of scalars with only cubic vertex. To give a proof we establish the KK relation and BCJ relation of color-ordered scalar amplitude using BCFW recursion relation with nonzero boundary contributions. As a byproduct, an off-shell version of fundamental BCJ relation is proved, which plays an important role in our work.

preprint2011arXiv

Boundary Contributions Using Fermion Pair Deformation

Continuing the study of boundary BCFW recursion relation of tree level amplitudes initiated in \cite{Feng:2009ei}, we consider boundary contributions coming from fermion pair deformation. We present the general strategy for these boundary contributions and demonstrate calculations using two examples, i.e, the standard QCD and deformed QCD with anomalous magnetic momentum coupling. As a by-product, we have extended BCFW recursion relation to off-shell gluon current, where because off-shell gluon current is not gauge invariant, a new feature must be cooperated.

preprint2011arXiv

Cooper Pair's Magnetic Moment in MCFL Color Superconductivity

We investigate the effect of the alignment of the magnetic moments of Cooper pairs of charged quarks that form at high density in three-flavor quark matter. The high density phase of this matter in the presence of a magnetic field is known to be the Magnetic Color-Flavor-Locked (MCFL) phase of color superconductivity. We derive the Fierz identities of the theory and show how the explicit breaking of the rotational symmetry by the uniform magnetic field field opens new channels of interactions and allows the formation of a new diquark condensate. The new order parameter is a spin-1 diquark condensate proportional to the component in the field direction of the average magnetic moment of the pairs of charged quarks. In the region of large fields, the new condensate's magnitude becomes comparable to the larger of the two scalar gaps. Since there is no solution of the gap equations with nonzero scalar gaps and zero value of this magnetic moment condensate, its presence in the MCFL phase is unavoidable. This is consistent with the fact that the extra condensate does not break any symmetry that has not already been broken by the known MCFL gaps. The spin-1 condensate enhances the condensation energy of pairs formed by charged quarks and the magnetization of the system. We discuss the possible consequences of the new order parameter on the issue of the chromomagnetic instability that appears in color superconductivity at moderate density.

preprint2011arXiv

Quantum Fluctuations of Vortex-Lattice State in Ultrafast Rotating Bose Gas

Quantum fluctuations in an ultrafast rotating Bose gas at zero temperature are investigated. We calculate the condensate density perturbatively to show that no condensate is present in the thermodynamic limit. The excitation from Gaussian fluctuations around the mean field solution causes infrared divergences in loop diagrams, nevertheless, in calculating the atom number density, the correlation functions and the free energy, we find the sum of the divergences in the same loop order vanishes and obtain finite physical quantities. The long-range correlation is explored and the algebraic decay exponent for the single-particle correlation function is obtained. The atom number density distribution is obtained at the one-loop level, which illustrates the quantum fluctuation effects to melt the mean field vortex-lattice. By the non-perturbative Gaussian variational method, we locate the spinodal point of the vortex-lattice state.

preprint2011arXiv

Relations of loop partial amplitudes in gauge theory by Unitarity cut method

It is well known that under the color-decomposition, one-loop amplitude of gluons contains partial amplitudes of single and double trace structures, and particularly all partial amplitudes of double trace structure can be expressed as a linear combination of partial amplitudes of single trace structure. Using unitarity cut method, we prove that this result is the natural consequence of tree-level Kleiss-Kuijf relation. Generalizing the unitarity cut method to two-loop (triple cut in this case), we show that, unlike the one-loop case, partial amplitudes of double and triple trace structures can not be expressed as a linear combination of partial amplitudes of leading-color single trace structure. For partial amplitudes of subleading-color single trace structure, we have shown a very nontrivial Kleiss-Kuijf relation for six and seven-point amplitudes, which is one new result of our paper and can not be obtained by U(1)-decoupling method. Mysteriously, when we consider the case of eight points, Kleiss-Kuijf relation must be modified for subleading-color single trace partial amplitudes.

preprint2011arXiv

Roots of Amplitudes

In a recent paper [arXiv:1106.0166], boundary contributions in BCFW recursion relations have been related to roots of amplitudes. In this paper, we make several analyses regarding to this problem. Firstly, we use different ways to re-derive boundary BCFW recursion relations given in [arXiv:1106.0166]. Secondly, we generalize factorization limits to z-dependent ones, where information of roots is more transparent. Then, we demon- strate our analysis with several examples. In general, relations from factorization limits cannot guarantee to find explicit expressions for roots.

preprint2010arXiv

A note on the boundary contribution with bad deformation in gauge theory

Motivated by recently progresses in the study of BCFW recursion relation with nonzero boundary contributions for theories with scalars and fermions\cite{Bofeng}, in this short note we continue the study of boundary contributions of gauge theory with the bad deformation. Unlike cases with scalars or fermions, it is hard to use Feynman diagrams directly to obtain boundary contributions, thus we propose another method based on the ${\cal N}=4$ SYM theory. Using this method, we are able to write down a useful on-shell recursion relation to calculate boundary contributions from related theories. Our result shows the cut-constructibility of gauge theory even with the bad deformation in some generalized sense.

preprint2010arXiv

A Proof of the Explicit Minimal-basis Expansion of Tree Amplitudes in Gauge Field Theory

In last couple years, an important relation (BCJ relation) between color-ordered tree-level scattering amplitudes of gauge theory has inspired many studies. This relation implies that the minimal basis for the color-ordered tree-level amplitudes is $(n-3)!$ and other amplitudes can be expanded into a particular chosen basis. In this paper we will prove the conjectured explicit minimal basis expansion. For this purpose we will write down general BCJ relation of gauge theory by taking the field theory limit of BCJ relation in string theory. Then we prove these general BCJ relations using BCFW on-shell recursion relation. Using these general BCJ relations, we prove the conjectured explicit minimal-basis expansion of gauge theory tree amplitudes inductively.

preprint2010arXiv

Cross Section Evaluation by Spinor Integration II: The massive case in 4D

In this paper, we continue our study of calculating the cross section by the spinor method, i.e., performing the phase space integration using the spinor method. We have focused on the case where the physical momenta are massive and in pure 4D. We established the framework of such a new method and presented several examples, including two real progresses: $Z^0\to l^+ l^- H$ and $\bar{qq} \to \bar{ff} H^0$.

preprint2010arXiv

Gauge Amplitude Identities by On-shell Recursion Relation in S-matrix Program

Using only the Britto-Cachazo-Feng-Witten(BCFW) on-shell recursion relation we prove color-order reversed relation, $U(1)$-decoupling relation, Kleiss-Kuijf(KK) relation and Bern-Carrasco-Johansson(BCJ) relation for color-ordered gauge amplitude in the framework of S-matrix program without relying on Lagrangian description. Our derivation is the first pure field theory proof of the new discovered BCJ identity, which substantially reduces the color ordered basis from $(n-2)!$ to $(n-3)!$. Our proof gives also its physical interpretation as the mysterious bonus relation with ${1\over z^2}$ behavior under suitable on-shell deformation for no adjacent pair.

preprint2010arXiv

KLT and New Relations for N=8 SUGRA and N=4 SYM

In this short note, we prove the supersymmetric Kawai-Lewellen-Tye (KLT) relations between N=8 supergravity (SUGRA) and N=4 super Yang-Mills (SYM) tree-level amplitudes in the frame of S-matrix program, especially we do not use string theory or the explicit Lagrangian form of corresponding theories. Our supersymmetric KLT relations naturally unify the non-supersymmetric KLT relations and newly discovered gauge theory identities and produce more identities for amplitudes involving scalars and fermions. We point out also that these newly discovered identities can be used to reduce helicity basis from (n-3)! further down.

preprint2010arXiv

Note on New KLT relations

In this short note, we present two results about KLT relations discussed in recent several papers. Our first result is the re-derivation of Mason-Skinner MHV amplitude by applying the S_{n-3} permutation symmetric KLT relations directly to MHV amplitude. Our second result is the equivalence proof of the newly discovered S_{n-2} permutation symmetric KLT relations and the well-known S_{n-3} permutation symmetric KLT relations. Although both formulas have been shown to be correct by BCFW recursion relations, our result is the first direct check using the regularized definition of the new formula.

preprint2010arXiv

On tree amplitudes with gluons coupled to gravitons

In this paper, we study the tree amplitudes with gluons coupled to gravitons. We first study the relations among the mixed amplitudes. With BCFW on-shell recursion relation, we will show the color-order reversed relation, $U(1)$-decoupling relation and KK relation hold for tree amplitudes with gluons coupled to gravitons. We then study the disk relation which expresses mixed amplitudes by pure gluon amplitudes. More specifically we will prove the disk relation for mixed amplitudes with gluons coupled to one graviton. Using the disk relation and the properties of pure gluon amplitudes, the color-order reversed relation, $U(1)$-decoupling relation and KK relation for mixed amplitudes can also be proved. Finally, we give some brief discussions on BCJ-like relation for mixed amplitudes.

preprint2009arXiv

BCFW Recursion Relation with Nonzero Boundary Contribution

The appearance of BCFW on-shell recursion relation has deepen our understanding of quantum field theory, especially the one with gauge boson and graviton. To be able to write the BCFW recursion relation, the knowledge of boundary contributions is needed. So far, most applications have been constrained to the cases where the boundary contribution is zero. In this paper, we show that for some theories, although there is no proper deformation to annihilate the boundary contribution, its effects can be analyzed in simple way, thus we do able to write down the BCFW recursion relation with boundary contributions. The examples we will present in this paper include the lambda-phi-four theory and Yukawa coupling between fermions and scalars.

preprint2009arXiv

Cross Section Evaluation by Spinor Integration I: The massless case in 4D

To get the total cross section of one interaction from its amplitude ${\cal M}$, one needs to integrate $|{\cal M}|^2$ over phase spaces of all out-going particles. Starting from this paper, we will propose a new method to perform such integrations, which is inspired by the reduced phase space integration of one-loop unitarity cut developed in the last few years. The new method reduces one constrained three-dimension momentum space integration to an one-dimensional integration, plus one possible Feynman parameter integration. There is no need to specify a reference framework in our calculation, since every step is manifestly Lorentz invariant by the new method. The current paper is the first paper of a series for the new method. Here we have exclusively focused on massless particles in 4D. There is no need to carve out a complicated integration region in the phase space for this particular simple case because the integration region is always simply $[0,1]$.

preprint2009arXiv

The Single Flavor Color Superconductivity in a Magnetic Field

We investigate the single flavor color superconductivity in a magnetic field. Because of the absence of the electromagnetic Meissner effect, forming a nonspherical CSC phase, polar, A or planar, does not cost energy of excluding magnetic flux. We found that these nonspherical phases do occupy a significant portion of the phase diagram with respect to magnetic field and temperature and may be implemented under the typical quark density and the magnetic field inside a compact star.

preprint2008arXiv

Angular Momentum Mixing in Single Flavor Color Superconductivity with Transverse Pairing

Because of the equal strength of the pairing potential mediated by one-gluon exchange for all partial waves to the leading order QCD running coupling constant and the nonlinearity of the gap equation, the non-spherical pairing in single flavor color superconductivity(CSC) can not be restricted in a single non-s-wave channel and the mixing among different angular momenta will occur. In this paper, we examine the angular momentum mixing in single flavor CSC with transverse pairing, in which the pairing quarks have opposite helicity. We find that the free energy of all non-spherical pairing states are lowered by angular momentum mixing compared with that contain p-wave only. But the amount of the free energy drop is numerically small. Consequently the most stable pairing state that respect the time reversal invariance remains the spherical CSL.

preprint2007arXiv

Unitarity cuts and reduction to master integrals in d dimensions for one-loop amplitudes

We present an alternative reduction to master integrals for one-loop amplitudes using a unitarity cut method in arbitrary dimensions. We carry out the reduction in two steps. The first step is a pure four-dimensional cut-integration of tree amplitudes with a mass parameter, and the second step is applying dimensional shift identities to master integrals. This reduction is performed at the integrand level, so that coefficients can be read out algebraically.

preprint2006arXiv

Counting BPS Operators in Gauge Theories: Quivers, Syzygies and Plethystics

We develop a systematic and efficient method of counting single-trace and multi-trace BPS operators with two supercharges, for world-volume gauge theories of $N$ D-brane probes for both $N \to \infty$ and finite $N$. The techniques are applicable to generic singularities, orbifold, toric, non-toric, complete intersections, et cetera, even to geometries whose precise field theory duals are not yet known. The so-called ``Plethystic Exponential'' provides a simple bridge between (1) the defining equation of the Calabi-Yau, (2) the generating function of single-trace BPS operators and (3) the generating function of multi-trace operators. Mathematically, fascinating and intricate inter-relations between gauge theory, algebraic geometry, combinatorics and number theory exhibit themselves in the form of plethystics and syzygies.

preprint2006arXiv

Scale dependence of the primordial spectrum from combining the three-year WMAP, Galaxy Clustering, Supernovae, and Lyman-alpha forests

We probe the scale dependence of the primordial spectrum in the light of the three-year WMAP (WMAP3) alone and WMAP3 in combination with the other cosmological observations such as galaxy clustering and Type Ia Supernova (SNIa). We pay particular attention to the combination with the Lyman $α$ (Ly$α$) forest. Different from the first-year WMAP (WMAP1), WMAP3's preference on the running of the scalar spectral index on the large scales is now fairly independent of the low CMB multipoles $\ell$. A combination with the galaxy power spectrum from the Sloan Digital Sky Survey (SDSS) prefers a negative running to larger than 2$σ$, regardless the presence of low $\ell$ CMB ($2\le \ell \le 23$) or not. On the other hand if we focus on the Power Law $Λ$CDM cosmology with only six parameters (matter density $Ω_m h^2$, baryon density $Ω_b h^2$, Hubble Constant $H_0$, optical depth $τ$, the spectral index, $n_s$, and the amplitude, $A_s$, of the scalar perturbation spectrum) when we drop the low $\ell$ CMB contributions WMAP3 is consistent with the Harrison-Zel'dovich-Peebles scale-invariant spectrum ($n_s=1$ and no tensor contributions) at $\sim 1σ$. When assuming a simple power law primordial spectral index or a constant running, in case one drops the low $\ell$ contributions ($2\le \ell \le 23$) WMAP3 is consistent with the other observations better, such as the inferred value of $σ_8$. We also find, using a spectral shape with a minimal extension of the running spectral index model, LUQAS$+$ CROFT Ly$α$ and SDSS Ly$α$ exhibit somewhat different preference on the spectral shape.

preprint2006arXiv

The Cut-Constructible Part of QCD Amplitudes

Unitarity cuts are widely used in analytic computation of loop amplitudes in gauge theories such as QCD. We expand upon the technique introduced in hep-ph/0503132 to carry out any finite unitarity cut integral. This technique naturally separates the contributions of bubble, triangle and box integrals in one-loop amplitudes and is not constrained to any particular helicity configurations. Loop momentum integration is reduced to a sequence of algebraic operations. We discuss the extraction of the residues at higher-order poles. Additionally, we offer concise algebraic formulas for expressing coefficients of three-mass triangle integrals. As an application, we compute all remaining coefficients of bubble and triangle integrals for nonsupersymmetric six-gluon amplitudes.

preprint2005arXiv

Detecting dark energy in long baseline neutrino oscillations

In this paper, we discuss a possibility of studying properties of dark energy in long baseline neutrino oscillation experiments. We consider two types of models of neutrino dark energy. For one type of models the scalar field is taken to be quintessence-like and for the other phantom-like. In these models the scalar fields couple to the neutrinos to give rise to a spatially varying neutrino masses. We will show that the two types of models predict different behaviors of the spatial variation of the neutrino masses inside Earth and consequently result in different signals in long baseline neutrino oscillation experiments.

preprint2005arXiv

Early Tracking Behavior in Small-field Quintessence Models

We study several quintessence models which are singular at Q=0, and use a simple initial constraint $Q_i\ge H_{inflation}/2π$ to see when they enter tracking regime, disregarding the details of inflation. We find it can give strong constraints for the inverse power-law potential $V=V_0Q^{-α}$, which has to enter tracking regime for ${\rm ln}z \sim 10$. While for the supergravity model $V=V_0Q^{-α}{\rm exp}(kQ^2/2)$, the constraint is much weakened. For another kind inverse power-law potential $V=V_0{\rm exp}(λ/Q)$, it exhibits no constraints.

preprint2005arXiv

Spontaneous Leptogenesis in Brans-Dicke Cosmology

The role of the auxiliary scalar field $ϕ$ of Brans-Dicke theory played in baryon number asymmetry is discussed in this paper. We consider a derivative coupling of this gravitational scalar field to the baryon current ${J^μ}_B$ or the current of the baryon number minus lepton number ${J^μ}_{B-L}$ based on a series of works of R. Morganstern about the Brans-Dicke cosmology. We find that the spontaneous baryogenesis by this coupling is capable to yield a sufficient baryon asymmetry $n_B/s\sim 10^{10} $ for the time of the grand unification is in a little advanced. In addition, Davoudiasl et al have recently introduced a new type of interaction between the Ricci scalar $R$ and the bayon current $J^μ$, $\partial_μR J^μ$ and also proposed a mechanism for baryogenesis, the gravitational baryogenesis. However, the Einstein equation tell us that $\dot{R}=0$ in the radiation-dominated epoch of the standard FRW cosmology. In this paper we reconsider the feasibility of having gravitational baryongenesis with such a form of interaction in radiation-filled Brans-Dicke cosmology. We will show that $\dot{R}$ does not vanish in this case and the required baryon number asymmetry can also be achieved.

preprint2004arXiv

Constraints on Oscillating Quintom from Supernova, Microwave Background and Galaxy Clustering

We consider in this paper a simple oscillating Quintom model of dark energy which has two free parameters and an equation of state oscillating and crossing -1. For low redshifts the equation of state of this model resembles itself similar to the linearly parameterized dark energy, however differ substantially at large redshifts. We fit our model to the observational data separately from the new high redshift supernova observations from the HST/GOODS program and previous supernova, CMB and galaxy clustering. Our results show that because of the oscillating feature of our model the constraints from observations at large redshifts such as CMB become less stringent.

preprint2004arXiv

Dark Energy Constraints from the Cosmic Age and Supernova

Using the low limit of cosmic ages from globular cluster and the white dwarfs: $t_0 > 12$Gyr, together with recent new high redshift supernova observations from the HST/GOODS program and previous supernova data, we give a considerable estimation of the equation of state for dark energy, with uniform priors as weak as $0.2<Ω_m<0.4$ or $0.1<Ω_m h^2<0.16$. We find cosmic age limit plays a significant role in lowering the upper bound on the variation amplitude of dark energy equation of state. We propose in this paper a new scenario of dark energy dubbed Quintom, which gives rise to the equation of state larger than -1 in the past and less than -1 today, satisfying current observations. In addition we've also considered the implications of recent X-ray gas mass fraction data on dark energy, which favors a negative running of the equation of state.

preprint2004arXiv

On Correspondences Between Toric Singularities and (p,q)-webs

We study four-dimensional N=1 gauge theories which arise from D3-brane probes of toric Calabi-Yau threefolds. There are some standing paradoxes in the literature regarding relations among (p,q)-webs, toric diagrams and various phases of the gauge theories, we resolve them by proposing and carefully distinguishing between two kinds of (p,q)-webs: toric and quiver (p,q)-webs. The former has a one to one correspondence with the toric diagram while the latter can correspond to multiple gauge theories. The key reason for this ambiguity is that a given quiver (p,q)-web can not capture non-chiral matter fields in the gauge theory. To support our claim we analyse families of theories emerging from partial resolution of Abelian orbifolds using the Inverse Algorithm of hep-th/0003085 as well as (p,q)-web techniques. We present complex inter-relations among these theories by Higgsing, blowups and brane splittings. We also point out subtleties involved in the ordering of legs in the (p,q) diagram.

preprint2004arXiv

Supersymmetric Gauge Theories with Flavors and Matrix Models

We present two results concerning the relation between poles and cuts by using the example of N=1 U(N_c) gauge theories with matter fields in the adjoint, fundamental and anti-fundamental representations. The first result is the on-shell possibility of poles, which are associated with flavors and on the second sheet of the Riemann surface, passing through the branch cut and getting to the first sheet. The second result is the generalization of hep-th/0311181 (Intriligator, Kraus, Ryzhov, Shigemori, and Vafa) to include flavors. We clarify when there are closed cuts and how to reproduce the results of the strong coupling analysis by matrix model, by setting the glueball field to zero from the beginning. We also make remarks on the possible stringy explanations of the results and on generalization to SO(N_c) and USp(2N_c) gauge groups.

preprint2003arXiv

Deformed Superspace, N=1/2 Supersymmetry and (Non)Renormalization Theorems

We consider a deformed superspace in which the coordinates θdo not anticommute, but satisfy a Clifford algebra. We present results on the properties of N=1/2 supersymmetric theories of chiral superfields in deformed superspace, taking the Wess-Zumino model as the prototype. We prove new (non)renormalization theorems: the F-term is radiatively corrected and becomes indistinguishable from the D-term, while the Fbar-term is not renormalized. Supersymmetric vacua are critical points of the antiholomorphic superpotential. The vacuum energy is zero to all orders in perturbation theory. We illustrate these results with several examples.

preprint2003arXiv

Geometric Dual and Matrix Theory for $SO/Sp$ Gauge Theories

In this paper, we give a proof of the equivalence of ${\cal N}=1$ $SO/Sp$ gauge theories deformed from ${\cal N}=2$ by the superpotential of adjoint field $Φ$, the dual type IIB superstring theory on CY threefold geometries with fluxes and orientifold action after geometric transition. Furthermore, by relating the geometric picture to the matrix model, we show the equivalence between the field theory and the corresponding matrix model.

preprint2003arXiv

Non(anti)commutative Superspace, UV/IR Mixing & Open Wilson Lines

We study quantum aspects of field theories defined on N=1/2 superspace, where both bosonic and fermionic coordinates are made non(anti)commutative. We compute the one-loop effective superpotential, and we find that planar and nonplanar contributions exhibit markedly different behavior. Planar diagrams yield an effective superpotential proportional to N_c Φ\log Φ. For nonplanar diagrams, we show that ultraviolet-infrared mixing takes place and explain why some nonplanar diagrams are ultraviolet-divergent when bosonic noncommutativity is turned off. Each nonplanar diagram is not expressible as a star product of background fields, but, once resummed appropriately, they are expressed as a star product involving open Wilson lines in superspace. The open Wilson lines are responsible for ultraviolet-infrared mixing. We comment on an intriguing relation of our result to the Dijkgraaf-Vafa correspondence between gauge theories and matrix models.

preprint2003arXiv

Note on Matrix Model with Massless Flavors

In this note, following the work of Seiberg in hep-th/0211234 for the conjecture between the field theory and matrix model in the case with massive fundamental flavors, we generalize it to the case with massless fundamental flavors. We show that with a little modifications, the analysis given by Seiberg can be used directly to the case of massless flavors. Furthermore, this new method explains the insertion of delta functions in the matrix model given by Demasure and Janik in hep-th/0211082.

preprint2003arXiv

Phases of N=1 SO(N_c) Gauge Theories with Flavors

We studied the phase structures of ${\cal N}=1$ supersymmetric $SO(N_c)$ gauge theory with $N_f$ flavors in the vector representation as we deformed the ${\cal N}=2$ supersymmetric QCD by adding the superpotential of arbitrary polynomial for the adjoint chiral scalar field. Using weak and strong coupling analyses, we determined the most general factorization forms for various breaking patterns. We observed all kinds of smooth transitions for quartic superpotential.

preprint2003arXiv

Suppressing CMB Quadrupole with a Bounce from Contracting Phase to Inflation

Recent released WMAP data show a low value of quadrupole in the CMB temperature fluctuations, which confirms the early observations by COBE. In this paper, a scenario, in which a contracting phase is followed by an inflationary phase, is constructed. We calculate the perturbation spectrum and show that this scenario can provide a reasonable explanation for lower CMB anisotropies on large angular scales.

preprint2002arXiv

Multi-Trace Superpotentials vs. Matrix Models

We consider N = 1 supersymmetric U(N) field theories in four dimensions with adjoint chiral matter and a multi-trace tree-level superpotential. We show that the computation of the effective action as a function of the glueball superfield localizes to computing matrix integrals. Unlike the single-trace case, holomorphy and symmetries do not forbid non-planar contributions. Nevertheless, only a special subset of the planar diagrams contributes to the exact result. Some of the data of this subset can be computed from the large-N limit of an associated multi-trace Matrix model. However, the prescription differs in important respects from that of Dijkgraaf and Vafa for single-trace superpotentials in that the field theory effective action is not the derivative of a multi-trace matrix model free energy. The basic subtlety involves the correct identification of the field theory glueball as a variable in the Matrix model, as we show via an auxiliary construction involving a single-trace matrix model with additional singlet fields which are integrated out to compute the multi-trace results. Along the way we also describe a general technique for computing the large-N limits of multi-trace Matrix models and raise the challenge of finding the field theories whose effective actions they may compute. Since our models can be treated as N = 1 deformations of pure N =2 gauge theory, we show that the effective superpotential that we compute also follows from the N = 2 Seiberg-Witten solution. Finally, we observe an interesting connection between multi-trace local theories and non-local field theory.

preprint2002arXiv

The Splitting of Branes on Orientifold Planes

Continuing the study in hep-th/0004092 and hep-th/0004092, we investigate a non-trivial string dynamical process related to orientifold planes, i.e., the splitting of physical NS-branes and D(p+2)-branes on orientifold Op-planes. Creation or annihilation of physical Dp-branes usually accompanies the splitting process. In the particular case p=4, we use Seiberg-Witten curves as an independent method to check the results.

preprint2002arXiv

Unhiggsing the del Pezzo

We develop an unhiggsing procedure for finding the D-brane probe world volume gauge theory for blowups of geometries whose gauge theory data are known. As specific applications we unhiggs the well-studied theories for the cone over the third del Pezzo surface. We arrive at what we call pseudo del Pezzos and these will constitute a first step toward the understanding of higher, non toric del Pezzos. Moreover, our methods and results give further support for toric duality as well as obtaining superpotentials from global symmetry considerations.

preprint2001arXiv

Discrete Torsion, Covering Groups and Quiver Diagrams

Without recourse to the sophisticated machinery of twisted group algebras, projective character tables and explicit values of 2-cocycles, we here present a simple algorithm to study the gauge theory data of D-brane probes on a generic orbifold G with discrete torsion turned on. We show in particular that the gauge theory can be obtained with the knowledge of no more than the ordinary character tables of G and its covering group G*. Subsequently we present the quiver diagrams of certain illustrative examples of SU(3)-orbifolds which have non-trivial Schur Multipliers. The paper serves as a companion to our earlier work (arXiv:hep-th/0010023) and aims to initiate a systematic and computationally convenient study of discrete torsion.

preprint2001arXiv

Phase Structure of D-brane Gauge Theories and Toric Duality

Harnessing the unimodular degree of freedom in the definition of any toric diagram, we present a method of constructing inequivalent gauge theories which are world-volume theories of D-branes probing the same toric singularity. These theories are various phases in partial resolution of Abelian orbifolds. As examples, two phases are constructed for both the zeroth Hirzebruch and the second del Pezzo surfaces. We show that such a phenomenon is a special case of ``Toric Duality'' proposed in hep-th/0003085. Furthermore, we investigate the general conditions that distinguish these different gauge theories with the same (toric) moduli space.

preprint2000arXiv

D-Brane Gauge Theories from Toric Singularities and Toric Duality

Via partial resolution of Abelian orbifolds we present an algorithm for extracting a consistent set of gauge theory data for an arbitrary toric variety whose singularity a D-brane probes. As illustrative examples, we tabulate the matter content and superpotential for a D-brane living on the toric del Pezzo surfaces as well as the zeroth Hirzebruch surface. Moreover, we discuss the non-uniqueness of the general problem and present examples of vastly different theories whose moduli spaces are described by the same toric data. Our methods provide new tools for calculating gauge theories which flow to the same universality class in the IR. We shall call it ``Toric Duality.''

preprint2000arXiv

Discrete Torsion, Non-Abelian Orbifolds and the Schur Multiplier

Armed with the explicit computation of Schur Multipliers, we offer a classification of SU(n) orbifolds for n = 2,3,4 which permit the turning on of discrete torsion. This is in response to the host of activity lately in vogue on the application of discrete torsion to D-brane orbifold theories. As a by-product, we find a hitherto unknown class of N = 1 orbifolds with non-cyclic discrete torsion group. Furthermore, we supplement the status quo ante by investigating a first example of a non-Abelian orbifold admitting discrete torsion, namely the ordinary dihedral group as a subgroup of SU(3). A comparison of the quiver theory thereof with that of its covering group, the binary dihedral group, without discrete torsion, is also performed.

preprint2000arXiv

Mirror symmetry by O3-planes

We construct the three dimensional mirror theory of SO(2k) and SO(2k+1) gauge groups by using O3-planes. An essential ingredient in constructing the mirror is the splitting of a physical brane (NS-brane or D5-brane) on O3-planes. In particular, matching the dimensions of moduli spaces of mirror pair (for example, the SO(2k+1) and its mirror) there is a D3-brane creation or annihilation accompanying the splitting. This novel dynamical process gives a nontrivial prediction for strongly coupled field theories, which will be very interesting to check by Seiberg-Witten curves. Furthermore, applying the same idea, we revisit the mirror theory of Sp(k) gauge group and find new mirrors which differ from previously known results. Our new result for Sp(k) gives another example to a previously observed fact, which shows that different theories can be mirror to the same theory. We also discussed the phenomena such as "hidden FI-parameters" when the number of flavors and the rank of the gauge group satisfy certain relations, ``incomplete Higgsing'' for the mirror of SO(2k+1) and the ``hidden global symmetry''. After discussing the mirror for a single Sp or SO gauge group, we extend the study to a product of two gauge groups in two different models, namely the elliptic and the non-elliptic models.

preprint1999arXiv

The $Z_k \times D_{k'}$ Brane Box Model

An example of a non-Abelian Brane Box Model, namely one corresponding to a $Z_k \times D_{k'}$ orbifold singularity of $\C^3$, is constructed. Its self-consistency and hence equivalence to geometrical methods are subsequently shown. It is demonstrated how a group-theoretic twist of the non-Abelian group circumvents the problem of inconsistency that arise from na\"ıve attempts at the construction.

preprint1999arXiv

Z-D Brane Box Models and Non-Chiral Dihedral Quivers

Generalising ideas of an earlier work \cite{Bo-Han}, we address the problem of constructing Brane Box Models of what we call the Z-D Type from a new point of view, so as to establish the complete correspondence between these brane setups and orbifold singularities of the non-Abelian G generated by Z_k and D_d under certain group-theoretic constraints to which we refer as the BBM conditions. Moreover, we present a new class of ${\cal N}=1$ quiver theories of the ordinary dihedral group d_k as well as the ordinary exceptionals E_{6,7,8} which have non-chiral matter content and discuss issues related to brane setups thereof.