WorldWideScience

Sample records for string matching called

  1. Optimal Packed String Matching

    DEFF Research Database (Denmark)

    Ben-Kiki, Oren; Bille, Philip; Breslauer, Dany

    2011-01-01

    In the packed string matching problem, each machine word accommodates – characters, thus an n-character text occupies n/– memory words. We extend the Crochemore-Perrin constantspace O(n)-time string matching algorithm to run in optimal O(n/–) time and even in real-time, achieving a factor – speed...

  2. Pattern recognition and string matching

    CERN Document Server

    Cheng, Xiuzhen

    2002-01-01

    The research and development of pattern recognition have proven to be of importance in science, technology, and human activity. Many useful concepts and tools from different disciplines have been employed in pattern recognition. Among them is string matching, which receives much theoretical and practical attention. String matching is also an important topic in combinatorial optimization. This book is devoted to recent advances in pattern recognition and string matching. It consists of twenty eight chapters written by different authors, addressing a broad range of topics such as those from classifica­ tion, matching, mining, feature selection, and applications. Each chapter is self-contained, and presents either novel methodological approaches or applications of existing theories and techniques. The aim, intent, and motivation for publishing this book is to pro­ vide a reference tool for the increasing number of readers who depend upon pattern recognition or string matching in some way. This includes student...

  3. Techniques Used in String Matching for Network Security

    OpenAIRE

    Jamuna Bhandari

    2014-01-01

    String matching also known as pattern matching is one of primary concept for network security. In this area the effectiveness and efficiency of string matching algorithms is important for applications in network security such as network intrusion detection, virus detection, signature matching and web content filtering system. This paper presents brief review on some of string matching techniques used for network security.

  4. Towards optimal packed string matching

    DEFF Research Database (Denmark)

    Ben-Kiki, Oren; Bille, Philip; Breslauer, Dany

    2014-01-01

    -size string-matching instruction wssm is available in contemporary commodity processors. The other word-size maximum-suffix instruction wslm is only required during the pattern pre-processing. Benchmarks show that our solution can be efficiently implemented, unlike some prior theoretical packed string...

  5. Experiences with string matching on the Fermi Architecture

    Energy Technology Data Exchange (ETDEWEB)

    Tumeo, Antonino; Secchi, Simone; Villa, Oreste

    2011-02-25

    String matching is at the core of many real-world applications, such as security, bioinformatic, data mining. All these applications requires the ability to match always growing data sets against large dictionaries effectively, fastly and possibly in real time. Unfortunately, string matching is a computationally intensive procedure which poses significant challenges on current software and hardware implementations. Graphic Processing Units (GPU) have become an interesting target for such high-throughput applications, but the algorithms and the data structures need to be redesigned to be parallelized and adapted to the underlining hardware, coping with the limitations imposed by these architectures. In this paper we present an efficient implementation of the Aho-Corasick string matching algorithm on GPU, showing how we progressively redesigned the algorithm and the data structures to fit on the architecture. We then evaluate the implementation on single and multiple Tesla C2050 (T20 ``Fermi'' based) boards, comparing them to the previous Tesla C1060 (T10 based) solutions and equivalent multicore implementations on x86 CPUs. We discuss the various tradeoffs of the different architectures.

  6. Improved algorithms for approximate string matching (extended abstract

    Directory of Open Access Journals (Sweden)

    Papamichail Georgios

    2009-01-01

    Full Text Available Abstract Background The problem of approximate string matching is important in many different areas such as computational biology, text processing and pattern recognition. A great effort has been made to design efficient algorithms addressing several variants of the problem, including comparison of two strings, approximate pattern identification in a string or calculation of the longest common subsequence that two strings share. Results We designed an output sensitive algorithm solving the edit distance problem between two strings of lengths n and m respectively in time O((s - |n - m|·min(m, n, s + m + n and linear space, where s is the edit distance between the two strings. This worst-case time bound sets the quadratic factor of the algorithm independent of the longest string length and improves existing theoretical bounds for this problem. The implementation of our algorithm also excels in practice, especially in cases where the two strings compared differ significantly in length. Conclusion We have provided the design, analysis and implementation of a new algorithm for calculating the edit distance of two strings with both theoretical and practical implications. Source code of our algorithm is available online.

  7. Efficient Aho-Corasick String Matching on Emerging Multicore Architectures

    Energy Technology Data Exchange (ETDEWEB)

    Tumeo, Antonino; Villa, Oreste; Secchi, Simone; Chavarría-Miranda, Daniel

    2013-12-12

    String matching algorithms are critical to several scientific fields. Beside text processing and databases, emerging applications such as DNA protein sequence analysis, data mining, information security software, antivirus, ma- chine learning, all exploit string matching algorithms [3]. All these applica- tions usually process large quantity of textual data, require high performance and/or predictable execution times. Among all the string matching algorithms, one of the most studied, especially for text processing and security applica- tions, is the Aho-Corasick algorithm. 1 2 Book title goes here Aho-Corasick is an exact, multi-pattern string matching algorithm which performs the search in a time linearly proportional to the length of the input text independently from pattern set size. However, depending on the imple- mentation, when the number of patterns increase, the memory occupation may raise drastically. In turn, this can lead to significant variability in the performance, due to the memory access times and the caching effects. This is a significant concern for many mission critical applications and modern high performance architectures. For example, security applications such as Network Intrusion Detection Systems (NIDS), must be able to scan network traffic against very large dictionaries in real time. Modern Ethernet links reach up to 10 Gbps, and malicious threats are already well over 1 million, and expo- nentially growing [28]. When performing the search, a NIDS should not slow down the network, or let network packets pass unchecked. Nevertheless, on the current state-of-the-art cache based processors, there may be a large per- formance variability when dealing with big dictionaries and inputs that have different frequencies of matching patterns. In particular, when few patterns are matched and they are all in the cache, the procedure is fast. Instead, when they are not in the cache, often because many patterns are matched and the caches are

  8. Keylogger Application to Monitoring Users Activity with Exact String Matching Algorithm

    Science.gov (United States)

    Rahim, Robbi; Nurdiyanto, Heri; Saleh A, Ansari; Abdullah, Dahlan; Hartama, Dedy; Napitupulu, Darmawan

    2018-01-01

    The development of technology is very fast, especially in the field of Internet technology that at any time experiencing significant changes, The development also supported by the ability of human resources, Keylogger is a tool that most developed because this application is very rarely recognized a malicious program by antivirus, keylogger will record all activities related to keystrokes, the recording process is accomplished by using string matching method. The application of string matching method in the process of recording the keyboard is to help the admin in knowing what the user accessed on the computer.

  9. A parallel approximate string matching under Levenshtein distance on graphics processing units using warp-shuffle operations.

    Directory of Open Access Journals (Sweden)

    ThienLuan Ho

    Full Text Available Approximate string matching with k-differences has a number of practical applications, ranging from pattern recognition to computational biology. This paper proposes an efficient memory-access algorithm for parallel approximate string matching with k-differences on Graphics Processing Units (GPUs. In the proposed algorithm, all threads in the same GPUs warp share data using warp-shuffle operation instead of accessing the shared memory. Moreover, we implement the proposed algorithm by exploiting the memory structure of GPUs to optimize its performance. Experiment results for real DNA packages revealed that the performance of the proposed algorithm and its implementation archived up to 122.64 and 1.53 times compared to that of sequential algorithm on CPU and previous parallel approximate string matching algorithm on GPUs, respectively.

  10. GPU Based N-Gram String Matching Algorithm with Score Table Approach for String Searching in Many Documents

    Science.gov (United States)

    Srinivasa, K. G.; Shree Devi, B. N.

    2017-10-01

    String searching in documents has become a tedious task with the evolution of Big Data. Generation of large data sets demand for a high performance search algorithm in areas such as text mining, information retrieval and many others. The popularity of GPU's for general purpose computing has been increasing for various applications. Therefore it is of great interest to exploit the thread feature of a GPU to provide a high performance search algorithm. This paper proposes an optimized new approach to N-gram model for string search in a number of lengthy documents and its GPU implementation. The algorithm exploits GPGPUs for searching strings in many documents employing character level N-gram matching with parallel Score Table approach and search using CUDA API. The new approach of Score table used for frequency storage of N-grams in a document, makes the search independent of the document's length and allows faster access to the frequency values, thus decreasing the search complexity. The extensive thread feature in a GPU has been exploited to enable parallel pre-processing of trigrams in a document for Score Table creation and parallel search in huge number of documents, thus speeding up the whole search process even for a large pattern size. Experiments were carried out for many documents of varied length and search strings from the standard Lorem Ipsum text on NVIDIA's GeForce GT 540M GPU with 96 cores. Results prove that the parallel approach for Score Table creation and searching gives a good speed up than the same approach executed serially.

  11. Fast Searching in Packed Strings

    DEFF Research Database (Denmark)

    Bille, Philip

    2009-01-01

    Given strings P and Q the (exact) string matching problem is to find all positions of substrings in Q matching P. The classical Knuth-Morris-Pratt algorithm [SIAM J. Comput., 1977] solves the string matching problem in linear time which is optimal if we can only read one character at the time....... However, most strings are stored in a computer in a packed representation with several characters in a single word, giving us the opportunity to read multiple characters simultaneously. In this paper we study the worst-case complexity of string matching on strings given in packed representation. Let m...... word-RAM with logarithmic word size we present an algorithm using time O(n/log(sigma) n + m + occ) Here occ is the number of occurrences of P in Q. For m = o(n) this improves the O(n) bound...

  12. Cache Locality-Centric Parallel String Matching on Many-Core Accelerator Chips

    OpenAIRE

    Tran, Nhat-Phuong; Lee, Myungho; Choi, Dong Hoon

    2015-01-01

    Aho-Corasick (AC) algorithm is a multiple patterns string matching algorithm commonly used in computer and network security and bioinformatics, among many others. In order to meet the highly demanding computational requirements imposed on these applications, achieving high performance for the AC algorithm is crucial. In this paper, we present a high performance parallelization of the AC on the many-core accelerator chips such as the Graphic Processing Unit (GPU) from Nvidia and...

  13. Fast searching in packed strings

    DEFF Research Database (Denmark)

    Bille, Philip

    2011-01-01

    Given strings P and Q the (exact) string matching problem is to find all positions of substrings in Q matching P. The classical Knuth–Morris–Pratt algorithm [SIAM J. Comput. 6 (2) (1977) 323–350] solves the string matching problem in linear time which is optimal if we can only read one character...... at the time. However, most strings are stored in a computer in a packed representation with several characters in a single word, giving us the opportunity to read multiple characters simultaneously. In this paper we study the worst-case complexity of string matching on strings given in packed representation....... Let m⩽n be the lengths P and Q, respectively, and let σ denote the size of the alphabet. On a standard unit-cost word-RAM with logarithmic word size we present an algorithm using timeO(nlogσn+m+occ). Here occ is the number of occurrences of P in Q. For m=o(n) this improves the O(n) bound of the Knuth...

  14. A multi-pattern hash-binary hybrid algorithm for URL matching in the HTTP protocol.

    Directory of Open Access Journals (Sweden)

    Ping Zeng

    Full Text Available In this paper, based on our previous multi-pattern uniform resource locator (URL binary-matching algorithm called HEM, we propose an improved multi-pattern matching algorithm called MH that is based on hash tables and binary tables. The MH algorithm can be applied to the fields of network security, data analysis, load balancing, cloud robotic communications, and so on-all of which require string matching from a fixed starting position. Our approach effectively solves the performance problems of the classical multi-pattern matching algorithms. This paper explores ways to improve string matching performance under the HTTP protocol by using a hash method combined with a binary method that transforms the symbol-space matching problem into a digital-space numerical-size comparison and hashing problem. The MH approach has a fast matching speed, requires little memory, performs better than both the classical algorithms and HEM for matching fields in an HTTP stream, and it has great promise for use in real-world applications.

  15. On the elliptic genus of three E-strings and heterotic strings

    International Nuclear Information System (INIS)

    Cai, Wenhe; Huang, Min-xin; Sun, Kaiwen

    2015-01-01

    A precise formula for the elliptic genus of three E-strings is presented. The related refined free energy coincides with the result calculated from topological string on local half K3 Calabi-Yau threefold up to genus twelve. The elliptic genus of three heterotic strings computed from M9 domain walls matches with the result from orbifold formula to high orders. This confirms the n=3 case of the recent conjecture that n pairs of E-strings can recombine into n heterotic strings.

  16. Career Path Suggestion using String Matching and Decision Trees

    Science.gov (United States)

    Nagpal, Akshay; P. Panda, Supriya

    2015-05-01

    High school and college graduates seemingly are often battling for the courses they should major in order to achieve their target career. In this paper, we worked on suggesting a career path to a graduate to reach his/her dream career given the current educational status. Firstly, we collected the career data of professionals and academicians from various career fields and compiled the data set by using the necessary information from the data. Further, this was used as the basis to suggest the most appropriate career path for the person given his/her current educational status. Decision trees and string matching algorithms were employed to suggest the appropriate career path for a person. Finally, an analysis of the result has been done directing to further improvements in the model.

  17. String matching with variable length gaps

    DEFF Research Database (Denmark)

    Bille, Philip; Gørtz, Inge Li; Vildhøj, Hjalte Wedel

    2012-01-01

    primitive in computational biology applications. Let m and n be the lengths of P and T, respectively, and let k be the number of strings in P. We present a new algorithm achieving time O(nlogk+m+α) and space O(m+A), where A is the sum of the lower bounds of the lengths of the gaps in P and α is the total...... number of occurrences of the strings in P within T. Compared to the previous results this bound essentially achieves the best known time and space complexities simultaneously. Consequently, our algorithm obtains the best known bounds for almost all combinations of m, n, k, A, and α. Our algorithm...

  18. Geometric derivation of string field theory from first principles: Closed strings and modular invariance

    International Nuclear Information System (INIS)

    Kaku, M.

    1988-01-01

    We present an entirely new approach to closed-string field theory, called Igeometric string field theory R, which avoids the complications found in Becchi-Rouet-Stora-Tyutin string field theory (e.g., ghost counting, infinite overcounting of diagrams, midpoints, lack of modular invariance). Following the analogy with general relativity and Yang-Mills theory, we define a new infinite-dimensional local gauge group, called the unified string group, which uniquely specifies the connection fields, the curvature tensor, the measure and tensor calculus, and finally the action itself. Geometric field theory, when gauge fixed, yields an entirely new class of gauges called the interpolating gauge which allows us to smoothly interpolate between the midpoint gauge and the end-point gauge (''covariantized light-cone gauge''). We can show that geometric string field theory reproduces one copy of the Shapiro-Virasoro model. Surprisingly, after the gauge is broken, a new Iclosed four-string interactionR emerges as the counterpart of the instantaneous four-fermion Coulomb term in QED. This term restores modular invariance and precisely fills the missing region of the complex plane

  19. Deriving the four-string and open-closed string interactions from geometric string field theory

    International Nuclear Information System (INIS)

    Kaku, M.

    1990-01-01

    One of the questions concerning the covariant open string field theory is why there are two distinct BRST theories and why the four-string interaction appears in one version but not the other. The authors solve this mystery by showing that both theories are gauge-fixed versions of a higher gauge theory, called the geometric string field theory, with a new field, a string verbein e μσ νρ , which allows us to gauge the string length and σ parametrization. By fixing the gauge, the authors can derive the endpoint gauge (the covariantized light cone gauge), the midpoint gauge of Witten, or the interpolating gauge with arbitrary string length. The authors show explicitly that the four-string interaction is a gauge artifact of the geometric theory (the counterpart of the four-fermion instantaneous Coulomb term of QED). By choosing the interpolating gauge, they produce a new class of four-string interactions which smoothly interpolate between the endpoint gauge and the midpoint gauge (where it vanishes). Similarly, they can extract the closed string as a bound state of the open string, which appears in the endpoint gauge but vanishes in the midpoint gauge. Thus, the four-string and open-closed string interactions do not have to be added to the action as long as the string vierbein is included

  20. Fast Partial Evaluation of Pattern Matching in Strings

    DEFF Research Database (Denmark)

    Ager, Mads Sig; Danvy, Olivier; Rohde, Henning Korsholm

    2003-01-01

    We show how to obtain all of Knuth, Morris, and Pratt's linear-time string matcher by partial evaluation of a quadratic-time string matcher with respect to a pattern string. Although it has been known for 15 years how to obtain this linear matcher by partial evaluation of a quadratic one, how...... to obtain it in linear time has remained an open problem.Obtaining a linear matcher by partial evaluation of a quadratic one is achieved by performing its backtracking at specialization time and memoizing its results. We show (1) how to rewrite the source matcher such that its static intermediate...... computations can be shared at specialization time and (2) how to extend the memoization capabilities of a partial evaluator to static functions. Such an extended partial evaluator, if its memoization is implemented efficiently, specializes the rewritten source matcher in linear time....

  1. Fast Partial Evaluation of Pattern Matching in Strings

    DEFF Research Database (Denmark)

    Ager, Mads Sig; Danvy, Olivier; Rohde, Henning Korsholm

    2006-01-01

    We show how to obtain all of Knuth, Morris, and Pratt's linear-time string matcher by specializing a quadratic-time string matcher with respect to a pattern string. Although it has been known for 15 years how to obtain this linear matcher by partial evaluation of a quadratic one, how to obtain...... it in linear time has remained an open problem. Obtaining a linear matcher by partial evaluation of a quadratic one is achieved by performing its backtracking at specialization time and memoizing its results. We show (1) how to rewrite the source matcher such that its static intermediate computations can...... be shared at specialization time and (2) how to extend the memoization capabilities of a partial evaluator to static functions. Such an extended partial evaluator, if its memoization is implemented efficiently, specializes the rewritten source matcher in linear time. Finally, we show that the method also...

  2. Fast Partial Evaluation of Pattern Matching in Strings

    DEFF Research Database (Denmark)

    Ager, Mads Sig; Danvy, Olivier; Rohde, Henning Korsholm

    2003-01-01

    We show how to obtain all of Knuth, Morris, and Pratt's linear-time string matcher by specializing a quadratic-time string matcher with respect to a pattern string. Although it has been known for 15 years how to obtain this linear matcher by partial evaluation of a quadratic one, how to obtain...... it in linear time has remained an open problem. Obtaining a linear matcher by partial evaluation of a quadratic one is achieved by performing its backtracking at specialization time and memoizing its results. We show (1) how to rewrite the source matcher such that its static intermediate computations can...... be shared at specialization time and (2) how to extend the memoization capabilities of a partial evaluator to static functions. Such an extended partial evaluator, if its memoization is implemented efficiently, specializes the rewritten source matcher in linear time. Finally, we show that the method also...

  3. Accelerating String Set Matching in FPGA Hardware for Bioinformatics Research

    Directory of Open Access Journals (Sweden)

    Burgess Shane C

    2008-04-01

    Full Text Available Abstract Background This paper describes techniques for accelerating the performance of the string set matching problem with particular emphasis on applications in computational proteomics. The process of matching peptide sequences against a genome translated in six reading frames is part of a proteogenomic mapping pipeline that is used as a case-study. The Aho-Corasick algorithm is adapted for execution in field programmable gate array (FPGA devices in a manner that optimizes space and performance. In this approach, the traditional Aho-Corasick finite state machine (FSM is split into smaller FSMs, operating in parallel, each of which matches up to 20 peptides in the input translated genome. Each of the smaller FSMs is further divided into five simpler FSMs such that each simple FSM operates on a single bit position in the input (five bits are sufficient for representing all amino acids and special symbols in protein sequences. Results This bit-split organization of the Aho-Corasick implementation enables efficient utilization of the limited random access memory (RAM resources available in typical FPGAs. The use of on-chip RAM as opposed to FPGA logic resources for FSM implementation also enables rapid reconfiguration of the FPGA without the place and routing delays associated with complex digital designs. Conclusion Experimental results show storage efficiencies of over 80% for several data sets. Furthermore, the FPGA implementation executing at 100 MHz is nearly 20 times faster than an implementation of the traditional Aho-Corasick algorithm executing on a 2.67 GHz workstation.

  4. Cosmic strings

    International Nuclear Information System (INIS)

    Bennett, D.P.

    1988-07-01

    Cosmic strings are linear topological defects that are predicted by some grand unified theories to form during a spontaneous symmetry breaking phase transition in the early universe. They are the basis for the only theories of galaxy formation aside from quantum fluctuations from inflation that are based on fundamental physics. In contrast to inflation, they can also be observed directly through gravitational lensing and their characteristic microwave background anistropy. It has recently been discovered by F. Bouchet and myself that details of cosmic string evolution are very different from the so-called ''standard model'' that has been assumed in most of the string induced galaxy formation calculations. Therefore, the details of galaxy formation in the cosmic string models are currently very uncertain. 29 refs., 9 figs

  5. Effects of international football matches on ambulance call profiles and volumes during the 2006 World Cup.

    Science.gov (United States)

    Deakin, Charles D; Thompson, Fizz; Gibson, Caroline; Green, Mark

    2007-06-01

    Prompt ambulance attendance is aimed at improving patient care. With finite resources struggling to meet performance targets, unforeseen demand precludes the ability to tailor resources to cope with increased call volumes, and can have a marked detrimental effect on performance and hence patient care. The effects of the 2006 World Cup football matches on call volumes and profiles were analysed to understand how public events can influence demands on the ambulance service. All emergency calls to the Hampshire Ambulance Service NHS Trust (currently the Hampshire Division of South Central Ambulance Service, Winchester, UK) during the first weekend of the 2006 World Cup football matches were analysed by call volume and classification of call (call type). On the day of the first football match, call volume was over 50% higher than that on a typical Saturday, with distinct peaks before and after the inaugural match. Call profile analysis showed increases in alcohol-related emergencies, including collapse, unconsciousness, assault and road traffic accidents. The increase in assaults was particularly marked at the end of each match and increased again into the late evening. A detailed mapping of call volumes and profiles during the World Cup football shows a significant increase in overall emergency calls, mostly alcohol related. Mapping of limited resources to these patterns will allow improved responses to emergency calls.

  6. Multiquark strings

    International Nuclear Information System (INIS)

    Wang, F.; Chun, W.

    1985-01-01

    The use of basis states described as hadronic (or hadron-hadron) or hidden-colour (or colour-colour) for a system of quarks does not necessarily imply that connected exotic multiquark hadrons do exist. Antisymmetrization of quark wave functions tends to make these descriptions ill defined. It appears necessary to have stable collective structures called strings or bags to provide the physical connections required by quark confinement. The masses of multiquark hadrons can then be estimated by using semplified string, bag and NR potential models. The results turn out to be qualitatively similar in all these models. The stability problem for multiquark strings is briefly discussed

  7. String field theory

    International Nuclear Information System (INIS)

    Kaku, M.

    1987-01-01

    In this article, the authors summarize the rapid progress in constructing string field theory actions, such as the development of the covariant BRST theory. They also present the newer geometric formulation of string field theory, from which the BRST theory and the older light cone theory can be derived from first principles. This geometric formulation allows us to derive the complete field theory of strings from two geometric principles, in the same way that general relativity and Yang-Mills theory can be derived from two principles based on global and local symmetry. The geometric formalism therefore reduces string field theory to a problem of finding an invariant under a new local gauge group they call the universal string group (USG). Thus, string field theory is the gauge theory of the universal string group in much the same way that Yang-Mills theory is the gauge theory of SU(N). The geometric formulation places superstring theory on the same rigorous group theoretical level as general relativity and gauge theory

  8. String theory compactifications

    CERN Document Server

    Graña, Mariana

    2017-01-01

    The lectures in this book provide graduate students and non-specialist researchers with a concise introduction to the concepts and formalism required to reduce the ten-dimensional string theories to the observable four-dimensional space-time - a procedure called string compactification. The text starts with a very brief introduction to string theory, first working out its massless spectrum and showing how the condition on the number of dimensions arises. It then dwells on the different possible internal manifolds, from the simplest to the most relevant phenomenologically, thereby showing that the most elegant description is through an extension of ordinary Riemannian geometry termed generalized geometry, which was first introduced by Hitchin. Last but not least, the authors review open problems in string phenomenology, such as the embedding of the Standard Model and obtaining de Sitter solutions.

  9. Progress in string theory research

    CERN Document Server

    2016-01-01

    At the first look, the String Theory seems just an interesting and non-trivial application of the quantum mechanics and the special relativity to vibrating strings. By itself, the quantization of relativistic strings does not call the attention of the particle physicist as a significant paradigm shift. However, when the string quantization is performed by applying the standard rules of the perturbative Quantum Field Theory, one discovers that the strings in certain states have the same physical properties as the gravity in the flat space-time. Chapter one of this book reviews the construction of the thermal bosonic string and D-brane in the framework of the Thermo Field Dynamics (TFD). It briefly recalls the wellknown light-cone quantization of the bosonic string in the conformal gauge in flat space-time, and gives a bird’s eye view of the fundamental concepts of the TFD. Chapter two examines a visual model inspired by string theory, on the system of interacting anyons. Chapter three investigate the late-ti...

  10. E(lementary) Strings in Six-Dimensional Heterotic F-Theory

    OpenAIRE

    Choi, Kang-Sin; Rey, Soo-Jong

    2017-01-01

    Using E-strings, we can analyze not only six-dimensional superconformal field theories but also probe vacua of non-perturabative heterotic string. We study strings made of D3-branes wrapped on various two-cycles in the global F-theory setup. We claim that E-strings are elementary in the sense that various combinations of E-strings can form M-strings as well as heterotic strings and new kind of strings, called G-strings. Using them, we show that emissions and combinations of heterotic small in...

  11. Are Stopped Strings Preferred in Sad Music?

    Directory of Open Access Journals (Sweden)

    David Huron

    2017-01-01

    Full Text Available String instruments may be played either with open strings (where the string vibrates between the bridge and a hard wooden nut or with stopped strings (where the string vibrates between the bridge and a performer's finger pressed against the fingerboard. Compared with open strings, stopped strings permit the use of vibrato and exhibit a darker timbre. Inspired by research on the timbre of sad speech, we test whether there is a tendency to use stopped strings in nominally sad music. Specifically, we compare the proportion of potentially open-to-stopped strings in a sample of slow, minor-mode movements with matched major-mode movements. By way of illustration, a preliminary analysis of Samuel Barber's famous Adagio from his Opus 11 string quartet shows that the selected key (B-flat minor provides the optimum key for minimizing open string tones. However, examination of a broader controlled sample of quartet movements by Haydn, Mozart and Beethoven failed to exhibit the conjectured relationship. Instead, major-mode movements were found to avoid possible open strings more than slow minor-mode movements.

  12. Fast and compact regular expression matching

    DEFF Research Database (Denmark)

    Bille, Philip; Farach-Colton, Martin

    2008-01-01

    We study 4 problems in string matching, namely, regular expression matching, approximate regular expression matching, string edit distance, and subsequence indexing, on a standard word RAM model of computation that allows logarithmic-sized words to be manipulated in constant time. We show how...... to improve the space and/or remove a dependency on the alphabet size for each problem using either an improved tabulation technique of an existing algorithm or by combining known algorithms in a new way....

  13. Notes on Mathematical Language: Development Strings, Development Patterns, String Theory and Conditions Language

    CERN Document Server

    Struck, James T

    2003-01-01

    Mathematics, according to Lancelot Hogben, is the language of size, shape, and order. This note adds two words to the language of mathematics. First, a verb, develop or develops, is introduced to describe a development pattern or development string. These are patterns of development with examples from fibrillation, spread of electric changes in muscles and nerves, and matter changing into energy. The relevance of this idea to the idea in physics called String Theory is discussed. A critical comment on the use of the String, rather than other objects like circles, boxes, or spheres is made. Second, an adjective or adverb called conditions language is introduced. Equations like E=mc2, Coulomb's law, Newton's law of Gravitation, the equation for the definition of pie and the path to peace and war are discussed with relevance to the idea of conditions language. Conditions language is nothing more than including the relevant conditions where the equation works or when it applies in parentheses with the equation. V...

  14. Strings for quantumchromodynamics

    International Nuclear Information System (INIS)

    Schomerus, V.

    2007-04-01

    During the last decade, intriguing dualities between gauge and string theory have been found and explored. they provide a novel window on strongly couplde gauge physics, including QCD-like models. Based on a short historical review of modern string theory, we explain how so-called AdS/CFT dualities emerged at the end of the 1990s. Some of their concrete implications and remarkable recent progress are then illustrated for the simplest example, namely the multicolor limit of N=4 SYM theory in four dimensions. We end with a few comments on existing extensions to more realistic models and applications, in particular to the sQGP. This text is meant as a non-technical introduction to gauge/string dualities for (particle) physicists. (orig.)

  15. Strings for quantumchromodynamics

    Energy Technology Data Exchange (ETDEWEB)

    Schomerus, V.

    2007-04-15

    During the last decade, intriguing dualities between gauge and string theory have been found and explored. they provide a novel window on strongly couplde gauge physics, including QCD-like models. Based on a short historical review of modern string theory, we explain how so-called AdS/CFT dualities emerged at the end of the 1990s. Some of their concrete implications and remarkable recent progress are then illustrated for the simplest example, namely the multicolor limit of N=4 SYM theory in four dimensions. We end with a few comments on existing extensions to more realistic models and applications, in particular to the sQGP. This text is meant as a non-technical introduction to gauge/string dualities for (particle) physicists. (orig.)

  16. Matching and Compression of Strings with Automata and Word Packing

    DEFF Research Database (Denmark)

    Skjoldjensen, Frederik Rye; Gørtz, Inge Li; Thomassen, Carsten

    pattern queries. In the deterministic variant the goal is to solve the string indexing problem without any randomization (at preprocessing time or query time). In the packed variant the strings are stored with several character in a single word, giving us the opportunity to read multiple characters...... in (deterministic) time O (m= + logm + log log ) ; where = w= log is the number of characters packed in a word of size w = (log n). Our query time is always at least as good as the previous best known bounds and whenever several characters are packed in a word, i.e., log w, the query times are faster. Dynamic...

  17. Non-static vacuum strings: exterior and interior solutions

    International Nuclear Information System (INIS)

    Stein-Schabes, J.A.

    1986-01-01

    New non-static cylindrically symmetric solutions of Einsteins's equations are presented. Some of these solutions represent string-like objects. An exterior vacuum solution is matched to a non-vacuum interior solution for different forms of the energy-momentum tensor. They generalize the standard static string. 12 refs

  18. Aspects of some dualities in string theory

    Science.gov (United States)

    Kim, Bom Soo

    AdS/CFT correspondence in string theory has changed landscape of the theoretical physics. Through this celebrated duality between gravity theory and field theory, one can investigate analytically strongly coupled gauge theories such as Quantum Chromodynamics (QCD) in terms of weakly coupled string theory such as supergravity theory and vice versa. In the first part of this thesis we used this duality to construct a new type of nonlocal field theory, called Puff Field Theory, in terms of D3 branes in type IIB string theory with a geometric twist. In addition to the strong-weak duality of AdS/CFT, there also exists a weak-weak duality, called Twistor String Theory. Twistor technique is successfully used to calculate the SYM scattering amplitude in an elegant fashion. Yet, the progress in the string theory side was hindered by a non-unitary conformal gravity. We extend the Twistor string theory by introducing mass terms, in the second part of the thesis. A chiral mass term is identified as a vacuum expectation value of a conformal supergravity field and is tied with the breaking of the conformal symmetry of gravity. As a prime candidate for a quantum theory of gravity, string theory revealed many promising successes such as counting the number of microstates in supersymmetric Black Holes thermodynamics and resolution of timelike and null singularities, to name a few. Yet, the fundamental string and M-theroy formulations are not yet available. Various string theories without gravity, such as Non-Commutative Open String (NCOS) and Open Membrane (OM) theories, are very nice playground to investigate the fundamental structure of string and M-theory without the complication of gravity. In the last part of the thesis, simpler Non-Relativistic String Theories are constructed and investigated. One important motivation for those theories is related to the connection between Non-Relativistic String Theories and Non-critical String Theories through the bosonization of betagamma

  19. String fragmentation; La fragmentation des cordes

    Energy Technology Data Exchange (ETDEWEB)

    Drescher, H.J.; Werner, K. [Laboratoire de Physique Subatomique et des Technologies Associees - SUBATECH, Centre National de la Recherche Scientifique, 44 - Nantes (France)

    1997-10-01

    The classical string model is used in VENUS as a fragmentation model. For the soft domain simple 2-parton strings were sufficient, whereas for higher energies up to LHC, the perturbative regime of the QCD gives additional soft gluons, which are mapped on the string as so called kinks, energy singularities between the leading partons. The kinky string model is chosen to handle fragmentation of these strings by application of the Lorentz invariant area law. The `kinky strings` model, corresponding to the perturbative gluons coming from pQCD, takes into consideration this effect by treating the partons and gluons on the same footing. The decay law is always the Artru-Menessier area law which is the most realistic since it is invariant to the Lorentz and gauge transformations. For low mass strings a manipulation of the rupture point is necessary if the string corresponds already to an elementary particle determined by the mass and the flavor content. By means of the fragmentation model it will be possible to simulate the data from future experiments at LHC and RHIC 3 refs.

  20. Accurate recapture identification for genetic mark–recapture studies with error-tolerant likelihood-based match calling and sample clustering

    Science.gov (United States)

    Sethi, Suresh; Linden, Daniel; Wenburg, John; Lewis, Cara; Lemons, Patrick R.; Fuller, Angela K.; Hare, Matthew P.

    2016-01-01

    Error-tolerant likelihood-based match calling presents a promising technique to accurately identify recapture events in genetic mark–recapture studies by combining probabilities of latent genotypes and probabilities of observed genotypes, which may contain genotyping errors. Combined with clustering algorithms to group samples into sets of recaptures based upon pairwise match calls, these tools can be used to reconstruct accurate capture histories for mark–recapture modelling. Here, we assess the performance of a recently introduced error-tolerant likelihood-based match-calling model and sample clustering algorithm for genetic mark–recapture studies. We assessed both biallelic (i.e. single nucleotide polymorphisms; SNP) and multiallelic (i.e. microsatellite; MSAT) markers using a combination of simulation analyses and case study data on Pacific walrus (Odobenus rosmarus divergens) and fishers (Pekania pennanti). A novel two-stage clustering approach is demonstrated for genetic mark–recapture applications. First, repeat captures within a sampling occasion are identified. Subsequently, recaptures across sampling occasions are identified. The likelihood-based matching protocol performed well in simulation trials, demonstrating utility for use in a wide range of genetic mark–recapture studies. Moderately sized SNP (64+) and MSAT (10–15) panels produced accurate match calls for recaptures and accurate non-match calls for samples from closely related individuals in the face of low to moderate genotyping error. Furthermore, matching performance remained stable or increased as the number of genetic markers increased, genotyping error notwithstanding.

  1. Tracing the string: BMN correspondence at finite J2/N

    International Nuclear Information System (INIS)

    Pearson, John; Vaman, Diana; Verlinde, Herman; Volovich, Anastasia; Spradlin, Marcus

    2003-01-01

    Employing the string bit formalism of hep-th/0209215, we identify the basis transformation that relates BMN operators in N=4 gauge theory to string states in the dual string field theory at finite g 2 =J 2 /N. In this basis, the supercharge truncates at linear order in g 2 , and the mixing amplitude between 1 and 2-string states precisely matches with the (corrected) answer of hep-th/0206073 for the 3-string amplitude in light-cone string field theory. Supersymmetry then predicts the order g 2 2 contact term in the string bit Hamiltonian. The resulting leading order mass renormalization of string states agrees with the recently computed shift in conformal dimension of BMN operators in the gauge theory. (author)

  2. String-theoretic deformation of the Parke-Taylor factor

    Science.gov (United States)

    Mizera, Sebastian; Zhang, Guojun

    2017-09-01

    Scattering amplitudes in a range of quantum field theories can be computed using the Cachazo-He-Yuan (CHY) formalism. In theories with color ordering, the key ingredient is the so-called Parke-Taylor factor. In this paper we give a fully SL (2 ,C )-covariant definition and study the properties of a new integrand called the "string Parke-Taylor" factor. It has an α' expansion whose leading coefficient is the field-theoretic Parke-Taylor factor. Its main application is that it leads to a CHY formulation of open string tree-level amplitudes. In fact, the definition of the string Parke-Taylor factor was motivated by trying to extend the compact formula for the first α' correction found by He and Zhang, while the main ingredient in its definition is a determinant of a matrix introduced in the context of string theory by Stieberger and Taylor.

  3. Windings of twisted strings

    Science.gov (United States)

    Casali, Eduardo; Tourkine, Piotr

    2018-03-01

    Twistor string models have been known for more than a decade now but have come back under the spotlight recently with the advent of the scattering equation formalism which has greatly generalized the scope of these models. A striking ubiquitous feature of these models has always been that, contrary to usual string theory, they do not admit vibrational modes and thus describe only conventional field theory. In this paper we report on the surprising discovery of a whole new sector of one of these theories which we call "twisted strings," when spacetime has compact directions. We find that the spectrum is enhanced from a finite number of states to an infinite number of interacting higher spin massive states. We describe both bosonic and world sheet supersymmetric models, their spectra and scattering amplitudes. These models have distinctive features of both string and field theory, for example they are invariant under stringy T-duality but have the high energy behavior typical of field theory. Therefore they describe a new kind of field theories in target space, sitting on their own halfway between string and field theory.

  4. Is the string theory doomed?

    International Nuclear Information System (INIS)

    Le Meur, H.; Daninos, F.; Bachas, C.

    2007-01-01

    Since its beginning, in the sixties, the string theory has succeeded in overcoming a lot of theoretical difficulties but now the complete absence of experimental validation entertains doubts about its ability to represent the real world and questions its hegemony in today's theoretical physics. Other space-time theories like the twistors, or the non-commutative geometry, or the loop quantum gravity, or the causal dynamics triangulation might begin receiving more attention. Despite all that, the string theory can be given credit for 4 achievements. First, the string theory has provided a consistent quantum description of gravity. Secondly, the string theory has built a theoretical frame that has allowed the unification of the 4 basic interactions. Thirdly, the string theory applied to astrophysics issues has demonstrated that the evaporation of a black hole does not necessarily lead to a loss of information which comforts the universality of the conservation of the quantity of information in any system and as a consequence put a fatal blow to the so-called paradox observed in black holes. Fourthly, the string theory has given a new and original meaning on the true nature of space-time. (A.C.)

  5. A memory-efficient data structure representing exact-match overlap graphs with application for next-generation DNA assembly.

    Science.gov (United States)

    Dinh, Hieu; Rajasekaran, Sanguthevar

    2011-07-15

    Exact-match overlap graphs have been broadly used in the context of DNA assembly and the shortest super string problem where the number of strings n ranges from thousands to billions. The length ℓ of the strings is from 25 to 1000, depending on the DNA sequencing technologies. However, many DNA assemblers using overlap graphs suffer from the need for too much time and space in constructing the graphs. It is nearly impossible for these DNA assemblers to handle the huge amount of data produced by the next-generation sequencing technologies where the number n of strings could be several billions. If the overlap graph is explicitly stored, it would require Ω(n(2)) memory, which could be prohibitive in practice when n is greater than a hundred million. In this article, we propose a novel data structure using which the overlap graph can be compactly stored. This data structure requires only linear time to construct and and linear memory to store. For a given set of input strings (also called reads), we can informally define an exact-match overlap graph as follows. Each read is represented as a node in the graph and there is an edge between two nodes if the corresponding reads overlap sufficiently. A formal description follows. The maximal exact-match overlap of two strings x and y, denoted by ov(max)(x, y), is the longest string which is a suffix of x and a prefix of y. The exact-match overlap graph of n given strings of length ℓ is an edge-weighted graph in which each vertex is associated with a string and there is an edge (x, y) of weight ω=ℓ-|ov(max)(x, y)| if and only if ω ≤ λ, where |ov(max)(x, y)| is the length of ov(max)(x, y) and λ is a given threshold. In this article, we show that the exact-match overlap graphs can be represented by a compact data structure that can be stored using at most (2λ-1)(2⌈logn⌉+⌈logλ⌉)n bits with a guarantee that the basic operation of accessing an edge takes O(log λ) time. We also propose two algorithms for

  6. Observing string breaking with Wilson loops

    CERN Document Server

    Kratochvila, S; Kratochvila, Slavo; Forcrand, Philippe de

    2003-01-01

    An uncontroversial observation of adjoint string breaking is proposed, while measuring the static potential from Wilson loops only. The overlap of the Wilson loop with the broken-string state is small, but non-vanishing, so that the broken-string groundstate can be seen if the Wilson loop is long enough. We demonstrate this in the context of the (2+1)d SU(2) adjoint static potential, using an improved version of the Luscher-Weisz exponential variance reduction. To complete the picture we perform the more usual multichannel analysis with two basis states, the unbroken-string state and the broken-string state (two so-called gluelumps). As by-products, we obtain the temperature-dependent static potential measured from Polyakov loop correlations, and the fundamental SU(2) static potential with improved accuracy. Comparing the latter with the adjoint potential, we see clear deviations from Casimir scaling.

  7. String Theory: Big Problem for Small Size

    Science.gov (United States)

    Sahoo, S.

    2009-01-01

    String theory is the most promising candidate theory for a unified description of all the fundamental forces that exist in nature. It provides a mathematical framework that combines quantum theory with Einstein's general theory of relativity. The typical size of a string is of the order of 10[superscript -33] cm, called the Planck length. But due…

  8. Quark Synthesis String Theory From Dark Matter to Light Emitting Atoms

    Science.gov (United States)

    Webb, William

    2012-10-01

    Forefather physicists formulated fusion based on nucleosynthesis. They directed that whole nucleons synthesize. Quark Synthesis String Theory now shows that it's the string-like quarks that do the synthesizing: not whole nucleons. In a dark region, string-like quarks synthesize with other string-like quarks to make rope-like quarks. Quarks structure into threesomes bound only by electrostatic and gravitational forces. Quarks not structuring as threesomes remain dark. Balanced threesomes of string-like quarks become neutrons. Balanced threesomes of rope-like quarks become more massive neutroniumA nuclei. After their formation, neutrons and neutroniumAs quickly begin emitting electrons. This paper develops equations that correctly describe nuclear structures and their electron emissions. Electron emission beta decay is calculated for the 30 least massive neutroniumA nuclei and their subsequent transmutation thru 203 intermediate nuclei on their way to becoming well known nuclei centering the 30 least massive light emitting atoms. This is a perfect 233 for 233 match between calculations of Quark Synthesis String Theory and factual nuclear data. This perfect match provides affirmation that nuclei have no need for the unknown strong or week forces and mediating particles. Nuclear physics succeeds using a string theory that has the quarks doing the synthesizing.

  9. A Novel Fast and Robust Binary Affine Invariant Descriptor for Image Matching

    Directory of Open Access Journals (Sweden)

    Xiujie Qu

    2014-01-01

    Full Text Available As the current binary descriptors have disadvantages of high computational complexity, no affine invariance, and the high false matching rate with viewpoint changes, a new binary affine invariant descriptor, called BAND, is proposed. Different from other descriptors, BAND has an irregular pattern, which is based on local affine invariant region surrounding a feature point, and it has five orientations, which are obtained by LBP effectively. Ultimately, a 256 bits binary string is computed by simple random sampling pattern. Experimental results demonstrate that BAND has a good matching result in the conditions of rotating, image zooming, noising, lighting, and small-scale perspective transformation. It has better matching performance compared with current mainstream descriptors, while it costs less time.

  10. Notes on entanglement entropy in string theory

    International Nuclear Information System (INIS)

    He, Song; Numasawa, Tokiro; Takayanagi, Tadashi; Watanabe, Kento

    2015-01-01

    In this paper, we study the conical entropy in string theory in the simplest setup of dividing the nine dimensional space into two halves. This corresponds to the leading quantum correction to the horizon entropy in string theory on the Rindler space. This entropy is also called the conical entropy and includes surface term contributions. We first derive a new simple formula of the conical entropy for any free higher spin fields. Then we apply this formula to computations of conical entropy in open and closed superstring. In our analysis of closed string, we study the twisted conical entropy defined by making use of string theory on Melvin backgrounds. This quantity is easier to calculate owing to the folding trick. Our analysis shows that the conical entropy in closed superstring is UV finite owing to the string scale cutoff.

  11. Supergravity duals of matrix string theory

    International Nuclear Information System (INIS)

    Morales, Jose F.; Samtleben, Henning

    2002-01-01

    We study holographic duals of type II and heterotic matrix string theories described by warped AdS 3 supergravities. By explicitly solving the linearized equations of motion around near horizon D-string geometries, we determine the spectrum of Kaluza-Klein primaries for type I, II supergravities on warped AdS 3 xS 7 . The results match those coming from the dual two-dimensional gauge theories living on the D-string worldvolumes. We briefly discuss the connections with the N=(8,8), N=(8,0) orbifold superconformal field theories to which type IIB/heterotic matrix strings flow in the infrared. In particular, we associate the dimension (h,h-bar) (32,32) twisted operator which brings the matrix string theories out from the conformal point (R; 8 ) N /S N with the dilaton profile in the supergravity background. The familiar dictionary between masses and 'scaling' dimensions of field and operators are modified by the presence of non-trivial warp factors and running dilatons. These modifications are worked out for the general case of domain wall/QFT correspondences between supergravities on warped AdS d+1 xS q geometries and super Yang-Mills theories with 16 supercharges. (author)

  12. Efficient Disk-Based Techniques for Manipulating Very Large String Databases

    KAUST Repository

    Allam, Amin

    2017-05-18

    Indexing and processing strings are very important topics in database management. Strings can be database records, DNA sequences, protein sequences, or plain text. Various string operations are required for several application categories, such as bioinformatics and entity resolution. When the string count or sizes become very large, several state-of-the-art techniques for indexing and processing such strings may fail or behave very inefficiently. Modifying an existing technique to overcome these issues is not usually straightforward or even possible. A category of string operations can be facilitated by the suffix tree data structure, which basically indexes a long string to enable efficient finding of any substring of the indexed string, and can be used in other operations as well, such as approximate string matching. In this document, we introduce a novel efficient method to construct the suffix tree index for very long strings using parallel architectures, which is a major challenge in this category. Another category of string operations require clustering similar strings in order to perform application-specific processing on the resulting possibly-overlapping clusters. In this document, based on clustering similar strings, we introduce a novel efficient technique for record linkage and entity resolution, and a novel method for correcting errors in a large number of small strings (read sequences) generated by the DNA sequencing machines.

  13. Strings draw theorists together

    International Nuclear Information System (INIS)

    Green, Michael

    2000-01-01

    Theorists are confident that they are closer than ever to finding a quantum theory that unites gravity with the three other fundamental forces in nature. Many of the leading figures in the world of string theory met at the California Institute of Technology in January to discuss recent progress in the field and to reflect on the state of the theory. The enthusiastic mood of the gathering was based on the fact that string theory provides an elegant framework for a unified theory of all the forces and particles in nature, and also gives a consistent quantum-mechanical description of general relativity. String theory, and more precisely superstring theory, describes the assortment of elementary particles such as quarks and leptons, and the gauge bosons responsible for mediating forces in a unified manner as different modes of vibration of a single extended string. This version of the theory also embodies supersymmetry a conjectured symmetry that unifies fermions and bosons. Furthermore, the fact that the string has a fundamental length scale - the ''string length'' - apparently cures the short-distance problems of uniting general relativity with quantum theory. The main problem with the early formulations of superstring theory was that they emphasized the ''perturbative'' point of view, an approximation that describes string-like quantum-mechanical particles moving through classical (that is non quantum-mechanical) space-time. However, very general arguments require that any quantum theory of gravity should also describe space-time geometry in a quantum-mechanical manner. The classical geometry of space-time should then emerge as an approximate description at distance scales much larger than the so-called Planck scale of 10 -33 m. This requires an understanding of the theory beyond the perturbative approximation. It is the quest for this more fundamental description of string theory that has provided the main challenge for string theorists over the past decade. Much

  14. Y-system and quasi-classical strings

    Energy Technology Data Exchange (ETDEWEB)

    Gromov, Nikolay [Deutsches Elektronen-Synchrotron (DESY), Hamburg (Germany); Hamburg Univ. (Germany). 2. Inst. fuer Theoretische Physik; St. Petersburg INP, Gatchina, St. Petersburg (Russian Federation)

    2009-11-15

    Recently Kazakov, Vieira and the author conjectured the Y-system set of equations describing the planar spectrum of AdS/CFT. In this paper we solve the Y-system equations in the strong coupling scaling limit. We show that the quasi-classical spectrum of string moving inside AdS{sub 3} x S{sup 1} matches precisely with the prediction of the Y-system. Thus the Y-system, unlike the asymptotic Bethe ansatz, describes correctly the spectrum of one-loop string energies including all exponential finite size corrections. This gives a very non-trivial further support in favor of the conjecture. (orig.)

  15. Interacting-string picture of the fermionic string

    International Nuclear Information System (INIS)

    Mandelstam, S.

    1986-01-01

    This report gives a review of the interacting-string picture of the Bose string. In the present lecture, the author outlines a similar treatment of the Fermionic string. The quantization of the free Fermionic string is carried out to the degrees of freedom x, representing the displacement of the string. Also presented are Grassman degrees of freedom S distributed along the string. The report pictures the fermionic string as a string of dipoles. The general picture of the interaction of such strings by joining and splitting is the same as for the Bose string. The author does not at present have the simplest formula for fermion string scattering amplitudes. A less detailed treatment is given than for the Bose string. The report sets up the functional-integration formalism, derives the analog mode, and indicates in general, terms how the conformal transformation to the z-plane may be performed. The paper concludes by stating without proof the formula for the N-article tree amplitude in the manifestly supersymmetric formalism

  16. Strings draw theorists together

    Energy Technology Data Exchange (ETDEWEB)

    Green, Michael [Department of Applied Mathematics and Theoretical Physics, University of Cambridge, Cambridge (United Kingdom)

    2000-03-01

    Theorists are confident that they are closer than ever to finding a quantum theory that unites gravity with the three other fundamental forces in nature. Many of the leading figures in the world of string theory met at the California Institute of Technology in January to discuss recent progress in the field and to reflect on the state of the theory. The enthusiastic mood of the gathering was based on the fact that string theory provides an elegant framework for a unified theory of all the forces and particles in nature, and also gives a consistent quantum-mechanical description of general relativity. String theory, and more precisely superstring theory, describes the assortment of elementary particles such as quarks and leptons, and the gauge bosons responsible for mediating forces in a unified manner as different modes of vibration of a single extended string. This version of the theory also embodies supersymmetry a conjectured symmetry that unifies fermions and bosons. Furthermore, the fact that the string has a fundamental length scale - the ''string length'' - apparently cures the short-distance problems of uniting general relativity with quantum theory. The main problem with the early formulations of superstring theory was that they emphasized the ''perturbative'' point of view, an approximation that describes string-like quantum-mechanical particles moving through classical (that is non quantum-mechanical) space-time. However, very general arguments require that any quantum theory of gravity should also describe space-time geometry in a quantum-mechanical manner. The classical geometry of space-time should then emerge as an approximate description at distance scales much larger than the so-called Planck scale of 10{sup -33} m. This requires an understanding of the theory beyond the perturbative approximation. It is the quest for this more fundamental description of string theory that has provided the main challenge for

  17. Matching the Hagedorn temperature in AdS/CFT correspondence

    International Nuclear Information System (INIS)

    Harmark, Troels; Orselli, Marta

    2006-01-01

    We match the Hagedorn/deconfinement temperature of planar N=4 super Yang-Mills (SYM) on RxS 3 to the Hagedorn temperature of string theory on AdS 5 xS 5 . The match is done in a near-critical region where both gauge theory and string theory are weakly coupled. The near-critical region is near a point with zero temperature and critical chemical potential. On the gauge-theory side we are taking a decoupling limit found in Ref. 7 in which the physics of planar N=4 SYM is given exactly by the ferromagnetic XXX 1/2 Heisenberg spin chain. We find moreover a general relation between the Hagedorn/deconfinement temperature and the thermodynamics of the Heisenberg spin chain and we use this to compute it in two distinct regimes. On the string-theory side, we identify the dual limit for which the string tension and string coupling go to zero. This limit is taken of string theory on a maximally supersymmetric pp-wave background with a flat direction, obtained from a Penrose limit of AdS 5 xS 5 . We compute the Hagedorn temperature of the string theory and find agreement with the Hagedorn/deconfinement temperature computed on the gauge-theory side

  18. Butterfly tachyons in vacuum string field theory

    International Nuclear Information System (INIS)

    Matlock, Peter

    2003-01-01

    We use geometrical conformal field theory methods to investigate tachyon fluctuations about the butterfly projector state in vacuum string field theory. We find that the on-shell condition for the tachyon field is equivalent to the requirement that the quadratic term in the string-field action vanish on shell. This further motivates the interpretation of the butterfly state as a D-brane. We begin a calculation of the tension of the butterfly, and conjecture that this will match the case of the sliver and further strengthen this interpretation

  19. Vacua and inflation in string theory and supergravity

    International Nuclear Information System (INIS)

    Rummel, Markus

    2013-07-01

    We study the connection between the early and late accelerated expansion of the universe and string theory. In Part I of this thesis, the observational degeneracy between single field models of inflation with canonical kinetic terms and noncanonical kinetic terms, in particular string theory inspired models, is discussed. The 2-point function observables of a given non-canonical theory and its canonical transform that is obtained by matching the inflationary trajectories in phase space are found to match in the case of Dirac-Born-Infeld (DBI) inflation. At the level of the 3-point function observables (non-Gaussianities), we find degeneracy between non-canonical inflation and canonical inflation with a potential that includes a sum of modulated terms. In Part II, we present explicit examples for de Sitter vacua in type IIB string theory. After deriving a sufficient condition for de Sitter vacua in the Kahler uplifting scenario, we show that a globally consistent de Sitter model can be realized on a certain Calabi-Yau manifold. All geometric moduli are stabilized and all known consistency constraints are fulfilled. The complex structure moduli stabilization by fluxes is studied explicitly for a small number of cycles. Extrapolating to a larger number of flux carrying cycles, we verify statistical studies in the literature which show that, in principle, the string landscape can account for a universe with an extremely small cosmological constant.

  20. Vacua and inflation in string theory and supergravity

    Energy Technology Data Exchange (ETDEWEB)

    Rummel, Markus

    2013-07-15

    We study the connection between the early and late accelerated expansion of the universe and string theory. In Part I of this thesis, the observational degeneracy between single field models of inflation with canonical kinetic terms and noncanonical kinetic terms, in particular string theory inspired models, is discussed. The 2-point function observables of a given non-canonical theory and its canonical transform that is obtained by matching the inflationary trajectories in phase space are found to match in the case of Dirac-Born-Infeld (DBI) inflation. At the level of the 3-point function observables (non-Gaussianities), we find degeneracy between non-canonical inflation and canonical inflation with a potential that includes a sum of modulated terms. In Part II, we present explicit examples for de Sitter vacua in type IIB string theory. After deriving a sufficient condition for de Sitter vacua in the Kahler uplifting scenario, we show that a globally consistent de Sitter model can be realized on a certain Calabi-Yau manifold. All geometric moduli are stabilized and all known consistency constraints are fulfilled. The complex structure moduli stabilization by fluxes is studied explicitly for a small number of cycles. Extrapolating to a larger number of flux carrying cycles, we verify statistical studies in the literature which show that, in principle, the string landscape can account for a universe with an extremely small cosmological constant.

  1. How many N = 4 strings exist?

    International Nuclear Information System (INIS)

    Ketov, S.V.

    1994-09-01

    Possible ways of constructing extended fermionic strings with N=4 world-sheet supersymmetry are reviewed. String theory constraints form, in general, a non-linear quasi(super)conformal algebra, and can have conformal dimensions ≥1. When N=4, the most general N=4 quasi-superconformal algebra to consider for string theory building is D(1, 2; α), whose linearisation is the so-called ''large'' N=4 superconformal algebra. The D(1, 2; α) algebra has su(2)sub(κ + )+su(2)sub(κ - )+u(1) Kac-Moody component, and α=κ - /κ + . We check the Jacobi identities and construct a BRST charge for the D(1, 2; α) algebra. The quantum BRST operator can be made nilpotent only when κ + =κ - =-2. The D(1, 2; 1) algebra is actually isomorphic to the SO(4)-based Bershadsky-Knizhnik non-linear quasi-superconformal algebra. We argue about the existence of a string theory associated with the latter, and propose the (non-covariant) hamiltonian action for this new N=4 string theory. Our results imply the existence of two different N=4 fermionic string theories: the old one based on the ''small'' linear N=4 superconformal algebra and having the total ghost central charge c gh =+12, and the new one with non-linearly realised N=4 supersymmetry, based on the SO(4) quasi-superconformal algebra and having c gh =+6. Both critical string theories have negative ''critical dimensions'' and do not admit unitary matter representations. (orig.)

  2. Cylindrically symmetric, static strings with a cosmological constant in Brans-Dicke theory

    International Nuclear Information System (INIS)

    Delice, Oezguer

    2006-01-01

    The static cylindrically symmetric vacuum solutions with a cosmological constant in the framework of the Brans-Dicke theory are investigated. Some of these solutions admitting Lorentz boost invariance along the symmetry axis correspond to local, straight cosmic strings with a cosmological constant. Some physical properties of such solutions are studied. These strings apply attractive or repulsive forces on the test particles. A smooth matching is also performed with a recently introduced interior thick string solution with a cosmological constant

  3. Thermodynamical string fragmentation

    Energy Technology Data Exchange (ETDEWEB)

    Fischer, Nadine [Theoretical Particle Physics, Department of Astronomy and Theoretical Physics, Lund University,Sölvegatan 14A, Lund, SE-223 62 (Sweden); School of Physics and Astronomy, Monash University,Wellington Road, Clayton, VIC-3800 (Australia); Sjöstrand, Torbjörn [Theoretical Particle Physics, Department of Astronomy and Theoretical Physics, Lund University,Sölvegatan 14A, Lund, SE-223 62 (Sweden)

    2017-01-31

    The observation of heavy-ion-like behaviour in pp collisions at the LHC suggests that more physics mechanisms are at play than traditionally assumed. The introduction e.g. of quark-gluon plasma or colour rope formation can describe several of the observations, but as of yet there is no established paradigm. In this article we study a few possible modifications to the Pythia event generator, which describes a wealth of data but fails for a number of recent observations. Firstly, we present a new model for generating the transverse momentum of hadrons during the string fragmentation process, inspired by thermodynamics, where heavier hadrons naturally are suppressed in rate but obtain a higher average transverse momentum. Secondly, close-packing of strings is taken into account by making the temperature or string tension environment-dependent. Thirdly, a simple model for hadron rescattering is added. The effect of these modifications is studied, individually and taken together, and compared with data mainly from the LHC. While some improvements can be noted, it turns out to be nontrivial to obtain effects as big as required, and further work is called for.

  4. Physics is in trouble, the string theory has failed

    International Nuclear Information System (INIS)

    Smolin, L.

    2007-01-01

    The popularity of the string theory is based on its claim to explain both the very big and the very small: gravity and elementary particles. The string theory assumes that the real world contains dimensions that have not yet been observed and that any elementary particle is a vibration of a unique entity called string that obeys simple and elegant laws. Most theoretical physicists and mathematicians have focused their attention on this theory for the last 25 years and the diagnosis is clear: string theory fails to cope with the standard model and to explain the existence of dark matter or the mass of neutrinos. The string theory is hailed for its beauty or elegancy but this theory has never been backed by experimental data. While science has made significant progress in numerous domains, particle physics seems to have reached a dead-end. It is high time we officially questioned the string theory and opened the gate for alternative theories. (A.C.)

  5. Access, Rank, and Select in Grammar-compressed Strings

    DEFF Research Database (Denmark)

    Belazzougui, Djamal; Cording, Patrick Hagge; Puglisi, Simon J.

    2015-01-01

    Given a string S of length N on a fixed alphabet of σ symbols, a grammar compressor produces a context-free grammar G of size n that generates S and only S. In this paper we describe data structures to support the following operations on a grammar-compressed string: access(S,i,j) (return substring...... consecutive symbols from S. Alternatively, we can achieve \\O(logτN+m/logσN) query time using \\O(nτlogτ(N/n)logN) bits of space, matching a lower bound stated by Verbin and Yu for strings where N is polynomially related to n when τ = log ε N. For rank and select we describe data structures of size \\O...

  6. Dynamics of Strings in Noncommutative Gauge Theory

    International Nuclear Information System (INIS)

    Gross, David J.; Nekrasov, Nikia A.

    2000-01-01

    We continue our study of solitons in noncommutative gauge theories and present an extremely simple BPS solution of N=4 U(1) noncommutative gauge theory in 4 dimensions, which describes N infinite D1 strings that pierce a D3 brane at various points, in the presence of a background B-field in the Seiberg-Witten limit. We call this solution the N-fluxon. For N=1 we calculate the complete spectrum of small fluctuations about the fluxon and find three kinds of modes: the fluctuations of the superstring in 10 dimensions arising from fundamental strings attached to the D1 strings, the ordinary particles of the gauge theory in 4 dimensions and a set of states with discrete spectrum, localized at the intersection point - corresponding to fundamental strings stretched between the D1 string and the D3 brane. We discuss the fluctuations about the N-fluxon as well and derive explicit expressions for the amplitudes of interactions between these various modes. We show that translations in noncommutative gauge theories are equivalent to gauge transformations (plus a constant shift of the gauge field) and discuss the implications for the translational zeromodes of our solitons. We also find the dyonic versions of N-fluxon, as well as of our previous string-monopole solution. (author)

  7. Born reciprocity in string theory and the nature of spacetime

    Energy Technology Data Exchange (ETDEWEB)

    Freidel, Laurent, E-mail: lfreidel@perimeterinstitute.ca [Perimeter Institute for Theoretical Physics, 31 Caroline St., N, Ontario N2L 2Y5, Waterloo (Canada); Leigh, Robert G., E-mail: rgleigh@uiuc.edu [Department of Physics, University of Illinois, 1110 West Green St., Urbana, IL 61801 (United States); Minic, Djordje, E-mail: dminic@vt.edu [Department of Physics, Virginia Tech, Blacksburg, VA 24061 (United States)

    2014-03-07

    After many years, the deep nature of spacetime in string theory remains an enigma. In this Letter we incorporate the concept of Born reciprocity in order to provide a new point of view on string theory in which spacetime is a derived dynamical concept. This viewpoint may be thought of as a dynamical chiral phase space formulation of string theory, in which Born reciprocity is implemented as a choice of a Lagrangian submanifold of the phase space, and amounts to a generalization of T-duality. In this approach the fundamental symmetry of string theory contains phase space diffeomorphism invariance and the underlying string geometry should be understood in terms of dynamical bi-Lagrangian manifolds and an apparently new geometric structure, somewhat reminiscent of para-quaternionic geometry, which we call Born geometry.

  8. Born reciprocity in string theory and the nature of spacetime

    International Nuclear Information System (INIS)

    Freidel, Laurent; Leigh, Robert G.; Minic, Djordje

    2014-01-01

    After many years, the deep nature of spacetime in string theory remains an enigma. In this Letter we incorporate the concept of Born reciprocity in order to provide a new point of view on string theory in which spacetime is a derived dynamical concept. This viewpoint may be thought of as a dynamical chiral phase space formulation of string theory, in which Born reciprocity is implemented as a choice of a Lagrangian submanifold of the phase space, and amounts to a generalization of T-duality. In this approach the fundamental symmetry of string theory contains phase space diffeomorphism invariance and the underlying string geometry should be understood in terms of dynamical bi-Lagrangian manifolds and an apparently new geometric structure, somewhat reminiscent of para-quaternionic geometry, which we call Born geometry.

  9. Such membranes are called “D2-branes”.

    Indian Academy of Sciences (India)

    First page Back Continue Last page Overview Graphics. Such membranes are called “D2-branes”. D is for “Dirichlet”, the boundary conditions which fix the ends of open strings onto a surface. 2 is for a 2-dimensional surface, a membrane. So we say that open string theory has D2-branes among its excitations. Notes:

  10. Large scale CMB anomalies from thawing cosmic strings

    Energy Technology Data Exchange (ETDEWEB)

    Ringeval, Christophe [Centre for Cosmology, Particle Physics and Phenomenology, Institute of Mathematics and Physics, Louvain University, 2 Chemin du Cyclotron, 1348 Louvain-la-Neuve (Belgium); Yamauchi, Daisuke; Yokoyama, Jun' ichi [Research Center for the Early Universe (RESCEU), Graduate School of Science, The University of Tokyo, Tokyo 113-0033 (Japan); Bouchet, François R., E-mail: christophe.ringeval@uclouvain.be, E-mail: yamauchi@resceu.s.u-tokyo.ac.jp, E-mail: yokoyama@resceu.s.u-tokyo.ac.jp, E-mail: bouchet@iap.fr [Institut d' Astrophysique de Paris, UMR 7095-CNRS, Université Pierre et Marie Curie, 98bis boulevard Arago, 75014 Paris (France)

    2016-02-01

    Cosmic strings formed during inflation are expected to be either diluted over super-Hubble distances, i.e., invisible today, or to have crossed our past light cone very recently. We discuss the latter situation in which a few strings imprint their signature in the Cosmic Microwave Background (CMB) Anisotropies after recombination. Being almost frozen in the Hubble flow, these strings are quasi static and evade almost all of the previously derived constraints on their tension while being able to source large scale anisotropies in the CMB sky. Using a local variance estimator on thousand of numerically simulated Nambu-Goto all sky maps, we compute the expected signal and show that it can mimic a dipole modulation at large angular scales while being negligible at small angles. Interestingly, such a scenario generically produces one cold spot from the thawing of a cosmic string loop. Mixed with anisotropies of inflationary origin, we find that a few strings of tension GU = O(1) × 10{sup −6} match the amplitude of the dipole modulation reported in the Planck satellite measurements and could be at the origin of other large scale anomalies.

  11. Constraining the string scale: from Planck to weak and back again

    International Nuclear Information System (INIS)

    Abel, S; Santiago, J

    2004-01-01

    String and field theory ideas have greatly influenced each other since the so-called second string revolution. We review this interrelation paying particular attention to its phenomenological implications. Our guiding principle is the radical shift in the way we think about the fundamental scale, in particular the way in which string models have been able to accommodate values from the Planck M Pl ∼ 10 18 GeV down to the electroweak scale M EW ∼ TeV. (topical review)

  12. Algorithms and data structures for grammar-compressed strings

    DEFF Research Database (Denmark)

    Cording, Patrick Hagge

    Textual databases for e.g. biological or web-data are growing rapidly, and it is often only feasible to store the data in compressed form. However, compressing the data comes at a price. Traditional algorithms for e.g. pattern matching requires all data to be decompressed - a computationally...... demanding task. In this thesis we design data structures for accessing and searching compressed data efficiently. Our results can be divided into two categories. In the first category we study problems related to pattern matching. In particular, we present new algorithms for counting and comparing...... substrings, and a new algorithm for finding all occurrences of a pattern in which we may insert gaps. In the other category we deal with accessing and decompressing parts of the compressed string. We show how to quickly access a single character of the compressed string, and present a data structure...

  13. Black holes, strings and quantum gravity

    International Nuclear Information System (INIS)

    Maldacena, Juan

    2001-01-01

    Most physical phenomena can be explained by 'Quantum Mechanics' and 'Einstein Theory of Gravity'. Quantum mechanics is needed for descriptions involving small objects (atoms, nuclei, molecules, etc.) whereas gravity is required for understanding big objects (planets, galaxies). Since, usually small objects are light while big ones are heavy, when one theory is called for, the other is not relevant. Interestingly enough, if we pretend to use both theories simultaneously, for instance when small and very heavy objects are considered (as those in the beginning of our universe), we find that they are mutually inconsistent. Thus, a new theory, so called 'Quantum Gravity', is needed. This works comments on above inconsistencies and indicates how the string theory, rather than a pointlike particle theory, could provide us with a quantum theory of gravity. Though a discussion of black holes it shows us how a string theory on certain space, ca be equivalently described by a particle theory on its boundary, like a sort of hologram. (author)

  14. Stringing physics along

    Energy Technology Data Exchange (ETDEWEB)

    Riordan, M. [Stanford University and the University of California, Santa Cruz (United States)]. E-mail: mriordan@ucsc.edu

    2007-02-15

    In the last few decades, however, physical theory has drifted away from the professional norms advocated by Newton and other enlightenment philosophers. A vast outpouring of hypotheses has occurred under the umbrella of what is widely called string theory. But string theory is not really a 'theory' at all - at least not in the strict sense that scientists generally use the term. It is instead a dense, weedy thicket of hypotheses and conjectures badly in need of pruning. That pruning, however, can come only from observation and experiment, to which string theory (a phrase I will grudgingly continue using) is largely inaccessible. String theory was invented in the 1970s in the wake of the Standard Model of particle physics. Encouraged by the success of gauge theories of the strong, weak and electromagnetic forces, theorists tried to extend similar ideas to energy and distance scales that are orders of magnitude beyond what can be readily observed or measured. The normal, healthy intercourse between theory and experiment - which had led to the Standard Model - has broken down, and fundamental physics now finds itself in a state of crisis. So it is refreshing to hear from a theorist - one who was deeply involved with string theory and championed it in his previous book, Three Roads to Quantum Gravity - that all is not well in this closeted realm. Smolin argues from the outset that viable hypotheses must lead to observable consequences by which they can be tested and judged. String theory by its very nature does not allow for such probing, according to Smolin, and therefore it must be considered as an unprovable conjecture. Towards the end of his book, Smolin suggests other directions fundamental physics can take, particularly in the realm of quantum gravity, to resolve its crisis and reconnect with the observable world. From my perspective, he leans a bit too heavily towards highly speculative ideas such as doubly special relativity, modified Newtonian

  15. Exactly soluble dynamics of (p,q) string near macroscopic fundamental strings

    International Nuclear Information System (INIS)

    Bak, Dongsu; Rey, Soojong; Yee, Houng

    2004-01-01

    We study dynamics of type-IIB bound-state of a Dirichlet string and n fundamental strings in the background of N fundamental strings. Because of supergravity potential, the bound-state string is pulled to the background fundamental strings, whose motion is described by open string rolling radion field. The string coupling can be made controllably weak and, in the limit 1 2 st n 2 st N, the bound-state energy involved is small compared to the string scale. We thus propose rolling dynamics of open string radion in this system as an exactly solvable analog for rolling dynamics of open string tachyon in decaying D-brane. The dynamics bears a novel feature that the worldsheet electric field increases monotonically to the critical value as the bound-state string falls into the background string. Close to the background string, D string constituent inside the bound-state string decouples from fundamental string constituents. (author)

  16. BRST invariant mixed string vertex for the bosonic string

    International Nuclear Information System (INIS)

    Clarizia, A.; Pezzella, F.

    1987-09-01

    We construct a BRST invariant (N+M)-string vertex including both open and closed string states. When we saturate it with N open string and M closed string physical states it reproduces their corresponding scattering amplitude. As a particular case we obtain BRST invariant vertex for the open-closed string transition. (orig.)

  17. Analytic study of nonperturbative solutions in open string field theory

    International Nuclear Information System (INIS)

    Bars, I.; Kishimoto, I.; Matsuo, Y.

    2003-01-01

    We propose an analytic framework to study the nonperturbative solutions of Witten's open string field theory. The method is based on the Moyal star formulation where the kinetic term can be split into two parts. The first one describes the spectrum of two identical half strings which are independent from each other. The second one, which we call midpoint correction, shifts the half string spectrum to that of the standard open string. We show that the nonlinear equation of motion of string field theory is exactly solvable at zeroth order in the midpoint correction. An infinite number of solutions are classified in terms of projection operators. Among them, there exists only one stable solution which is identical to the standard butterfly state. We include the effect of the midpoint correction around each exact zeroth order solution as a perturbation expansion which can be formally summed to the complete exact solution

  18. Introduction to string theory and string compactifications

    International Nuclear Information System (INIS)

    GarcIa-Compean, Hugo

    2005-01-01

    Basics of some topics on perturbative and non-perturbative string theory are reviewed. After a mathematical survey of the Standard Model of particle physics and GUTs, the bosonic string kinematics for the free case and with interaction is described. The effective action of the bosonic string and the spectrum is also discussed. T-duality in closed and open strings and the definition of D-brane are surveyed. Five perturbative superstring theories and their spectra is briefly outlined. Calabi-Yau three-fold compactifications of heterotic strings and their relation to some four-dimensional physics are given. Finally, non-perturbative issues like S-duality, M-theory and F-theory are also reviewed

  19. Open-closed string correspondence in open string field theory

    International Nuclear Information System (INIS)

    Baumgartl, M.; Sachs, I.

    2008-01-01

    We address the problem of describing different closed string backgrounds in background independent open string field theory: A shift in the closed string background corresponds to a collective excitation of open strings. As an illustration we apply the formalism to the case where the closed string background is a group manifold. (Abstract Copyright [2008], Wiley Periodicals, Inc.)

  20. Compressed Subsequence Matching and Packed Tree Coloring

    DEFF Research Database (Denmark)

    Bille, Philip; Cording, Patrick Hagge; Gørtz, Inge Li

    2017-01-01

    We present a new algorithm for subsequence matching in grammar compressed strings. Given a grammar of size n compressing a string of size N and a pattern string of size m over an alphabet of size \\(\\sigma \\), our algorithm uses \\(O(n+\\frac{n\\sigma }{w})\\) space and \\(O(n+\\frac{n\\sigma }{w}+m\\log N\\log...... w\\cdot occ)\\) or \\(O(n+\\frac{n\\sigma }{w}\\log w+m\\log N\\cdot occ)\\) time. Here w is the word size and occ is the number of minimal occurrences of the pattern. Our algorithm uses less space than previous algorithms and is also faster for \\(occ=o(\\frac{n}{\\log N})\\) occurrences. The algorithm uses...... a new data structure that allows us to efficiently find the next occurrence of a given character after a given position in a compressed string. This data structure in turn is based on a new data structure for the tree color problem, where the node colors are packed in bit strings....

  1. Parikh Matching in the Streaming Model

    DEFF Research Database (Denmark)

    Lee, Lap-Kei; Lewenstein, Moshe; Zhang, Qin

    2012-01-01

    Let S be a string over an alphabet Σ = {σ1, σ2, …}. A Parikh-mapping maps a substring S′ of S to a |Σ|-length vector that contains, in location i of the vector, the count of σi in S′. Parikh matching refers to the problem of finding all substrings of a text T which match to a given input |Σ|-leng...

  2. String-net condensation: A physical mechanism for topological phases

    International Nuclear Information System (INIS)

    Levin, Michael A.; Wen Xiaogang

    2005-01-01

    We show that quantum systems of extended objects naturally give rise to a large class of exotic phases--namely topological phases. These phases occur when extended objects, called ''string-nets,'' become highly fluctuating and condense. We construct a large class of exactly soluble 2D spin Hamiltonians whose ground states are string-net condensed. Each ground state corresponds to a different parity invariant topological phase. The models reveal the mathematical framework underlying topological phases: tensor category theory. One of the Hamiltonians--a spin-1/2 system on the honeycomb lattice--is a simple theoretical realization of a universal fault tolerant quantum computer. The higher dimensional case also yields an interesting result: we find that 3D string-net condensation naturally gives rise to both emergent gauge bosons and emergent fermions. Thus, string-net condensation provides a mechanism for unifying gauge bosons and fermions in 3 and higher dimensions

  3. Bounds on topological Abelian string-vortex and string-cigar from information-entropic measure

    Energy Technology Data Exchange (ETDEWEB)

    Correa, R.A.C., E-mail: rafael.couceiro@ufabc.edu.br [CCNH, Universidade Federal do ABC (UFABC), 09210-580, Santo André, SP (Brazil); Dantas, D.M., E-mail: davi@fisica.ufc.br [Universidade Federal do Ceará (UFC), 60455-760, Fortaleza, CE (Brazil); Almeida, C.A.S., E-mail: carlos@fisica.ufc.br [Universidade Federal do Ceará (UFC), Departamento de Física, 60455-760, Fortaleza, CE (Brazil); Rocha, Roldão da, E-mail: roldao.rocha@ufabc.edu.br [Centro de Matemática, Computação e Cognição, Universidade Federal do ABC (UFABC), 09210-580, Santo André, SP (Brazil)

    2016-04-10

    In this work we obtain bounds on the topological Abelian string-vortex and on the string-cigar, by using a new measure of configurational complexity, known as configurational entropy. In this way, the information-theoretical measure of six-dimensional braneworlds scenarios is capable to probe situations where the parameters responsible for the brane thickness are arbitrary. The so-called configurational entropy (CE) selects the best value of the parameter in the model. This is accomplished by minimizing the CE, namely, by selecting the most appropriate parameters in the model that correspond to the most organized system, based upon the Shannon information theory. This information-theoretical measure of complexity provides a complementary perspective to situations where strictly energy-based arguments are inconclusive. We show that the higher the energy the higher the CE, what shows an important correlation between the energy of the a localized field configuration and its associated entropic measure.

  4. Novel string field theory with also negative energy constituents/objects gives Veneziano amplitude

    Science.gov (United States)

    Nielsen, H. B.; Ninomiya, M.

    2018-02-01

    We have proposed a new type of string field theory. The main point of the present article is to cure some technical troubles: missing two out three terms in Veneziano amplitude. Our novel string field theory, describes a theory with many strings in terms of "objects", which are not exactly, but close to Charles Thorn's string bits. The new point is that the objects in terms of which the universe states are constructed, and which have an essentially 26-momentum variable called J μ , can have the energy J 0 be also negative as well as positive. We get a long way in deriving in this model the Veneziano model and obtain all the three terms needed for a four point amplitude. This result strongly indicates that our novel string field theory is indeed string theory.

  5. Principal Killing strings in higher-dimensional Kerr-NUT-(A)dS spacetimes

    Science.gov (United States)

    Boos, Jens; Frolov, Valeri P.

    2018-04-01

    We construct special solutions of the Nambu-Goto equations for stationary strings in a general Kerr-NUT-(A)dS spacetime in any number of dimensions. This construction is based on the existence of explicit and hidden symmetries generated by the principal tensor which exists for these metrics. The characteristic property of these string configurations, which we call "principal Killing strings," is that they are stretched out from "infinity" to the horizon of the Kerr-NUT-(A)dS black hole and remain regular at the latter. We also demonstrate that principal Killing strings extract angular momentum from higher-dimensional rotating black holes and interpret this as the action of an asymptotic torque.

  6. Towards a Database System for Large-scale Analytics on Strings

    KAUST Repository

    Sahli, Majed A.

    2015-07-23

    Recent technological advances are causing an explosion in the production of sequential data. Biological sequences, web logs and time series are represented as strings. Currently, strings are stored, managed and queried in an ad-hoc fashion because they lack a standardized data model and query language. String queries are computationally demanding, especially when strings are long and numerous. Existing approaches cannot handle the growing number of strings produced by environmental, healthcare, bioinformatic, and space applications. There is a trade- off between performing analytics efficiently and scaling to thousands of cores to finish in reasonable times. In this thesis, we introduce a data model that unifies the input and output representations of core string operations. We define a declarative query language for strings where operators can be pipelined to form complex queries. A rich set of core string operators is described to support string analytics. We then demonstrate a database system for string analytics based on our model and query language. In particular, we propose the use of a novel data structure augmented by efficient parallel computation to strike a balance between preprocessing overheads and query execution times. Next, we delve into repeated motifs extraction as a core string operation for large-scale string analytics. Motifs are frequent patterns used, for example, to identify biological functionality, periodic trends, or malicious activities. Statistical approaches are fast but inexact while combinatorial methods are sound but slow. We introduce ACME, a combinatorial repeated motifs extractor. We study the spatial and temporal locality of motif extraction and devise a cache-aware search space traversal technique. ACME is the only method that scales to gigabyte- long strings, handles large alphabets, and supports interesting motif types with minimal overhead. While ACME is cache-efficient, it is limited by being serial. We devise a lightweight

  7. Hyperbolic strings

    International Nuclear Information System (INIS)

    Popov, A.D.

    1991-01-01

    We introduce hyperbolic strings as closed bosonic strings with the target space R d-1,1 xT q+1,1 which has an additional time-like dimension in the internal space. The Fock spaces of the q-parametric family of standard bosonic, fermionic and heterotic strings with the target spaces of dimension n≤d+q are shown to be embedded into the Fock space of hyperbolic strings. The condition of the absence of anomaly fixes d and q for all three types of strings written in a bosonized form. (orig.)

  8. String theory

    International Nuclear Information System (INIS)

    Chan Hongmo.

    1987-10-01

    The paper traces the development of the String Theory, and was presented at Professor Sir Rudolf Peierls' 80sup(th) Birthday Symposium. The String theory is discussed with respect to the interaction of strings, the inclusion of both gauge theory and gravitation, inconsistencies in the theory, and the role of space-time. The physical principles underlying string theory are also outlined. (U.K.)

  9. D-strings in unconventional type I vacuum configurations

    International Nuclear Information System (INIS)

    Bianchi, M.; Gava, E.; Morales, F.; Narain, K.S.

    1998-11-01

    We determine the spectrum of D-string bound states in various classes of generalized type I vacuum configurations with sixteen and eight supercharges. The precise matching of the BPS spectra confirms the duality between unconventional type IIB orientfolds with quantized NS-NS antisymmetric tensor and heterotic CHL models in D=8. A similar analysis puts the duality between type II (4,0) models and type I strings without open strings on a firmer ground. The analysis can be extended to type II (2,0) asymmetric orbifolds and their type I duals that correspond to unconventional K3 compactifications. Finally we discuss BPS-saturated threshold corrections to the corresponding low-energy effective lagrangians. In particular we show how the exact moduli dependence of some F 4 terms in the eight-dimensional type II (4,0) orbifold is reproduced by the infinite sum of D-instanton contributions in the dual type I theory. (author)

  10. Duality relation between charged elastic strings and superconducting cosmic strings

    International Nuclear Information System (INIS)

    Carter, B.

    1989-01-01

    The mechanical properties of macroscopic electromagnetically coupled string models in a flat or curved background are treated using a covariant formalism allowing the construction of a duality transformation that relates the category of uniform ''electric'' string models, constructed as the (nonconducting) charged generalisation of ordinary uncoupled (violin type) elastic strings, to a category of ''magnetic'' string models comprising recently discussed varieties of ''superconducting cosmic strings''. (orig.)

  11. A reduced covariant string model for the extrinsic string

    International Nuclear Information System (INIS)

    Botelho, L.C.L.

    1989-01-01

    It is studied a reduced covariant string model for the extrinsic string by using Polyakov's path integral formalism. On the basis of this reduced model it is suggested that the extrinsic string has its critical dimension given by 13. Additionally, it is calculated in a simple way Poliakov's renormalization group law for the string rigidity coupling constants. (A.C.A.S.) [pt

  12. The heterotic string

    International Nuclear Information System (INIS)

    Gross, D.J.

    1986-01-01

    Traditional string theories, either bosonic or supersymmetric, came in two varieties, closed string theories and open string theories. Closed string are neutral objects which describe at low energies gravity or supergravity. Open strings have geometrically invariant ends to which charge can be attached, thereby obtaining, in addition to gravity, Yang-Mills gauge interactions. Recently a new kind of string theory was discovered--the heterotic string, which is a chiral hybrid of the closed superstring and the closed bosonic string, and which produces by an internal dynamical mechanism gauge interactions of a totally specified kind. Although this theory is found in an attempt to produce a superstring theory which would yield a low energy E/sub 8/xE/sub 8/ supersymmetric, anomaly free, gauge theory, as suggested by the anomaly cancellation mechanism of Green and Schwarz, it fits naturally into the general framework of consistent string theories

  13. String Gas Cosmology

    OpenAIRE

    Brandenberger, Robert H.

    2008-01-01

    String gas cosmology is a string theory-based approach to early universe cosmology which is based on making use of robust features of string theory such as the existence of new states and new symmetries. A first goal of string gas cosmology is to understand how string theory can effect the earliest moments of cosmology before the effective field theory approach which underlies standard and inflationary cosmology becomes valid. String gas cosmology may also provide an alternative to the curren...

  14. Semantic Data Matching: Principles and Performance

    Science.gov (United States)

    Deaton, Russell; Doan, Thao; Schweiger, Tom

    Automated and real-time management of customer relationships requires robust and intelligent data matching across widespread and diverse data sources. Simple string matching algorithms, such as dynamic programming, can handle typographical errors in the data, but are less able to match records that require contextual and experiential knowledge. Latent Semantic Indexing (LSI) (Berry et al. ; Deerwester et al. is a machine intelligence technique that can match data based upon higher order structure, and is able to handle difficult problems, such as words that have different meanings but the same spelling, are synonymous, or have multiple meanings. Essentially, the technique matches records based upon context, or mathematically quantifying when terms occur in the same record.

  15. Chern-Simons couplings for dielectric F-strings in matrix string theory

    International Nuclear Information System (INIS)

    Brecher, Dominic; Janssen, Bert; Lozano, Yolanda

    2002-01-01

    We compute the non-abelian couplings in the Chern-Simons action for a set of coinciding fundamental strings in both the type IIA and type IIB Matrix string theories. Starting from Matrix theory in a weakly curved background, we construct the linear couplings of closed string fields to type IIA Matrix strings. Further dualities give a type IIB Matrix string theory and a type IIA theory of Matrix strings with winding. (Abstract Copyright[2002], Wiley Periodicals, Inc.)

  16. A string theory which isn't about strings

    Science.gov (United States)

    Lee, Kanghoon; Rey, Soo-Jong; Rosabal, J. A.

    2017-11-01

    Quantization of closed string proceeds with a suitable choice of worldsheet vacuum. A priori, the vacuum may be chosen independently for left-moving and right-moving sectors. We construct ab initio quantized bosonic string theory with left-right asymmetric worldsheet vacuum and explore its consequences and implications. We critically examine the validity of new vacuum and carry out first-quantization using standard operator formalism. Remarkably, the string spectrum consists only of a finite number of degrees of freedom: string gravity (massless spin-two, Kalb-Ramond and dilaton fields) and two massive spin-two Fierz-Pauli fields. The massive spin-two fields have negative norm, opposite mass-squared, and provides a Lee-Wick type extension of string gravity. We compute two physical observables: tree-level scattering amplitudes and one-loop cosmological constant. Scattering amplitude of four dilatons is shown to be a rational function of kinematic invariants, and in D = 26 factorizes into contributions of massless spin-two and a pair of massive spin-two fields. The string one loop partition function is shown to perfectly agree with one loop Feynman diagram of string gravity and two massive spin-two fields. In particular, it does not exhibit modular invariance. We critically compare our construction with recent studies and contrast differences.

  17. Vortex-strings in N=2 SQCD and bulk-string decoupling

    Science.gov (United States)

    Gerchkovitz, Efrat; Karasik, Avner

    2018-02-01

    We study vortex-strings in four-dimensional N=2 supersymmetric SU( N c ) × U(1) gauge theories with N f hypermultiplets in the fundamental representation of SU( N c ) and general U(1) charges. If N f > N c , the vacuum is not gapped and the low-energy theory contains both the vacuum massless excitations and the string zero-modes. The question we address in this work is whether the vacuum and the string moduli decouple at low energies, allowing a description of the low-energy dynamics in terms of a two-dimensional theory on the string worldsheet. We find a simple condition controlling the bulk-string coupling: if there exist two flavors such that the product of their U(1) charge difference with the magnetic flux carried by the string configuration is not an integer multiple of 2 π, the string has zero-modes that decay slower than 1 /r, where r is the radial distance from the string core. These modes are coupled to the vacuum massless excitations even at low energies. If, however, all such products are integer multiples of 2 π, long-range modes of this type do not exist and the string moduli decouple from the bulk at low energies. This condition turns out to coincide with the condition of trivial Aharonov-Bohm phases for the particles in the spectrum. In addition to a derivation of the bulk-string decoupling criterion using classical analysis of the string zero-modes, we provide a non-perturbative derivation of the criterion, which uses supersymmetric localization techniques.

  18. Cosmic strings in f(R,L{sub m}) gravity

    Energy Technology Data Exchange (ETDEWEB)

    Harko, Tiberiu [University College London, Department of Mathematics, London (United Kingdom); Lake, Matthew J. [Naresuan University, The Institute for Fundamental Study, ' ' The Tah Poe Academia Institute' ' , Phitsanulok (Thailand); Ministry of Education, Thailand Center of Excellence in Physics, Bangkok (Thailand)

    2015-02-01

    We consider Kasner-type static, cylindrically symmetric interior string solutions in the f(R,L{sub m}) theory of modified gravity. The physical properties of the string are described by an anisotropic energy-momentum tensor satisfying the condition T{sub t}{sup t} = T{sub z}{sup z}; that is, the energy density of the string along the z-axis is equal to minus the string tension. As a first step in our study we obtain the gravitational field equations in the f(R,L{sub m}) theory for a general static, cylindrically symmetric metric, and then for a Kasner-type metric, in which the metric tensor components have a power law dependence on the radial coordinate r. String solutions in two particular modified gravity models are investigated in detail. The first is the so-called ''exponential'' modified gravity, in which the gravitational action is proportional to the exponential of the sum of the Ricci scalar and matter Lagrangian, and the second is the ''self-consistent model'', obtained by explicitly determining the gravitational action from the field equations under the assumption of a power law dependent matter Lagrangian. In each case, the thermodynamic parameters of the string, as well as the precise form of the matter Lagrangian, are explicitly obtained. (orig.)

  19. StringForce

    DEFF Research Database (Denmark)

    Barendregt, Wolmet; Börjesson, Peter; Eriksson, Eva

    2017-01-01

    In this paper, we present the forced collaborative interaction game StringForce. StringForce is developed for a special education context to support training of collaboration skills, using readily available technologies and avoiding the creation of a "mobile bubble". In order to play String......Force two or four physically collocated tablets are required. These tablets are connected to form one large shared game area. The game can only be played by collaborating. StringForce extends previous work, both technologically and regarding social-emotional training. We believe String......Force to be an interesting demo for the IDC community, as it intertwines several relevant research fields, such as mobile interaction and collaborative gaming in the special education context....

  20. Bosonic strings

    CERN Document Server

    Jost, Jürgen

    2007-01-01

    This book presents a mathematical treatment of Bosonic string theory from the point of view of global geometry. As motivation, Jost presents the theory of point particles and Feynman path integrals. He provides detailed background material, including the geometry of Teichmüller space, the conformal and complex geometry of Riemann surfaces, and the subtleties of boundary regularity questions. The high point is the description of the partition function for Bosonic strings as a finite-dimensional integral over a moduli space of Riemann surfaces. Jost concludes with some topics related to open and closed strings and D-branes. Bosonic Strings is suitable for graduate students and researchers interested in the mathematics underlying string theory.

  1. String cosmology. Large-field inflation in string theory

    International Nuclear Information System (INIS)

    Westphal, Alexander

    2014-09-01

    This is a short review of string cosmology. We wish to connect string-scale physics as closely as possible to observables accessible to current or near-future experiments. Our possible best hope to do so is a description of inflation in string theory. The energy scale of inflation can be as high as that of Grand Unification (GUT). If this is the case, this is the closest we can possibly get in energy scales to string-scale physics. Hence, GUT-scale inflation may be our best candidate phenomenon to preserve traces of string-scale dynamics. Our chance to look for such traces is the primordial gravitational wave, or tensor mode signal produced during inflation. For GUT-scale inflation this is strong enough to be potentially visible as a B-mode polarization of the cosmic microwave background (CMB). Moreover, a GUT-scale inflation model has a trans-Planckian excursion of the inflaton scalar field during the observable amount of inflation. Such large-field models of inflation have a clear need for symmetry protection against quantum corrections. This makes them ideal candidates for a description in a candidate fundamental theory like string theory. At the same time the need of large-field inflation models for UV completion makes them particularly susceptible to preserve imprints of their string-scale dynamics in the inflationary observables, the spectral index n s and the fractional tensor mode power r. Hence, we focus this review on axion monodromy inflation as a mechanism of large-field inflation in string theory.

  2. Boundary string field theory and an open string one-loop

    International Nuclear Information System (INIS)

    Lee, Tae Jin; Viswanathan, K. S.; Yang, Yi

    2003-01-01

    We discuss the open string one-loop partition function in the tachyon condensation background of an unstable D-brane system. We evaluate the partition function by using the boundary-state formulation and find that it is in complete agreement with the result obtained in the boundary string field theory. This suggests that the open string higher loop diagrams may be produced consistently by using a closed string field theory, where the D-brane plays the role of a source for the closed string field

  3. Hot String Soup

    OpenAIRE

    Lowe, D. A.; Thorlacius, L.

    1994-01-01

    Above the Hagedorn energy density closed fundamental strings form a long string phase. The dynamics of weakly interacting long strings is described by a simple Boltzmann equation which can be solved explicitly for equilibrium distributions. The average total number of long strings grows logarithmically with total energy in the microcanonical ensemble. This is consistent with calculations of the free single string density of states provided the thermodynamic limit is carefully defined. If the ...

  4. String-driven inflation

    International Nuclear Information System (INIS)

    Turok, N.

    1988-01-01

    It is argued that, in fundamental string theories, as one traces the universe back in time a point is reached when the expansion rate is so fast that the rate of string creation due to quantum effects balances the dilution of the string density due to the expansion. One is therefore led into a phase of constant string density and an exponentially expanding universe. Fundamental strings therefore seem to lead naturally to inflation

  5. Cosmic global strings

    International Nuclear Information System (INIS)

    Sikivie, P.

    1991-01-01

    The topics are: global strings; the gravitational field of a straight global string; how do global strings behave?; the axion cosmological energy density; computer simulations of the motion and decay of global strings; electromagnetic radiation from the conversion of Nambu-Goldstone bosons in astrophysical magnetic fields. (orig.)

  6. A unifying theory The universe on a string

    CERN Multimedia

    Greene, Brian

    2006-01-01

    Seventy-five years ago, Albert Einstein completed his unified field theory; but, as had happened before and would happen again, Einstein had to go bak to the drawing board. Much progress have been inspired, with the most recent advances coming from an approach called string theory. (1,5 page)

  7. Fluctuations of the baryonic flux-tube junction from effective string theory

    International Nuclear Information System (INIS)

    Pfeuffer, Melanie; Bali, Gunnar S.; Panero, Marco

    2009-01-01

    In quenched QCD, where the dynamic creation of quark-antiquark pairs out of the vacuum is neglected, a confined baryonic system composed of three static quarks exhibits stringlike behavior at large interquark separation, with the formation of flux tubes characterized by the geometry of the so-called Y ansatz. We study the fluctuations of the junction of the three flux tubes, assuming the dynamics to be governed by an effective bosonic string model. We show that the asymptotic behavior of the effective width of the junction grows logarithmically with the distance between the sources, with the coefficient depending on the number of joining strings, on the dimension of spacetime and on the string tension.

  8. String driven inflation

    International Nuclear Information System (INIS)

    Turok, N.

    1987-11-01

    It is argued that, in fundamental string theories, as one traces the universe back in time a point is reached when the expansion rate is so fast that the rate of string creation due to quantum effects balances the dilution of the string density due to the expansion. One is therefore led into a phase of constant string density and an exponentially expanding universe. Fundamental strings therefore seem to lead naturally to inflation. 17 refs., 1 fig

  9. String field theory solution for any open string background

    Czech Academy of Sciences Publication Activity Database

    Erler, T.; Maccaferri, Carlo

    2014-01-01

    Roč. 10, Oct (2014), 1-37 ISSN 1029-8479 R&D Projects: GA ČR GBP201/12/G028 Institutional support: RVO:68378271 Keywords : tachyon condensation * string field theory * conformal field models in string theory * bosonic strings Subject RIV: BE - Theoretical Physics Impact factor: 6.111, year: 2014

  10. Lattice strings

    International Nuclear Information System (INIS)

    Thorn, C.B.

    1988-01-01

    The possibility of studying non-perturbative effects in string theory using a world sheet lattice is discussed. The light-cone lattice string model of Giles and Thorn is studied numerically to assess the accuracy of ''coarse lattice'' approximations. For free strings a 5 by 15 lattice seems sufficient to obtain better than 10% accuracy for the bosonic string tachyon mass squared. In addition a crude lattice model simulating string like interactions is studied to find out how easily a coarse lattice calculation can pick out effects such as bound states which would qualitatively alter the spectrum of the free theory. The role of the critical dimension in obtaining a finite continuum limit is discussed. Instead of the ''gaussian'' lattice model one could use one of the vertex models, whose continuum limit is the same as a gaussian model on a torus of any radius. Indeed, any critical 2 dimensional statistical system will have a stringy continuum limit in the absence of string interactions. 8 refs., 1 fig. , 9 tabs

  11. String-coupling constant and dilaton vacuum expectation value in string field theory

    International Nuclear Information System (INIS)

    Yoneya, Tamiaki

    1987-01-01

    In the first quantized approaches to strings, it is well known that the string-coupling constant is determined by the vacuum expectation value of the dilaton field. This property, however, has never been demonstrated within the framework of string field theory. An explicit reparametrization of the string field associated with the shifts of the dilaton vacuum expectation value and the string-coupling constant is constructed exhibiting the above property in the light-cone field theory of the closed bosonic string. (orig.)

  12. Closed string field theory

    International Nuclear Information System (INIS)

    Strominger, A.

    1987-01-01

    A gauge invariant cubic action describing bosonic closed string field theory is constructed. The gauge symmetries include local spacetime diffeomorphisms. The conventional closed string spectrum and trilinear couplings are reproduced after spontaneous symmetry breaking. The action S is constructed from the usual ''open string'' field of ghost number minus one half. It is given by the associator of the string field product which is non-vanishing because of associativity anomalies. S does not describe open string propagation because open string states associate and can thereby be shifted away. A field theory of closed and open strings can be obtained by adding to S the cubic open string action. (orig.)

  13. Conformal techniques in string theory and string field theory

    International Nuclear Information System (INIS)

    Giddings, S.B.

    1987-01-01

    The application of some conformal and Riemann surface techniques to string theory and string field theory is described. First a brief review of Riemann surface techniques and of the Polyakov approach to string theory is presented. This is followed by a discussion of some features of string field theory and of its Feynman rules. Specifically, it is shown that the Feynman diagrams for Witten's string field theory respect modular invariance, and in particular give a triangulation of moduli space. The Polyakov formalism is then used to derive the Feynman rules that should follow from this theory upon gauge-fixing. It should also be possible to apply this derivation to deduce the Feynman rules for other gauge-fixed string field theories. Following this, Riemann surface techniques are turned to the problem of proving the equivalence of the Polyakov and light-cone formalisms. It is first shown that the light-cone diagrams triangulate moduli space. Then the Polyakov measure is worked out for these diagrams, and shown to equal that deduced from the light-cone gauge fixed formalism. Also presented is a short description of the comparison of physical states in the two formalisms. The equivalence of the two formalisms in particular constitutes a proof of the unitarity of the Polyakov framework for the closed bosonic string

  14. Minimal open strings

    International Nuclear Information System (INIS)

    Hosomichi, Kazuo

    2008-01-01

    We study FZZT-branes and open string amplitudes in (p, q) minimal string theory. We focus on the simplest boundary changing operators in two-matrix models, and identify the corresponding operators in worldsheet theory through the comparison of amplitudes. Along the way, we find a novel linear relation among FZZT boundary states in minimal string theory. We also show that the boundary ground ring is realized on physical open string operators in a very simple manner, and discuss its use for perturbative computation of higher open string amplitudes.

  15. String necklaces and primordial black holes from type IIB strings

    International Nuclear Information System (INIS)

    Lake, Matthew; Thomas, Steve; Ward, John

    2009-01-01

    We consider a model of static cosmic string loops in type IIB string theory, where the strings wrap cycles within the internal space. The strings are not topologically stabilised, however the presence of a lifting potential traps the windings giving rise to kinky cycloops. We find that PBH formation occurs at early times in a small window, whilst at late times we observe the formation of dark matter relics in the scaling regime. This is in stark contrast to previous predictions based on field theoretic models. We also consider the PBH contribution to the mass density of the universe, and use the experimental data to impose bounds on the string theory parameters.

  16. Coulomb string tension, asymptotic string tension, and the gluon chain

    OpenAIRE

    Greensite, Jeff; Szczepaniak, Adam P.

    2014-01-01

    We compute, via numerical simulations, the non-perturbative Coulomb potential of pure SU(3) gauge theory in Coulomb gauge. We find that that the Coulomb potential scales nicely in accordance with asymptotic freedom, that the Coulomb potential is linear in the infrared, and that the Coulomb string tension is about four times larger than the asymptotic string tension. We explain how it is possible that the asymptotic string tension can be lower than the Coulomb string tension by a factor of four.

  17. On Field Theory of Open Strings, Tachyon Condensation and Closed Strings

    OpenAIRE

    Shatashvili, Samson L.

    2001-01-01

    I review the physical properties of different vacua in the background independent open string field theory. Talk presented at Strings 2001, Mumbai, India, http://theory.theory.tifr.res.in/strings/Proceedings/#sha-s.

  18. Closed Strings From Nothing

    Energy Technology Data Exchange (ETDEWEB)

    Lawrence, Albion

    2001-07-25

    We study the physics of open strings in bosonic and type II string theories in the presence of unstable D-branes. When the potential energy of the open string tachyon is at its minimum, Sen has argued that only closed strings remain in the perturbative spectrum. We explore the scenario of Yi and of Bergman, Hori and Yi, who argue that the open string degrees of freedom are strongly coupled and disappear through confinement. We discuss arguments using open string field theory and worldsheet boundary RG flows, which seem to indicate otherwise. We then describe a solitonic excitation of the open string tachyon and gauge field with the charge and tension of a fundamental closed string. This requires a double scaling limit where the tachyon is taken to its minimal value and the electric field is taken to its maximum value. The resulting flux tube has an unconstrained spatial profile; and for large fundamental string charge, it appears to have light, weakly coupled open strings living in the core. We argue that the flux tube acquires a size or order {alpha}' through sigma model and string coupling effects; and we argue that confinement effects make the light degrees of freedom heavy and strongly interacting.

  19. Closed Strings From Nothing

    International Nuclear Information System (INIS)

    Lawrence, Albion

    2001-01-01

    We study the physics of open strings in bosonic and type II string theories in the presence of unstable D-branes. When the potential energy of the open string tachyon is at its minimum, Sen has argued that only closed strings remain in the perturbative spectrum. We explore the scenario of Yi and of Bergman, Hori and Yi, who argue that the open string degrees of freedom are strongly coupled and disappear through confinement. We discuss arguments using open string field theory and worldsheet boundary RG flows, which seem to indicate otherwise. We then describe a solitonic excitation of the open string tachyon and gauge field with the charge and tension of a fundamental closed string. This requires a double scaling limit where the tachyon is taken to its minimal value and the electric field is taken to its maximum value. The resulting flux tube has an unconstrained spatial profile; and for large fundamental string charge, it appears to have light, weakly coupled open strings living in the core. We argue that the flux tube acquires a size or order α' through sigma model and string coupling effects; and we argue that confinement effects make the light degrees of freedom heavy and strongly interacting

  20. How to simulate global cosmic strings with large string tension

    Energy Technology Data Exchange (ETDEWEB)

    Klaer, Vincent B.; Moore, Guy D., E-mail: vklaer@theorie.ikp.physik.tu-darmstadt.de, E-mail: guy.moore@physik.tu-darmstadt.de [Institut für Kernphysik, Technische Universität Darmstadt, Schlossgartenstraße 2, Darmstadt, D-64289 Germany (Germany)

    2017-10-01

    Global string networks may be relevant in axion production in the early Universe, as well as other cosmological scenarios. Such networks contain a large hierarchy of scales between the string core scale and the Hubble scale, ln( f {sub a} / H ) ∼ 70, which influences the network dynamics by giving the strings large tensions T ≅ π f {sub a} {sup 2} ln( f {sub a} / H ). We present a new numerical approach to simulate such global string networks, capturing the tension without an exponentially large lattice.

  1. A brief history of string theory. From dual models to M-theory

    International Nuclear Information System (INIS)

    Rickles, Dean

    2014-01-01

    First monograph devoted to the history of superstring theory. Objective presentation of a controversial area of physics enabling readers to see through the divisive hype and hysteria forming the 'String Wars'. Interweaves conceptual issues with the wider historical development. Reveals string theory's historically close connections with other areas of physics. Self-contained approach brings string theory within the grasp of non-specialists. During its forty year lifespan, string theory has always had the power to divide, being called both a 'theory of everything' and a 'theory of nothing'. Critics have even questioned whether it qualifies as a scientific theory at all. This book adopts an objective stance, standing back from the question of the truth or falsity of string theory and instead focusing on how it came to be and how it came to occupy its present position in physics. An unexpectedly rich history is revealed, with deep connections to our most well-established physical theories. Fully self-contained and written in a lively fashion, the book will appeal to a wide variety of readers from novice to specialist.

  2. BPS limit of multi- D- and DF-strings in boundary string field theory

    International Nuclear Information System (INIS)

    Go, Gyungchoon; Ishida, Akira; Kim, Yoonbai

    2007-01-01

    A BPS limit is systematically derived for straight multi- D- and DF-strings from the D3D-bar3 system in the context of boundary superstring field theory. The BPS limit is obtained in the limit of thin D(F)-strings, where the Bogomolny equation supports singular static multi-D(F)-string solutions. For the BPS multi-string configurations with arbitrary separations, BPS sum rule is fulfilled under a Gaussian type tachyon potential and reproduces exactly the descent relation. For the DF-strings ((p,q)-strings), the distribution of fundamental string charge density coincides with its energy density and the Hamiltonian density takes the BPS formula of square-root form

  3. The arithmetic of strings

    International Nuclear Information System (INIS)

    Freund, P.G.O.

    1988-01-01

    According to the author nobody has succeeded as yet in extracting any new numbers from string theory. This paper discusses how if one cannot get new numbers from string theory, maybe one can get new strings out of number theory. Number theory is generally regarded as the purest form of mathematics. So how can it conceivably make contact with physics which aims at describing nature? The author discusses how the connecting link of these two disciplines is provided by the compact Riemann surfaces. These appear as world sheets of interacting strings. For instance, string-string scattering at the three-loop level involves the four external strings attaching themselves to a genus three compact surface

  4. On Atwood's Machine with a Nonzero Mass String

    Science.gov (United States)

    Tarnopolski, Mariusz

    2015-01-01

    Let us consider a classical high school exercise concerning two weights on a pulley and a string, illustrated in Fig. 1(a). A system like this is called an Atwood's machine and was invented by George Atwood in 1784 as a laboratory experiment to verify the mechanical laws of motion with constant acceleration. Nowadays, Atwood's machine is used for…

  5. Bowed Strings

    Science.gov (United States)

    Rossing, Thomas D.; Hanson, Roger J.

    In the next eight chapters, we consider some aspects of the science of bowed string instruments, old and new. In this chapter, we present a brief discussion of bowed strings, a subject that will be developed much more thoroughly in Chap. 16. Chapters 13-15 discuss the violin, the cello, and the double bass. Chapter 17 discusses viols and other historic string instruments, and Chap. 18 discusses the Hutchins-Schelleng violin octet.

  6. Z3str3: A String Solver with Theory-aware Branching

    OpenAIRE

    Berzish, Murphy; Zheng, Yunhui; Ganesh, Vijay

    2017-01-01

    We present a new string SMT solver, Z3str3, that is faster than its competitors Z3str2, Norn, CVC4, S3, and S3P over a majority of three industrial-strength benchmarks, namely Kaluza, PISA, and IBM AppScan. Z3str3 supports string equations, linear arithmetic over length function, and regular language membership predicate. The key algorithmic innovation behind the efficiency of Z3str3 is a technique we call theory-aware branching, wherein we modify Z3's branching heuristic to take into account...

  7. Higher-Spin Triplet Fields and String Theory

    Directory of Open Access Journals (Sweden)

    D. Sorokin

    2010-01-01

    Full Text Available We review basic properties of reducible higher-spin multiplets, called triplets, and demonstrate how they naturally appear as part of the spectrum of String Field Theory in the tensionless limit. We show how in the frame-like formulation the triplet fields are endowed with the geometrical meaning of being components of higher-spin vielbeins and connections and present actions describing their free dynamics.

  8. The theta-structure in string theories - 1: bosonic strings

    International Nuclear Information System (INIS)

    Li Miao.

    1985-09-01

    We explored the theta-structures in bosonic string theories which are similar to those in gauge field theories. The theta-structure of string is due to the multiply connected spatial compact subspace of space-time. The work of this paper shows that there is an energy band E(theta) in the string theory and one may move the tachyon out in theory by choosing some proper theta parameters. (author)

  9. Rotating black string with nonlinear source

    International Nuclear Information System (INIS)

    Hendi, S. H.

    2010-01-01

    In this paper, we derive rotating black string solutions in the presence of two kinds of nonlinear electromagnetic fields, so-called Born-Infeld and power Maxwell invariant. Investigation of the solutions show that for the Born-Infeld black string the singularity is timelike and the asymptotic behavior of the solutions is anti-de Sitter, but for power Maxwell invariant solutions, depending on the values of nonlinearity parameter, the singularity may be timelike as well as spacelike and the solutions are not asymptotically anti-de Sitter for all values of the nonlinearity parameter. Next, we calculate the conserved quantities of the solutions by using the counterterm method, and find that these quantities do not depend on the nonlinearity parameter. We also compute the entropy, temperature, the angular velocity, the electric charge, and the electric potential of the solutions, in which the conserved and thermodynamics quantities satisfy the first law of thermodynamics.

  10. General relativistic model of a spinning cosmic string

    International Nuclear Information System (INIS)

    Jensen, B.; Soleng, H.H.

    1991-11-01

    The authors investigate the infinite, straight, rotating cosmic string within the framework of Einstein's General Theory of Relativity. A class of exact interior solutions is derived for which the source satisfies the weak and the dominant energy conditions. The interior metric is matched smoothly to the exterior vacuum. A subclass of these solutions has closed time-like curves both in the interior and the exterior geometry. 39 refs., 2 figs

  11. Searching for the standard model in the string landscape: SUSY GUTs

    Science.gov (United States)

    Raby, Stuart

    2011-03-01

    The standard model is the theory describing all observational data from the highest energies to the largest distances. (There is, however, one caveat: additional forms of energy, not part of the standard model, known as dark matter and dark energy must be included in order to describe the Universe at galactic scales and larger.) High energies refers to physics at the highest energy particle accelerators, including CERN's LEP II (which ceased operation in 2000 to begin construction of the Large Hadron Collider now in operation) and Fermilab's Tevatron, as well as to the energies obtained in particle jets created in so-called active galactic nuclei scattered throughout the visible Universe. Some of these extra-galactic particles bombard our own Earth in the form of cosmic rays, or super-energetic protons which scatter off nucei in the upper atmosphere. String theory is, on the other hand, an unfinished theoretical construct which attempts to describe all matter and their interactions in terms of the harmonic oscillations of open and/or closed strings. It is regarded as unfinished since at present it is a collection of ideas, tied together by powerful consistency conditions, called dualities, with the ultimate goal of finding the completed string theory. At the moment we only have descriptions which are valid in different mutually exclusive limits with names such as type I, IIA, IIB, heterotic, M and F theory. The string landscape has been described in the pages of many scholarly and popular works. It is perhaps best understood as the collection of possible solutions to the string equations; albeit these solutions look totally different in the different limiting descriptions. What do we know about the string landscape? We know that there are such a large number of possible solutions that the only way to represent this number is as 10500 or a 1 followed by 500 zeros. Note that this is not a precise value since the uncertainty is given by a number just as large

  12. Searching for the standard model in the string landscape: SUSY GUTs

    International Nuclear Information System (INIS)

    Raby, Stuart

    2011-01-01

    The standard model is the theory describing all observational data from the highest energies to the largest distances. (There is, however, one caveat: additional forms of energy, not part of the standard model, known as dark matter and dark energy must be included in order to describe the Universe at galactic scales and larger.) High energies refers to physics at the highest energy particle accelerators, including CERN's LEP II (which ceased operation in 2000 to begin construction of the Large Hadron Collider now in operation) and Fermilab's Tevatron, as well as to the energies obtained in particle jets created in so-called active galactic nuclei scattered throughout the visible Universe. Some of these extra-galactic particles bombard our own Earth in the form of cosmic rays, or super-energetic protons which scatter off nucei in the upper atmosphere. String theory is, on the other hand, an unfinished theoretical construct which attempts to describe all matter and their interactions in terms of the harmonic oscillations of open and/or closed strings. It is regarded as unfinished since at present it is a collection of ideas, tied together by powerful consistency conditions, called dualities, with the ultimate goal of finding the completed string theory. At the moment we only have descriptions which are valid in different mutually exclusive limits with names such as type I, IIA, IIB, heterotic, M and F theory. The string landscape has been described in the pages of many scholarly and popular works. It is perhaps best understood as the collection of possible solutions to the string equations; albeit these solutions look totally different in the different limiting descriptions. What do we know about the string landscape? We know that there are such a large number of possible solutions that the only way to represent this number is as 10 500 or a 1 followed by 500 zeros. Note that this is not a precise value since the uncertainty is given by a number just as large

  13. Dynamic call center routing policies using call waiting and agent idle times

    NARCIS (Netherlands)

    Chan, W.; Koole, G.M.; L'Ecuyer, P.

    2014-01-01

    We study call routing policies for call centers with multiple call types and multiple agent groups. We introduce new weight-based routing policies where each pair (call type, agent group) is given a matching priority defined as an affine combination of the longest waiting time for that call type and

  14. Why string theory?

    CERN Document Server

    Conlon, Joseph

    2016-01-01

    Is string theory a fraud or one of the great scientific advances? Why do so many physicists work on string theory if it cannot be tested? This book provides insight into why such a theory, with little direct experimental support, plays such a prominent role in theoretical physics. The book gives a modern and accurate account of string theory and science, explaining what string theory is, why it is regarded as so promising, and why it is hard to test.

  15. Wilson loops in 3-dimensional N = 6 supersymmetric Chern-Simons theory and their string theory duals

    International Nuclear Information System (INIS)

    Drukker, Nadav; Plefka, Jan; Young, Donovan

    2008-01-01

    We study Wilson loops in the three-dimensional N = 6 supersymmetric Chern-Simons theory recently constructed by Aharony, Bergman, Jafferis and Maldacena, that is conjectured to be dual to type IIA string theory on AdS 4 x CP 3 . We construct loop operators in the Chern-Simons theory which preserve 1/6 of the supercharges and calculate their expectation value up to 2-loop order at weak coupling. The expectation value at strong coupling is found by constructing the string theory duals of these operators. For low dimensional representations these are fundamental strings, for high dimensional representations these are D2-branes and D6-branes. In support of this identification we demonstrate that these string theory solutions match the symmetries, charges and the preserved supersymmetries of their Chern-Simons theory counterparts.

  16. Multiflavor string-net models

    Science.gov (United States)

    Lin, Chien-Hung

    2017-05-01

    We generalize the string-net construction to multiple flavors of strings, each of which is labeled by the elements of an Abelian group Gi. The same flavor of strings can branch, while different flavors of strings can cross one another and thus they form intersecting string nets. We systematically construct the exactly soluble lattice Hamiltonians and the ground-state wave functions for the intersecting string-net condensed phases. We analyze the braiding statistics of the low-energy quasiparticle excitations and find that our model can realize all the topological phases as the string-net model with group G =∏iGi . In this respect, our construction provides various ways of building lattice models which realize topological order G , corresponding to different partitions of G and thus different flavors of string nets. In fact, our construction concretely demonstrates the Künneth formula by constructing various lattice models with the same topological order. As an example, we construct the G =Z2×Z2×Z2 string-net model which realizes a non-Abelian topological phase by properly intersecting three copies of toric codes.

  17. Heterotic cosmic strings

    International Nuclear Information System (INIS)

    Becker, Katrin; Becker, Melanie; Krause, Axel

    2006-01-01

    We show that all three conditions for the cosmological relevance of heterotic cosmic strings, the right tension, stability and a production mechanism at the end of inflation, can be met in the strongly coupled M-theory regime. Whereas cosmic strings generated from weakly coupled heterotic strings have the well-known problems posed by Witten in 1985, we show that strings arising from M5-branes wrapped around 4-cycles (divisors) of a Calabi-Yau in heterotic M-theory compactifications solve these problems in an elegant fashion

  18. The space-time operator product expansion in string theory duals of field theories

    International Nuclear Information System (INIS)

    Aharony, Ofer; Komargodski, Zohar

    2008-01-01

    We study the operator product expansion (OPE) limit of correlation functions in field theories which possess string theory duals, from the point of view of the string worldsheet. We show how the interesting ('single-trace') terms in the OPE of the field theory arise in this limit from the OPE of the worldsheet theory of the string dual, using a dominant saddle point which appears in computations of worldsheet correlation functions in the space-time OPE limit. The worldsheet OPE generically contains only non-physical operators, but all the non-physical contributions are resummed by the saddle point to a contribution similar to that of a physical operator, which exactly matches the field theory expectations. We verify that the OPE limit of the worldsheet theory does not have any other contributions to the OPE limit of space-time correlation functions. Our discussion is completely general and applies to any local field theory (conformal at high energies) that has a weakly coupled string theory dual (with arbitrary curvature). As a first application, we compare our results to a proposal of R. Gopakumar for the string theory dual of free gauge theories

  19. A novel string field theory solving string theory by liberating left and right movers

    International Nuclear Information System (INIS)

    Nielsen, Holger B.; Ninomiya, Masao

    2014-01-01

    We put forward ideas to a novel string field theory based on making some “objects” that essentially describe “liberated” left- and right- mover fields X L μ (τ+σ) and X R μ (τ−σ) on the string. Our novel string field theory is completely definitely different from any other string theory in as far as a “null set” of information in the string field theory Fock space has been removed relatively, to the usual string field theories. So our theory is definitely new. The main progress is that we manage to make our novel string field theory provide the correct mass square spectrum for the string. We finally suggest how to obtain the Veneziano amplitude in our model

  20. Cosmic strings and galaxy formation: Current status

    International Nuclear Information System (INIS)

    Stebbins, A.

    1987-04-01

    Successes and remaining problems with cosmic string theories of galaxy formation are outlined. Successes of the theory include predictions for the correct amplitude of initial inhomogeneities leading to galaxy formation, the distribution of observed inhomogeneities, the observed correlation function of clusters, and the density profiles of dark matter halos. Potentially serious problems which have been raised are the biased galaxy production (why do galaxies occur in clusters?), the core radius problem (density profiles of galactic halos do not match predictions), the maximal rotation velocity problem (why is there a sharp cutoff in observed rotational velocity of galaxies?), the small galaxy problem (why are all the galaxies relatively small structures?), the angular momentum problem (where do baryons acquire their angular momentum in order to form spirals), and the large-scale structure problem (why do most galaxies appear to lie on surfaces surrounding voids?). Possible approaches to each of these problems are suggested and the future of cosmic string theory is discussed. 25 refs

  1. Exceptional groups from open strings

    International Nuclear Information System (INIS)

    Gaberdiel, M.R.; Zwiebach, B.

    1998-01-01

    We consider type IIB theory compactified on a two-sphere in the presence of mutually non-local 7-branes. The BPS states associated with the gauge vectors of exceptional groups are seen to arise from open strings connecting the 7-branes, and multi-pronged open strings capable of ending on more than two 7-branes. These multi-pronged strings are built from open string junctions that arise naturally when strings cross 7-branes. The different string configurations can be multiplied as traditional open strings, and are shown to generate the structure of exceptional groups. (orig.)

  2. Evidence for string substructure

    International Nuclear Information System (INIS)

    Bergman, O.

    1996-06-01

    The author argues that the behavior of string theory at high temperature and high longitudinal boosts, combined with the emergence of p-branes as necessary ingredients in various string dualities, point to a possible reformulation of strings, as well as p-branes, as composites of bits. He reviews the string-bit models, and suggests generalizations to incorporate p-branes

  3. Radiation-resistant stringed inverters on the basis of thread-like monocrystals Ge1-xSix

    International Nuclear Information System (INIS)

    Abbasov, S.M.; Agaverdieva, G.T.; Kerimova, T.I.; Mikailova, A.D.; Baytsar, R.I.

    2005-01-01

    Aim of our efforts is the engineering of the sensor, matching of the advantages of different sensors and opportunities of microelectronic technology, and also device of oscillated strings and diaphragm of the strain. Principles of the sensor of strain with oscillated strings get involved in the future for overcoming difficulties, specified by the construction of these sensors. Examples of the using of such kind of classes of reformers in concrete constructions of devices for measuring of different physical parameters were reduced

  4. Ambiguity in determining the effective action for string-corrected Einstein gravity

    International Nuclear Information System (INIS)

    Hochberg, D.; Shimada, T.

    1986-11-01

    The authors attempt to clarify some issues dealing with the determination of some of the coefficients appearing in the low-energy gravitational effective action for closed strings. In particular, the coefficients of the Rsub(μv) 2 and R 2 terms of the quadratic curvature corrections to the Einstein-Hilbert action are shown not to be determined by matching the on-shell S-matrices of the effective theory with that of the string theories. The mechanism responsible for the ambiguity of these coefficients is revealed as a cancellation among the contact, exchange and point-insertion terms contributing to the tree S-matrix of the effective local theory. Although ghost poles will appear in the graviton propagator for general quadratic curvature corrections, the effective theory remains unitary. The manifest absence of ghosts is achieved by choosing the Gauss-Bonnet combination of quadratic curvature terms, but the string does not single out this combination over any other. (author)

  5. Strings, texture, and inflation

    International Nuclear Information System (INIS)

    Hodges, H.M.; Primack, J.R.

    1991-01-01

    We examine mechanisms, several of which are proposed here, to generate structure formation, or to just add large-scale features, through either gauged or global cosmic strings or global texture, within the framework of inflation. We first explore the possibility that strings or texture form if there is no coupling between the topological theory and the inflaton or spacetime curvature, via (1) quantum creation, and (2) a sufficiently high reheat temperature. In addition, we examine the prospects for the inflaton field itself to generate strings or texture. Then, models with the string/texture field coupled to the curvature, and an equivalent model with coupling to the inflaton field, are considered in detail. The requirement that inflationary density fluctuations are not so large as to conflict with observations leads to a number of constraints on model parameters. We find that strings of relevance for structure formation can form in the absence of coupling to the inflaton or curvature through the process of quantum creation, but only if the strings are strongly type I, or if they are global strings. If formed after reheating, naturalness suggests that gauged cosmic strings correspond to a type-I superconductor. Similarly, gauged strings formed during inflation via conformal coupling ξ=1/6 to the spacetime curvature (in a model suggested by Yokoyama in order to evade the millisecond pulsar constraint on cosmic strings) are expected to be strongly type I

  6. String Theory - The Physics of String-Bending and Other Electric Guitar Techniques

    Science.gov (United States)

    Grimes, David Robert

    2014-01-01

    Electric guitar playing is ubiquitous in practically all modern music genres. In the hands of an experienced player, electric guitars can sound as expressive and distinct as a human voice. Unlike other more quantised instruments where pitch is a discrete function, guitarists can incorporate micro-tonality and, as a result, vibrato and sting-bending are idiosyncratic hallmarks of a player. Similarly, a wide variety of techniques unique to the electric guitar have emerged. While the mechano-acoustics of stringed instruments and vibrating strings are well studied, there has been comparatively little work dedicated to the underlying physics of unique electric guitar techniques and strings, nor the mechanical factors influencing vibrato, string-bending, fretting force and whammy-bar dynamics. In this work, models for these processes are derived and the implications for guitar and string design discussed. The string-bending model is experimentally validated using a variety of strings and vibrato dynamics are simulated. The implications of these findings on the configuration and design of guitars is also discussed. PMID:25054880

  7. String theory--the physics of string-bending and other electric guitar techniques.

    Directory of Open Access Journals (Sweden)

    David Robert Grimes

    Full Text Available Electric guitar playing is ubiquitous in practically all modern music genres. In the hands of an experienced player, electric guitars can sound as expressive and distinct as a human voice. Unlike other more quantised instruments where pitch is a discrete function, guitarists can incorporate micro-tonality and, as a result, vibrato and sting-bending are idiosyncratic hallmarks of a player. Similarly, a wide variety of techniques unique to the electric guitar have emerged. While the mechano-acoustics of stringed instruments and vibrating strings are well studied, there has been comparatively little work dedicated to the underlying physics of unique electric guitar techniques and strings, nor the mechanical factors influencing vibrato, string-bending, fretting force and whammy-bar dynamics. In this work, models for these processes are derived and the implications for guitar and string design discussed. The string-bending model is experimentally validated using a variety of strings and vibrato dynamics are simulated. The implications of these findings on the configuration and design of guitars is also discussed.

  8. String theory--the physics of string-bending and other electric guitar techniques.

    Science.gov (United States)

    Grimes, David Robert

    2014-01-01

    Electric guitar playing is ubiquitous in practically all modern music genres. In the hands of an experienced player, electric guitars can sound as expressive and distinct as a human voice. Unlike other more quantised instruments where pitch is a discrete function, guitarists can incorporate micro-tonality and, as a result, vibrato and sting-bending are idiosyncratic hallmarks of a player. Similarly, a wide variety of techniques unique to the electric guitar have emerged. While the mechano-acoustics of stringed instruments and vibrating strings are well studied, there has been comparatively little work dedicated to the underlying physics of unique electric guitar techniques and strings, nor the mechanical factors influencing vibrato, string-bending, fretting force and whammy-bar dynamics. In this work, models for these processes are derived and the implications for guitar and string design discussed. The string-bending model is experimentally validated using a variety of strings and vibrato dynamics are simulated. The implications of these findings on the configuration and design of guitars is also discussed.

  9. A brief history of string theory. From dual models to M-theory

    Energy Technology Data Exchange (ETDEWEB)

    Rickles, Dean [Sydney Univ. (Australia). Unit for History and Philosophy of Science

    2014-04-01

    First monograph devoted to the history of superstring theory. Objective presentation of a controversial area of physics enabling readers to see through the divisive hype and hysteria forming the 'String Wars'. Interweaves conceptual issues with the wider historical development. Reveals string theory's historically close connections with other areas of physics. Self-contained approach brings string theory within the grasp of non-specialists. During its forty year lifespan, string theory has always had the power to divide, being called both a 'theory of everything' and a 'theory of nothing'. Critics have even questioned whether it qualifies as a scientific theory at all. This book adopts an objective stance, standing back from the question of the truth or falsity of string theory and instead focusing on how it came to be and how it came to occupy its present position in physics. An unexpectedly rich history is revealed, with deep connections to our most well-established physical theories. Fully self-contained and written in a lively fashion, the book will appeal to a wide variety of readers from novice to specialist.

  10. String Theory and M-Theory

    Science.gov (United States)

    Becker, Katrin; Becker, Melanie; Schwarz, John H.

    String theory is one of the most exciting and challenging areas of modern theoretical physics. This book guides the reader from the basics of string theory to recent developments. It introduces the basics of perturbative string theory, world-sheet supersymmetry, space-time supersymmetry, conformal field theory and the heterotic string, before describing modern developments, including D-branes, string dualities and M-theory. It then covers string geometry and flux compactifications, applications to cosmology and particle physics, black holes in string theory and M-theory, and the microscopic origin of black-hole entropy. It concludes with Matrix theory, the AdS/CFT duality and its generalizations. This book is ideal for graduate students and researchers in modern string theory, and will make an excellent textbook for a one-year course on string theory. It contains over 120 exercises with solutions, and over 200 homework problems with solutions available on a password protected website for lecturers at www.cambridge.org/9780521860697. Comprehensive coverage of topics from basics of string theory to recent developments Ideal textbook for a one-year course in string theory Includes over 100 exercises with solutions Contains over 200 homework problems with solutions available to lecturers on-line

  11. New expressions for string loop amplitudes leading to an ultra-simple conception of string dynamics

    International Nuclear Information System (INIS)

    Chan Hongmo; Tsou Sheungtsun; Bordes, J.; Nellen, L.

    1990-11-01

    New expressions are derived for string loop amplitudes as overlap integrals of string wave functionals. They are shown to take the form of exchange terms coming from the Bose-Einstein symmetrisation between string segments. One is thus led to the ultra-simple conception that string theory is basically free, and that 'string interactions' are due merely to the fact that strings are composite objects with Bose-Einstein segments as constituents. (author)

  12. Little string theory from double-scaling limits of field theories

    International Nuclear Information System (INIS)

    Ling, Henry; Shieh, H.-H.; Anders, Greg van

    2007-01-01

    We show that little string theory on S 5 can be obtained as double-scaling limits of the maximally supersymmetric Yang-Mills theories on R x S 2 and R x S 3 /Z k . By matching the gauge theory parameters with those in the dual supergravity solutions found by Lin and Maldacena, we determine the limits in the gauge theories that correspond to decoupling of NS5-brane degrees of freedom. We find that for the theory on R x S 2 , the 't Hooft coupling must be scaled like ln 3 N, and on R x S 3 /Z k , like ln 2 N. Accordingly, taking these limits in these field theories gives Lagrangian definitions of little string theory on S 5

  13. Stretching cosmic strings

    International Nuclear Information System (INIS)

    Turok, N.; Bhattacharjee, P.

    1984-01-01

    The evolution of a network of strings produced at a grand-unification phase transition in an expanding universe is discussed, with particular reference to the processes of energy exchange between the strings and the rest of the universe. This is supported by numerical calculations simulating the behavior of strings in an expanding universe. It is found that in order that the energy density of the strings does not come to dominate the total energy density there must be an efficient mechanism for energy loss: the only plausible one being the production of closed loops and their subsequent decay via gravitational radiation

  14. M-strings, Elliptic Genera and N=4 String Amplitudes

    CERN Document Server

    Hohenegger, Stefan

    2014-01-01

    We study mass-deformed N=2 gauge theories from various points of view. Their partition functions can be computed via three dual approaches: firstly, (p,q)-brane webs in type II string theory using Nekrasov's instanton calculus, secondly, the (refined) topological string using the topological vertex formalism and thirdly, M theory via the elliptic genus of certain M-strings configurations. We argue for a large class of theories that these approaches yield the same gauge theory partition function which we study in detail. To make their modular properties more tangible, we consider a fourth approach by connecting the partition function to the equivariant elliptic genus of R^4 through a (singular) theta-transform. This form appears naturally as a specific class of one-loop scattering amplitudes in type II string theory on T^2, which we calculate explicitly.

  15. String Math 2017

    CERN Document Server

    The series of String-Math conferences has developed into a central event on the interface between mathematics and physics related to string theory, quantum field theory and neighboring subjects. The conference will take place from July 24-28 in the main building of Hamburg university. The String-Math conference is organised by the University of Hamburg jointly with DESY Hamburg.

  16. Bohr's Electron was Problematic for Einstein: String Theory Solved the Problem

    Science.gov (United States)

    Webb, William

    2013-04-01

    Neils Bohr's 1913 model of the hydrogen electron was problematic for Albert Einstein. Bohr's electron rotates with positive kinetic energies +K but has addition negative potential energies - 2K. The total net energy is thus always negative with value - K. Einstein's special relativity requires energies to be positive. There's a Bohr negative energy conflict with Einstein's positive energy requirement. The two men debated the problem. Both would have preferred a different electron model having only positive energies. Bohr and Einstein couldn't find such a model. But Murray Gell-Mann did! In the 1960's, Gell-Mann introduced his loop-shaped string-like electron. Now, analysis with string theory shows that the hydrogen electron is a loop of string-like material with a length equal to the circumference of the circular orbit it occupies. It rotates like a lariat around its centered proton. This loop-shape has no negative potential energies: only positive +K relativistic kinetic energies. Waves induced on loop-shaped electrons propagate their energy at a speed matching the tangential speed of rotation. With matching wave speed and only positive kinetic energies, this loop-shaped electron model is uniquely suited to be governed by the Einstein relativistic equation for total mass-energy. Its calculated photon emissions are all in excellent agreement with experimental data and, of course, in agreement with those -K calculations by Neils Bohr 100 years ago. Problem solved!

  17. Covarient quantization of heterotic strings in supersymmetric chiral boson formulation

    International Nuclear Information System (INIS)

    Yu, F.

    1992-01-01

    This dissertation presents the covariant supersymmetric chiral boson formulation of the heterotic strings. The main feature of this formulation is the covariant quantization of the so-called leftons and rightons -- the (1,0) supersymmetric generalizations of the world-sheet chiral bosons -- that constitute basic building blocks of general heterotic-type string models. Although the (Neveu-Schwarz-Ramond or Green-Schwarz) heterotic strings provide the most realistic string models, their covariant quantization, with the widely-used Siegel formalism, has never been rigorously carried out. It is clarified in this dissertation that the covariant Siegel formalism is pathological upon quantization. As a test, a general classical covariant (NSR) heterotic string action that has the Siegel symmetry is constructed in arbitrary curved space-time coupled to (1,0) world-sheet super-gravity. In the light-cone gauge quantization, the critical dimensions are derived for such an action with leftons and rightons compactified on group manifolds G L x G R . The covariant quantization of this action does not agree with the physical results in the light-cone gauge quantization. This dissertation establishes a new formalism for the covariant quantization of heterotic strings. The desired consistent covariant path integral quantization of supersymmetric chiral bosons, and thus the general (NSR) heterotic-type strings with leftons and rightons compactified on torus circle-times d L S 1 x circle-times d R S 1 are carried out. An infinite set of auxiliary (1,0) scalar superfields is introduced to convert the second-class chiral constraint into first-class ones. The covariant gauge-fixed action has an extended BRST symmetry described by the graded algebra GL(1/1). A regularization respecting this symmetry is proposed to deal with the contributions of the infinite towers of auxiliary fields and associated ghosts

  18. Improved calculation of the gravitational wave spectrum from kinks on infinite cosmic strings

    International Nuclear Information System (INIS)

    Matsui, Yuka; Horiguchi, Koichiro; Nitta, Daisuke; Kuroyanagi, Sachiko

    2016-01-01

    Gravitational wave observations provide unique opportunities to search for cosmic strings. One of the strongest sources of gravitational waves is discontinuities of cosmic strings, called kinks, which are generated at points of intersection. Kinks on infinite strings are known to generate a gravitational wave background over a wide range of frequencies. In this paper, we calculate the spectrum of the gravitational wave background by numerically solving the evolution equation for the distribution function of the kink sharpness. We find that the number of kinks for small sharpness is larger than the analytical estimate used in a previous work, which makes a difference in the spectral shape. Our numerical approach enables us to make a more precise prediction on the spectral amplitude for future gravitational wave experiments.

  19. Improved calculation of the gravitational wave spectrum from kinks on infinite cosmic strings

    Energy Technology Data Exchange (ETDEWEB)

    Matsui, Yuka; Horiguchi, Koichiro; Nitta, Daisuke; Kuroyanagi, Sachiko, E-mail: matsui.yuka@f.mbox.nagoya-u.ac.jp, E-mail: horiguchi.kouichirou@h.mbox.nagoya-u.ac.jp, E-mail: nitta.daisuke@g.mbox.nagoya-u.ac.jp, E-mail: kuroyanagi.sachiko@f.mbox.nagoya-u.ac.jp [Department of physics and astrophysics, Nagoya University, Nagoya, 464-8602 (Japan)

    2016-11-01

    Gravitational wave observations provide unique opportunities to search for cosmic strings. One of the strongest sources of gravitational waves is discontinuities of cosmic strings, called kinks, which are generated at points of intersection. Kinks on infinite strings are known to generate a gravitational wave background over a wide range of frequencies. In this paper, we calculate the spectrum of the gravitational wave background by numerically solving the evolution equation for the distribution function of the kink sharpness. We find that the number of kinks for small sharpness is larger than the analytical estimate used in a previous work, which makes a difference in the spectral shape. Our numerical approach enables us to make a more precise prediction on the spectral amplitude for future gravitational wave experiments.

  20. Gravitational effects of global strings

    International Nuclear Information System (INIS)

    Aryal, M.; Everett, A.E.

    1986-01-01

    We have obtained the gravitational field, in the weak-field approximation, of cosmic strings formed in a phase transition in which a global symmetry is broken (global strings). The effect of this field on light rays passing a global string is found, and the resulting formation of double images and production of discontinuities in the microwave background temperature compared with the corresponding results for gauge strings. There are some differences in the case of global strings, reflecting the fact that the space surrounding such strings is not purely conical. However, the differences between gauge and global strings with masses suitable to explain galaxy formation are small, and the task of distinguishing them observationally appears difficult at best

  1. International conference on string theory

    CERN Document Server

    2017-01-01

    The Strings 2017 conference is part of the "Strings" series of annual conferences, that bring the entire string theory community together. It will include reviews of major developments in the field, and specialized talks on specific topics. There will also be several public lectures given by conference participants, a pre-Strings school at the Technion, and a post-Strings workshop at the Weizmann Institute.

  2. Cosmic strings and inflation

    International Nuclear Information System (INIS)

    Vishniac, E.T.

    1987-01-01

    We examine the compatibility of inflation with the cosmic string theory for galaxy formation. There is a general conflict between having sufficient string tension to effect galaxy formation, and reheating after inflation to a high enough temperature that strings may form in a thermal phase transition. To escape this conflict, we propose a class of models where the inflation is coupled to the string-producing field. The strings are formed late in inflation as the inflaton rolls towards its zero-temperature value. A large subset of these models have a novel large-scale distribution of galaxies that is fractal, displays biasing without dynamics or feedback mechanisms, and contains voids. (orig.)

  3. String-Math 2015

    CERN Document Server

    2015-01-01

    Welcome to String-Math 2015 at Sanya. The conference will be opened in December 31, 2015- January 4, 2016. String theory plays a central role in theoretical physics as a candidate for the quantum theory unifying gravity with other interactions. It has profound connections with broad branches of modern mathematics ever since the birth. In the last decades, the prosperous interaction, built upon the joint efforts from both mathematicians and physicists, has given rise to marvelous deep results in supersymmetric gauge theory, topological string, M-theory and duality on the physics side as well as in algebraic geometry, differential geometry, algebraic topology, representation theory and number theory on the mathematics side. The interplay is two-fold. The mathematics has provided powerful tools to fulfill the physical interconnection of ideas and clarify physical structures to understand the nature of string theory. On the other hand, ideas from string theory and quantum field theory have been a source of sign...

  4. Deconfinement transition and flux-string models

    International Nuclear Information System (INIS)

    Momen, A.; Rosenzweig, C.

    1997-01-01

    Flux-string models can be used to study the deconfining phase transition. In this paper, we study the models proposed by Patel. We also study the large N c limits of Patel model. To discuss the validity of the mean field theory results, the one-loop Coleman-Weinberg effective potential is calculated for N c =3. We argue that the quantum corrections vanish at large N c when the energy of the so-called baryonic vertices scale with N c . copyright 1997 The American Physical Society

  5. Field redefinitions and Chern-Simons terms in the heterotic string

    International Nuclear Information System (INIS)

    Bern, Z.; Shimada, T.

    1987-07-01

    Field redefinitions in the low energy effective action of the heterotic string are discussed. A field redefinition is constructed which generates the local counterterm that transforms the Lorentz into the gravitational form of the anomaly. We also discuss the field redefinition which torsionizes the Lorentz Chern-Simons term and its relation to an amplitude matching study of the compatibility of torsion with the Gauss-Bonnet combination. (orig.)

  6. Conformal symmetry and string theories

    International Nuclear Information System (INIS)

    Kumar, A.

    1987-01-01

    This thesis is devoted to the study of various aspects of the 2-dimensional conformal field theory and its applications to strings. We make a short review of the conformal field theory and its supersymmetric extension, called superconformal field theory. We present an elegant superspace formulation of these theories and solve the condition for the closure of the superconformal algebra. The we go on to classify the superconformal field theories according to these solutions. We prove that N ≥ 5 superconformal algebra, with N being the number of supersymmetries, does not have central charge. We find the primary representations of all the interesting superconformal algebra. We study the quantization of the superconformal theories and derive the constraints on the central charge of the algebra that has to be satisfied for a consistent quantum theory. This quantization process also determines the ground state energy of the system and the spectrum of the model. We study the global aspects of the conformal symmetry and its role in the construction of consistent heterotic string theories. We prove the uniqueness of heterotic superstring theories in 10 dimensions in the fermionic constructions. We show how the vertex operators are closely associated with the primary field representation of the conformal algebra. We utilize these vertex operator constructions to obtain tree amplitudes in the 10-dimensional heterotic string theory. We show by explicit calculation at the 3-point level that the scattering amplitudes derived from the heterotic superstring are same as the ones obtained from 10-dimensional supergravity theories

  7. Deterministic indexing for packed strings

    DEFF Research Database (Denmark)

    Bille, Philip; Gørtz, Inge Li; Skjoldjensen, Frederik Rye

    2017-01-01

    Given a string S of length n, the classic string indexing problem is to preprocess S into a compact data structure that supports efficient subsequent pattern queries. In the deterministic variant the goal is to solve the string indexing problem without any randomization (at preprocessing time...... or query time). In the packed variant the strings are stored with several character in a single word, giving us the opportunity to read multiple characters simultaneously. Our main result is a new string index in the deterministic and packed setting. Given a packed string S of length n over an alphabet σ...

  8. Indonesian name matching using machine learning supervised approach

    Science.gov (United States)

    Alifikri, Mohamad; Arif Bijaksana, Moch.

    2018-03-01

    Most existing name matching methods are developed for English language and so they cover the characteristics of this language. Up to this moment, there is no specific one has been designed and implemented for Indonesian names. The purpose of this thesis is to develop Indonesian name matching dataset as a contribution to academic research and to propose suitable feature set by utilizing combination of context of name strings and its permute-winkler score. Machine learning classification algorithms is taken as the method for performing name matching. Based on the experiments, by using tuned Random Forest algorithm and proposed features, there is an improvement of matching performance by approximately 1.7% and it is able to reduce until 70% misclassification result of the state of the arts methods. This improving performance makes the matching system more effective and reduces the risk of misclassified matches.

  9. Topics in string theory

    International Nuclear Information System (INIS)

    Neveu, A.

    1986-01-01

    There exist several string models. In the first lecture, the simplest one, the open bosonic string, which turns out to live most naturally in 26 dimensions will be described in some detail. In the second lecture, the closed bosonic strings, and the open and closed 10-dimensional strings (superstrings) are reviewed. In the third lecture, various compactification schemes which have been proposed to deal with the extra space dimensions, from 4 to 10 or 26 are dealt with; in particular, the Frenkel-Kac construction which builds non-Abelian internal symmetry groups out of the compactified dimensions, and the resulting heterotic string are described. Finally, in the fourth lecture, the important problem of the second quantization of string theories, and of the underlying gauge invariance which is responsible for the possibility of dealing, in a consistent fashion, with interacting high-spin states without negative metric is addressed. 41 references, 8 figures

  10. Introductory lectures on conformal field theory and strings

    International Nuclear Information System (INIS)

    Randjbar-Daemi, S.; Strathdee, J.

    1990-01-01

    The aim of these lectures is to provide an introduction to a first quantized formulation of string theory. This amounts to developing a consistent set of prescriptions for the perturbative computation of on-shell string amplitudes. The principal tool in this development is 2-dimensional conformal field theory on oriented manifolds of finite genus without boundaries (we treat only closed strings). This class of theory is much simpler than 4-dimensional quantum gravity with which it has many similarities. The geometry is not dynamical in this case, and the matter fields are not sensitive to local features of the geometry but only to global properties which can be characterized by a finite set of parameters (moduli). This can be formulated as field theory on a Riemann surface. We specialize mainly to free field theories for which the quantization problem can be completely solved by elementary means. An introduction to the general case will be given in Lectures II and III where the algebraic approach is discussed. The mathematics of Riemann surfaces is a well developed subject whose formalism is reviewed along with some of the principal theorems in Lecture IV. Physical string states are realized in the Hilbert space of a conformal field theory by the action of so-called ''vertex operators'' on the field theory vacuum state. Correlation functions of these vertex operators serve as ingredients for the computation of string amplitudes. They are to be integrated so as to include the contributions of all conformally inequivalent geometries, and a further manipulation (the GSO projection) is to be performed. These steps are to be regarded as part of the string prescription. The are introduced ad hoc to meet invariance and unitarity requirements. However, in these introductory lectures we give a description only of the integration over geometries (Lecture VII). The GSO projection, and related questions of modular invariance and unitarity are beyond the scope of these lectures

  11. Introductory lectures on Conformal Field Theory and Strings

    International Nuclear Information System (INIS)

    Randjbar-Daemi, S.; Strathdee, J.

    1990-01-01

    The aim of these lectures is to provide an introduction to a first quantized formulation of string theory. This amounts to developing a consistent set of prescriptions for the perturbative computation of on-shell string amplitudes. The principal tool in this development is 2-dimensional conformal field theory on oriented manifolds of finite genus without boundaries (we treat only closed strings). This class of theory is much simpler than 4-dimensional quantum gravity with which it has many similarities. The geometry is not dynamical in this case, and the matter fields are not sensitive to local features of the geometry but only to global properties which can be characterized by a finite set of parameters (moduli). This can be formulated as field theory on a Riemann surface. We specialize mainly to free field theories for which the quantization problem can be completely solved by elementary means. An introduction to the general case will be given in Lectures II and III where the algebraic approach is discussed. The mathematics of Riemann surfaces is a well developed subject whose formalism is reviewed along with some of the principal theorems in Lecture IV. Physical string states are realized in the Hilbert space of a conformal field theory by the action of so-called ''vertex operators'' on the field theory vacuum state. Correlation functions of these vertex operators serve as ingredients for the computation of string amplitudes. They are to be integrated so as to include the contributions of all conformally inequivalent geometries, and a further manipulation (the GSO projection) is to be performed. These steps are to be regarded as part of the string prescription. They are introduced ad hoc to meet invariance and unitarity requirements. However, in these introductory lectures we give a description only of the integration over geometries (Lecture VII). The GSO projection, and related questions of modular invariance and unitarity are beyond the scope of these

  12. Oriented open-closed string theory revisited

    International Nuclear Information System (INIS)

    Zwiebach, B.

    1998-01-01

    String theory on D-brane backgrounds is open-closed string theory. Given the relevance of this fact, we give details and elaborate upon our earlier construction of oriented open-closed string field theory. In order to incorporate explicitly closed strings, the classical sector of this theory is open strings with a homotopy associative A ∞ algebraic structure. We build a suitable Batalin-Vilkovisky algebra on moduli spaces of bordered Ricmann surfaces, the construction of which involves a few subtleties arising from the open string punctures and cyclicity conditions. All vertices coupling open and closed strings through disks are described explicitly. Subalgebras of the algebra of surfaces with boundaries are used to discuss symmetries of classical open string theory induced by the closed string sector, and to write classical open string field theory on general closed string backgrounds. We give a preliminary analysis of the ghost-dilaton theorem. copyright 1998 Academic Press, Inc

  13. Open string model building

    International Nuclear Information System (INIS)

    Ishibashi, Nobuyuki; Onogi, Tetsuya

    1989-01-01

    Consistency conditions of open string theories, which can be a powerful tool in open string model building, are proposed. By making use of these conditions and assuming a simple prescription for the Chan-Paton factors, open string theories in several backgrounds are studied. We show that 1. there exist a large number of consistent bosonic open string theories on Z 2 orbifolds, 2. SO(32) type I superstring is the unique consistent model among fermionic string theories on the ten-dimensional flat Minkowski space, and 3. with our prescription for the Chan-Paton factors, there exist no consistent open superstring theories on (six-dimensional Minkowski space-time) x (Z 2 orbifold). (orig.)

  14. Cosmic strings and galaxy formation

    International Nuclear Information System (INIS)

    Bertschinger, E.

    1989-01-01

    Cosmic strings have become increasingly popular candidates as seeds for the formation of structure in the universe. This scenario, remains a serious cosmogonical model despite close scrutiny. In constrast, magnetic monopoles and domain walls - relic topological defects as are cosmic strings - are disastrous for cosmology if they are left over from the early universe. The production of heavy cosmic strings is speculative, as it depends on the details of ultrahigh energy physics. Fortunately, speculation about cosmic strings is not entirely idle because, if they exist and are heavy enough to seed galaxy formation, cosmic strings can be detected astronomically. Failure to detect cosmic strings would impose some constraints on grand unified theories (GUTs); their discovery would have exciting consequences for high energy physics and cosmology. This article reviews the basic physics of nonsuperconducting cosmic strings, highlighting the field theory aspects, and provides a progress report on calculations of structure formation with cosmic strings

  15. String-localized quantum fields

    International Nuclear Information System (INIS)

    Mund, Jens; Santos, Jose Amancio dos; Silva, Cristhiano Duarte; Oliveira, Erichardson de

    2009-01-01

    Full text. The principles of physics admit (unobservable) quantum fields which are localized not on points, but on strings in the sense of Mandelstam: a string emanates from a point in Minkowski space and extends to infinity in some space-like direction. This type of localization might permit the construction of new models, for various reasons: (a) in general, weaker localization implies better UV behaviour. Therefore, the class of renormalizable interactions in the string-localized has a chance to be larger than in the point-localized case; (b) for certain particle types, there are no point-localized (free) quantum fields - for example Anyons in d = 2 + 1, and Wigner's massless 'infinite spin' particles. For the latter, free string-localized quantum fields have been constructed; (c) in contrast to the point-localized case, string-localization admits covariant vector/tensor potentials for fotons and gravitons in a Hilbert space representation with positive energy. We shall present free string-localized quantum fields for various particle types, and some ideas about the perturbative construction of interacting string-localized fields. A central point will be an analogue of gauge theories, completely within a Hilbert space and without ghosts, trading gauge dependence with dependence on the direction of the localization string. In order to discuss renormalizability (item (a)), methods from microlocal analysis (wave front set and scaling degree) are needed. (author)

  16. Real time control of the SSC string magnets

    International Nuclear Information System (INIS)

    Calvo, O.; Flora, R.; MacPherson, M.

    1987-01-01

    The system described in this paper, called SECAR, was designed to control the excitation of a test string of magnets for the proposed Superconducting Super Collider (SSC) and will be used to upgrade the present Tevatron Excitation, Control and Regulation (TECAR) hardware and software. It resides in a VME orate and is controlled by a 68020/68881 based CPU running the application software under a real time operating system named VRTX

  17. Device for balancing parallel strings

    Science.gov (United States)

    Mashikian, Matthew S.

    1985-01-01

    A battery plant is described which features magnetic circuit means in association with each of the battery strings in the battery plant for balancing the electrical current flow through the battery strings by equalizing the voltage across each of the battery strings. Each of the magnetic circuit means generally comprises means for sensing the electrical current flow through one of the battery strings, and a saturable reactor having a main winding connected electrically in series with the battery string, a bias winding connected to a source of alternating current and a control winding connected to a variable source of direct current controlled by the sensing means. Each of the battery strings is formed by a plurality of batteries connected electrically in series, and these battery strings are connected electrically in parallel across common bus conductors.

  18. Strings in the Sun?

    International Nuclear Information System (INIS)

    Chudnovsky, E.; Vilenkin, A.

    1988-01-01

    If light superconducting strings were formed in the early Universe, then it is very likely that now they exist in abundance in the interstellar plasma and in stars. The dynamics of such strings can be dominated by friction, so that they are ''frozen'' into the plasma. Turbulence of the plasma twists and stretches the strings, forming a stochastic string network. Such networks must generate particles and magnetic fields, and may play an important role in the physics of stars and of the Galaxy

  19. Thermodynamics of quantum strings

    CERN Document Server

    Morgan, M J

    1994-01-01

    A statistical mechanical analysis of an ideal gas of non-relativistic quantum strings is presented, in which the thermodynamic properties of the string gas are calculated from a canonical partition function. This toy model enables students to gain insight into the thermodynamics of a simple 'quantum field' theory, and provides a useful pedagogical introduction to the more complicated relativistic string theories. A review is also given of the thermodynamics of the open bosonic string gas and the type I (open) superstring gas. (author)

  20. Dynamics of Carroll strings

    Energy Technology Data Exchange (ETDEWEB)

    Cardona, Biel [Departament d’Estructura i Constituents de la Matèriaand Institut de Ciències del Cosmos (ICCUB) Facultat de Física, Universitat de Barcelona,Diagonal 647, E-08028 Barcelona, Catalonia (Spain); Gomis, Joaquim [Departament d’Estructura i Constituents de la Matèriaand Institut de Ciències del Cosmos (ICCUB) Facultat de Física, Universitat de Barcelona,Diagonal 647, E-08028 Barcelona, Catalonia (Spain); Department of Physics, Faculty of Science, Chulalongkorn University,Bangkok 10330 (Thailand); Pons, Josep M. [Departament d’Estructura i Constituents de la Matèriaand Institut de Ciències del Cosmos (ICCUB) Facultat de Física, Universitat de Barcelona,Diagonal 647, E-08028 Barcelona, Catalonia (Spain)

    2016-07-11

    We construct the canonical action of a Carroll string doing the Carroll limit of a canonical relativistic string. We also study the Killing symmetries of the Carroll string, which close under an infinite dimensional algebra. The tensionless limit and the Carroll p-brane action are also discussed.

  1. Cosmic strings and cosmic structure

    International Nuclear Information System (INIS)

    Albrecht, A.; Brandenberger, R.; Turok, N.

    1987-01-01

    The paper concerns the application of the theory of cosmic strings to explain the structure of the Universe. The formation of cosmic strings in the early Universe is outlined, along with the Big Bang theory, Grand Unified theories, and the first three minutes after the Big Bang. A description is given of the shaping of the Universe by cosmic strings, including the evolution of the string. The possibility for direct observation of cosmic strings is discussed. (U.K.)

  2. Gauge-string duality for superconformal deformations of N = 4 Super Yang-Mills theory

    International Nuclear Information System (INIS)

    Frolov, Sergey A.; Roiban, Radu; Tseytlin, Arkady A.

    2005-01-01

    We analyze in detail the relation between an exactly marginal deformation of N = 4 SYM - the Leigh-Strassler or 'β-deformation' - and its string theory dual (recently constructed in hep-th/0502086) by comparing energies of semiclassical strings to anomalous dimensions of gauge-theory operators in the two-scalar sector. We stress the existence of integrable structures on the two sides of the duality. In particular, we argue that the integrability of strings in AdS 5 x S 5 implies the integrability of the deformed world sheet theory with real deformation parameter. We compare the fast string limit of the worldsheet action in the sector with two angular momenta with the continuum limit of the coherent state action of an anisotropic XXZ spin chain describing the one-loop anomalous dimensions of the corresponding operators and find a remarkable agreement for all values of the deformation parameter. We discuss some of the properties of the Bethe Ansatz for this spin chain, solve the Bethe equations for small number of excitations and comment on higher loop properties of the dilatation operator. With the goal of going beyond the leading order in the 't Hooft expansion we derive the analog of the Bethe equations on the string-theory side, and show that they coincide with the thermodynamic limit of the Bethe equations for the spin chain. We also compute the 1/J corrections to the anomalous dimensions of operators with large R-charge (corresponding to strings with angular momentum J) and match them to the 1-loop corrections to the fast string energies. Our results suggest that the impressive agreement between the gauge theory and semiclassical strings in AdS 5 x S 5 is part of a larger picture underlying the gauge/gravity duality

  3. Strings, Branes and Symmetries

    International Nuclear Information System (INIS)

    Westerberg, A.

    1997-01-01

    Recent dramatic progress in the understanding of the non-perturbative structure of superstring theory shows that extended objects of various kinds, collectively referred to as p-branes, are an integral part of the theory. In this thesis, comprising an introductory text and seven appended research papers, we study various aspects of p-branes with relevance for superstring theory. The first part of the introductory text is a brief review of string theory focussing on the role of p-branes. In particular, we consider the so-called D-branes which currently are attracting a considerable amount of attention. The purpose of this part is mainly to put into context the results of paper 4, 5 and 6 concerning action functionals describing the low-energy dynamics of D-branes. The discussion of perturbative string theory given in this part of the introduction is also intended to provide some background to paper 2 which contains an application of the Reggeon-sewing approach to the construction of string vertices. The second part covers a rather different subject, namely higher-dimensional loop algebras and their cohomology, with the aim of facilitating the reading of papers 1, 3 and 7. The relation to p-branes is to be found in paper 1 where we introduce a certain higher-dimensional generalization of the loop algebra and discuss its potential applicability as a symmetry algebra for p-branes. Papers 3 and 7 are mathematically oriented out-growths of this paper addressing the issue of realizing algebras of this kind, known in physics as current algebras, in terms of pseudo differential operators (PSDOs). The main result of paper 3 is a proof of the equivalence between certain Lie-algebra cocycles on the space of second-quantizable PSDOs

  4. Random surfaces and strings

    International Nuclear Information System (INIS)

    Ambjoern, J.

    1987-08-01

    The theory of strings is the theory of random surfaces. I review the present attempts to regularize the world sheet of the string by triangulation. The corresponding statistical theory of triangulated random surfaces has a surprising rich structure, but the connection to conventional string theory seems non-trivial. (orig.)

  5. Closed-String Tachyons and the Hagedorn Transition in AdS Space

    CERN Document Server

    Barbón, José L F

    2002-01-01

    We discuss some aspects of the behaviour of a string gas at the Hagedorn temperature from a Euclidean point of view. Using AdS space as an infrared regulator, the Hagedorn tachyon can be effectively quasi-localized and its dynamics controled by a finite energetic balance. We propose that the off-shell RG flow matches to an Euclidean AdS black hole geometry in a generalization of the string/black-hole correspondence principle. The final stage of the RG flow can be interpreted semiclassically as the growth of a cool black hole in a hotter radiation bath. The end-point of the condensation is the large Euclidan AdS black hole, and the part of spacetime behind the horizon has been removed. In the flat-space limit, holography is manifest by the system creating its own transverse screen at infinity. This leads to an argument, based on the energetics of the system, explaining why the non-supersymmetric type 0A string theory decays into the supersymmetric type IIB vacuum. We also suggest a notion of `boundary entropy'...

  6. Hagedorn Behavior of Little String Theories from string corrections to NS5-branes

    DEFF Research Database (Denmark)

    Harmark, Troels; Obers, N. A.

    2000-01-01

    We examine the Hagedorn behavior of little string theory using its conjectured duality with near-horizon NS5-branes. In particular, by studying the string-corrected NS5-brane supergravity solution, it is shown that tree-level corrections to the temperature vanish, while the leading one-loop string...... correction generates the correct temperature dependence of the entropy near the Hagedorn temperature. Finally, the Hagedorn behavior of ODp-brane theories, which are deformed versions of little string theory, is considered via their supergravity duals....

  7. Lectures on strings and dualities

    International Nuclear Information System (INIS)

    Vafa, C.

    1997-01-01

    In this set of lectures I review recent developments in string theory emphasizing their non-perturbative aspects and their recently discovered duality symmetries. The goal of the lectures is to make the recent exciting developments in string theory accessible to those with no previous background in string theory who wish to join the research effort in this area. Topics covered include a brief review of string theory, its compactifications, solitons and D-branes, black hole entropy and wed of string dualities. (author)

  8. Citation Matching in Sanskrit Corpora Using Local Alignment

    Science.gov (United States)

    Prasad, Abhinandan S.; Rao, Shrisha

    Citation matching is the problem of finding which citation occurs in a given textual corpus. Most existing citation matching work is done on scientific literature. The goal of this paper is to present methods for performing citation matching on Sanskrit texts. Exact matching and approximate matching are the two methods for performing citation matching. The exact matching method checks for exact occurrence of the citation with respect to the textual corpus. Approximate matching is a fuzzy string-matching method which computes a similarity score between an individual line of the textual corpus and the citation. The Smith-Waterman-Gotoh algorithm for local alignment, which is generally used in bioinformatics, is used here for calculating the similarity score. This similarity score is a measure of the closeness between the text and the citation. The exact- and approximate-matching methods are evaluated and compared. The methods presented can be easily applied to corpora in other Indic languages like Kannada, Tamil, etc. The approximate-matching method can in particular be used in the compilation of critical editions and plagiarism detection in a literary work.

  9. String GUTs

    International Nuclear Information System (INIS)

    Aldazabal, G.; Ibanez, L.E.; Uranga, A.M.

    1995-01-01

    Standard SUSY-GUTs such as those based on SU(5) or SO(10) lead to predictions for the values of α s and sin 2 θ W in amazing agreement with experiment. In this article we investigate how these models may be obtained from string theory, thus bringing them into the only known consistent framework for quantum gravity. String models with matter in standard GUT representations require the realization of affine Lie algebras at higher levels. We start by describing some methods to build level k=2 symmetric orbifold string models with gauge groups SU(5) or SO(10). We present several examples and identify generic features of the type of models constructed. Chiral fields appropriate to break the symmetry down to the standard model generically appear in the massless spectrum. However, unlike in standard SUSY-GUTs, they often behave as string moduli, i.e., they do not have self-couplings. We also discuss briefly the doublet-triplet Higgs splitting. We find that, in some models, built-in sliding-singlet type of couplings exist. (orig.)

  10. String theory and water waves

    International Nuclear Information System (INIS)

    Iyer, Ramakrishnan; Johnson, Clifford V; Pennington, Jeffrey S

    2011-01-01

    We uncover a remarkable role that an infinite hierarchy of nonlinear differential equations plays in organizing and connecting certain c-hat <1 string theories non-perturbatively. We are able to embed the type 0A and 0B (A, A) minimal string theories into this single framework. The string theories arise as special limits of a rich system of equations underpinned by an integrable system known as the dispersive water wave hierarchy. We observe that there are several other string-like limits of the system, and conjecture that some of them are type IIA and IIB (A, D) minimal string backgrounds. We explain how these and several string-like special points arise and are connected. In some cases, the framework endows the theories with a non-perturbative definition for the first time. Notably, we discover that the Painleve IV equation plays a key role in organizing the string theory physics, joining its siblings, Painleve I and II, whose roles have previously been identified in this minimal string context.

  11. From fractals to wormholes via string theory

    International Nuclear Information System (INIS)

    Felce, A.G.

    1992-01-01

    The thesis is in two parts. The first part is devoted to a study of the definition of mass for soliton solutions in string theory. In the context of the low-energy effective field theory, there are three distinct quantities from which one can extract the mass of a soliton: the ADM mass, the static action and the kinetic energy. The three corresponding masses are carefully defined and shown to be equal for a representative class of string solitons, the so-called 'black fivebranes'. Along the way a potential confusion in the definition of the action is cleared up, and it is shown that the kinetic energy of a moving soliton is given in terms of a surface integral at spacelike infinity. This result for the kinetic energy is used to motivate a conjecture about the exact value of soliton masses in string theory: That in conformal field theory the kinetic mass is realized as the norm of the (1,1) deformation induced by the collective coordinate. Such deformations are usually treated as unphysical because they appear to be pure gauge and have zero norm. In a soliton conformal field theory, a finite number of these gauge transformations become physical because of a subtlety involving the boundary at spatial infinity. Some proposals for concrete exploration of this phenomenon are discussed. The second part of the thesis concerns the connection between string theory and an important problem in condensed matter physics. It has recently been shown that the dissipative Hofstadter model (dissipative quantum mechanics of an electron subject to uniform magnetic field and periodic potential in two dimensions) exhibit critical behavior on a network of lines in the dissipation/magnetic field plane. Apart from their obvious condensed matter interest, the corresponding critical theories represent non-trivial solutions of open string field theory containing a tachyon and gauge field background. A detailed account of their properties would be interesting from several points of view

  12. Macroscopic fundamental strings in cosmology

    Energy Technology Data Exchange (ETDEWEB)

    Aharonov, Y; Englert, F; Orloff, J

    1987-12-24

    We show that, when D greater than or equal to 4, theories of closed strings of closed strings in D, non-compact space-time dimensions exhibit a phase transition. The high-temperature phase is characterized by a condensate of arbitrarily long strings with Hausdorff dimension two (area filling curves). We suggest that this stringy phase is the ancestor of the adiabatic era. Fundamental strings could then both drive the inflation and seed, in a way reminiscent of the cosmic string mechanism, the large structures in the universe.

  13. Interpolating string field theories

    International Nuclear Information System (INIS)

    Zwiebach, B.

    1992-01-01

    This paper reports that a minimal area problem imposing different length conditions on open and closed curves is shown to define a one-parameter family of covariant open-closed quantum string field theories. These interpolate from a recently proposed factorizable open-closed theory up to an extended version of Witten's open string field theory capable of incorporating on shell closed strings. The string diagrams of the latter define a new decomposition of the moduli spaces of Riemann surfaces with punctures and boundaries based on quadratic differentials with both first order and second order poles

  14. Baryon string model

    International Nuclear Information System (INIS)

    Klimenko, S.V.; Kochin, V.N.; Plyushchaj, M.S.; Pron'ko, G.P.; Razumov, A.V.; Samarin, A.V.

    1985-01-01

    Partial solutions to classical equations of three-string motion are considered. Simplest solutions, when three-string center moving with high velocity, are co nsidered. Single-mode solutions are studied. Explicit form of their parametrization is obtained and three-string dynamics visualization is made. Means of graphic packet ''Atom'' were used for visualization. A set of processes for graphic representation of multiparametric functions is developed. Peculiarity of these processes is a wide class of functions, which are represented by parametric, coordinate and functional isolines

  15. A string matching based algorithm for performance evaluation of ...

    Indian Academy of Sciences (India)

    In this paper, we have addressed the problem of automated performance evaluation of Mathematical Expression (ME) recognition. Automated evaluation requires that recognition output and ground truth in some editable format like LaTeX, MathML, etc. have to be matched. But standard forms can have extraneous symbols ...

  16. A Domain-Specific Languane for Regular Sets of Strings and Trees

    DEFF Research Database (Denmark)

    Schwartzbach, Michael Ignatieff; Klarlund, Nils

    1999-01-01

    We propose a new high-level progr amming notation, called FIDO, that we have designed to concisely express regular sets of strings or trees. In particular, it can be viewed as a domain-specific language for the expression of finite-state automata on large alphabets (of sometimes astronomical size......, called the Monadic Second-order Logic (M2L) on trees. FIDO is translated first into pure M2L via suitable encodings, and finally into finite-state automata through the MONA tool....

  17. The emergence of spacetime in string theory

    CERN Document Server

    Vistarini, Tiziana

    2018-01-01

    The nature of space and time is one of the most fascinating and fundamental philosophical issues which presently engages at the deepest level with physics. During the last thirty years this notion has been object of an intense critical review in the light of new scientific theories which try to combine the principles of both general relativity and quantum theory—called theories of quantum gravity. This book considers the way string theory shapes its own account of spacetime disappearance from the fundamental level.

  18. Observation of Motion of Bowed Strings and Resonant Strings in Violin Performances

    Science.gov (United States)

    Matsutani, Akihiro

    2013-10-01

    The motion of a bowed string and a resonant string of a violin were simultaneously observed for the first time. The results of the direct observation of string motion in double stops and harmonics are also presented. The importance of the resonance was experimentally demonstrated from these observations. It is suggested that players should take account of the resonance and ideal Helmholtz motion in violin performances.

  19. Maximal unbordered factors of random strings

    DEFF Research Database (Denmark)

    Cording, Patrick Hagge; Knudsen, Mathias Bæk Tejs

    2016-01-01

    A border of a string is a non-empty prefix of the string that is also a suffix of the string, and a string is unbordered if it has no border. Loptev, Kucherov, and Starikovskaya [CPM 2015] conjectured the following: If we pick a string of length n from a fixed alphabet uniformly at random...

  20. Non-critical Poincare invariant bosonic string backgrounds and closed string tachyons

    International Nuclear Information System (INIS)

    Alvarez, Enrique; Gomez, Cesar; Hernandez, Lorenzo

    2001-01-01

    A new family of non critical bosonic string backgrounds in arbitrary space-time dimension D and with ISO(1,D-2) Poincare invariance are presented. The metric warping factor and dilaton agree asymptotically with the linear dilaton background. The closed string tachyon equation of motion enjoys, in the linear approximation, an exact solution of 'kink' type interpolating between different expectation values. A renormalization group flow interpretation, based on a closed string tachyon potential of type -T 2 e -T , is suggested

  1. Quantum backreaction in string theory

    International Nuclear Information System (INIS)

    Evnin, O.

    2012-01-01

    There are situations in string theory when a finite number of string quanta induce a significant backreaction upon the background and render the perturbation theory infrared-divergent. The simplest example is D0-brane recoil under an impact by closed strings. A more physically interesting case is backreaction on the evolution of a totally compact universe due to closed string gas. Such situations necessitate qualitative amendments to the traditional formulation of string theory in a fixed classical background. In this contribution to the proceedings of the XVII European Workshop on String Theory in Padua, I review solved problems and current investigations in relation to this kind of quantum backreaction effects. (Copyright copyright 2012 WILEY-VCH Verlag GmbH and Co. KGaA, Weinheim)

  2. String model of elementary particles

    International Nuclear Information System (INIS)

    Kikkawa, Keiji

    1975-01-01

    Recent development of the models of elementary particles is described. The principal features of elementary particle physics can be expressed by quark model, mass spectrum, the Regge behavior of scattering amplitude, and duality. Venezians showed in 1968 that the B function can express these features. From the analysis of mass spectrum, the string model was introduced. The quantization of the string is performed with the same procedure as the ordinary quantum mechanics. The motion of the string is determined by the Nambu-Goto action integral, and the Schroedinger equation is obtained. Mass spectrum from the string model was same as that from the duality model such as Veneziano model. The interaction between strings can be introduced, and the Lagrangian can be formulated. The relation between the string model and the duality model has been studied. The string model is the first theory of non-local field, and the further development is attractive. The relation between this model and the quark model is still not clear. (Kato, T.)

  3. Inflationary string theory?

    Indian Academy of Sciences (India)

    strongly motivate a detailed search for inflation within string theory, although it has ... between string theory and observations provides a strong incentive for ..... sonably be expected to arise for any system having very many degrees of freedom.

  4. Charge modulation as fingerprints of phase-string triggered interference

    Energy Technology Data Exchange (ETDEWEB)

    Zhu, Zheng; Tian, Chushun; Jiang, Hong-Chen; Qi, Yang; Weng, Zheng-Yu; Zaanen, Jan

    2015-07-07

    Charge order appears to be an ubiquitous phenomenon in doped Mott insulators, which is currently under intense experimental and theoretical investigations particularly in the high T c cuprates. This phenomenon is conventionally understood in terms of Hartree-Fock-type mean-field theory. Here we demonstrate a mechanism for charge modulation which is rooted in the many-particle quantum physics arising in the strong coupling limit. Specifically, we consider the problem of a single hole in a bipartite t - J ladder. As a remnant of the fermion signs, the hopping hole picks up subtle phases pending the fluctuating spins, the so-called phase-string effect. We demonstrate the presence of charge modulations in the density matrix renormalization group solutions which disappear when the phase strings are switched off. This form of charge modulation can be understood analytically in a path-integral language with a mean-field-like approximation adopted, showing that the phase strings give rise to constructive interferences leading to self-localization. When the latter occurs, left- and right-moving propagating modes emerge inside the localization volume and their interference is responsible for the real space charge modulation.

  5. Open strings on AdS2 branes

    International Nuclear Information System (INIS)

    Lee, Peter; Ooguri, Hirosi.; Park, Jongwon; Tannenhauser, Jonathan

    2001-01-01

    We study the spectrum of open strings on AdS 2 branes in AdS 3 in an NS-NS background, using the SL(2,R) WZW model. When the brane carries no fundamental string charge, the open string spectrum is the holomorphic square root of the spectrum of closed strings in AdS 3 . It contains short and long strings, and is invariant under spectral flow. When the brane carries fundamental string charge, the open string spectrum again contains short and long strings in all winding sectors. However, branes with fundamental string charge break half the spectral flow symmetry. This has different implications for short and long strings. As the fundamental string charge increases, the brane approaches the boundary of AdS 3 . In this limit, the induced electric field on the worldvolume reaches its critical value, producing noncommutative open string theory on AdS 2

  6. String Theory for Pedestrians (1/3)

    CERN Multimedia

    CERN. Geneva

    2009-01-01

    This is a non-technical rapid course on string theory. Lecture 1 is an introduction to the basics of the subject: classical and quantum strings, D(irichlet) branes and string-string dualities. In lecture 2 I will discuss string unification of the fundamental forces, covering both its successes and failures. Finally in lecture 3 I will review string models of black hole microstates, the holographic gauge/gravity duality and, if time permits, potential applications to the physics of the strong interactions.

  7. String Theory for Pedestrians (2/3)

    CERN Multimedia

    CERN. Geneva

    2009-01-01

    This is a non-technical rapid course on string theory. Lecture 1 is an introduction to the basics of the subject: classical and quantum strings, D(irichlet) branes and string-string dualities. In lecture 2 I will discuss string unification of the fundamental forces, covering both its successes and failures. Finally in lecture 3 I will review string models of black hole microstates, the holographic gauge/gravity duality and, if time permits, potential applications to the physics of the strong interactions.

  8. String Theory for Pedestrians (3/3)

    CERN Multimedia

    CERN. Geneva

    2009-01-01

    This is a non-technical rapid course on string theory. Lecture 1 is an introduction to the basics of the subject: classical and quantum strings, D(irichlet) branes and string-string dualities. In lecture 2 I will discuss string unification of the fundamental forces, covering both its successes and failures. Finally in lecture 3 I will review string models of black hole microstates, the holographic gauge/gravity duality and, if time permits, potential applications to the physics of the strong interactions.

  9. 6d string chains

    Science.gov (United States)

    Gadde, Abhijit; Haghighat, Babak; Kim, Joonho; Kim, Seok; Lockhart, Guglielmo; Vafa, Cumrun

    2018-02-01

    We consider bound states of strings which arise in 6d (1,0) SCFTs that are realized in F-theory in terms of linear chains of spheres with negative self-intersections 1,2, and 4. These include the strings associated to N small E 8 instantons, as well as the ones associated to M5 branes probing A and D type singularities in M-theory or D5 branes probing ADE singularities in Type IIB string theory. We find that these bound states of strings admit (0,4) supersymmetric quiver descriptions and show how one can compute their elliptic genera.

  10. Instability of colliding metastable strings

    International Nuclear Information System (INIS)

    Hiramatsu, Takashi; Kobayashi, Tatsuo; Ookouchi, Yutaka; Kyoto Univ.

    2013-04-01

    We investigate the collision dynamics of two metastable strings which can be viewed as tube-like domain walls with winding numbers interpolating a false vacuum and a true vacuum. We find that depending on the relative angle and speed of two strings, instability of strings increases and the false vacuum is filled out by rapid expansion of the strings or of a remnant of the collision.

  11. String theory in four dimensions

    International Nuclear Information System (INIS)

    Dine, M.

    1988-01-01

    A representative sample of current ideas about how one might develop a string phenomenology is presented. Some of the obstacles which lie in between string theory and contact with experiment are described. It is hoped that this volume will provide the reader with ways of thinking about string theory in four dimensions and provide tools for asking questions about string theory and ordinary physics. 102 refs

  12. Instability of colliding metastable strings

    Energy Technology Data Exchange (ETDEWEB)

    Hiramatsu, Takashi [Kyoto Univ. (Japan). Yukawa Inst. for Theoretical Physics; Eto, Minoru [Yamagata Univ. (Japan). Dept. of Physics; Kamada, Kohei [Deutsches Elektronen-Synchrotron (DESY), Hamburg (Germany); Kobayashi, Tatsuo [Kyoto Univ. (Japan). Dept. of Physics; Ookouchi, Yutaka [Kyoto Univ. (Japan). Dept. of Physics; Kyoto Univ. (Japan). The Hakubi Center for Advanced Research

    2013-04-15

    We investigate the collision dynamics of two metastable strings which can be viewed as tube-like domain walls with winding numbers interpolating a false vacuum and a true vacuum. We find that depending on the relative angle and speed of two strings, instability of strings increases and the false vacuum is filled out by rapid expansion of the strings or of a remnant of the collision.

  13. Gauge invariance over a group as the first principle of interacting string dynamics

    International Nuclear Information System (INIS)

    Gervais, J.L.

    1986-01-01

    It is stressed that the basic principle of the standard gauge theories is the invariance under internal symmetry transformations that do not commute with translations. This concept is generalized to the case where the translation group is replaced by an arbitrarily given non-abelian group G. The generalized Yang-Mills theory, called gauge theory over G, is an attractive extension of the standard formalism. The gauge theory over the conformal group is proposed as the fundamental theory of bosonic strings. As is usual in gauge theories, the interaction is uniquely specific by the invariance properties. For strings, overlap conditions between string positions come out in a natural way. The powerful machinery of Yang-Mills theories is fully applicable to the gauge theories over groups. In particular, an example of the Higgs-Kibble mechanism is given. (orig.)

  14. Are Stopped Strings Preferred in Sad Music?

    OpenAIRE

    David Huron; Caitlyn Trevor

    2017-01-01

    String instruments may be played either with open strings (where the string vibrates between the bridge and a hard wooden nut) or with stopped strings (where the string vibrates between the bridge and a performer's finger pressed against the fingerboard). Compared with open strings, stopped strings permit the use of vibrato and exhibit a darker timbre. Inspired by research on the timbre of sad speech, we test whether there is a tendency to use stopped strings in nominally sad music. Specifica...

  15. Superconducting cosmic strings

    International Nuclear Information System (INIS)

    Chudnovsky, E.M.; Field, G.B.; Spergel, D.N.; Vilenkin, A.

    1986-01-01

    Superconducting loops of string formed in the early Universe, if they are relatively light, can be an important source of relativistic particles in the Galaxy. They can be observed as sources of synchrotron radiation at centimeter wavelengths. We propose a string model for two recently discovered radio sources, the ''thread'' in the galactic center and the source G357.7-0.1, and predict that the filaments in these sources should move at relativistic speeds. We also consider superheavy superconducting strings, and the possibility that they be observed as extragalactic radio sources

  16. Transverse structure of the QCD string

    International Nuclear Information System (INIS)

    Meyer, Harvey B.

    2010-01-01

    The characterization of the transverse structure of the QCD string is discussed. We formulate a conjecture as to how the stress-energy tensor of the underlying gauge theory couples to the string degrees of freedom. A consequence of the conjecture is that the energy density and the longitudinal-stress operators measure the distribution of the transverse position of the string, to leading order in the string fluctuations, whereas the transverse-stress operator does not. We interpret recent numerical measurements of the transverse size of the confining string and show that the difference of the energy and longitudinal-stress operators is a particularly natural probe at next-to-leading order. Second, we derive the constraints imposed by open-closed string duality on the transverse structure of the string. We show that a total of three independent ''gravitational'' form factors characterize the transverse profile of the closed string, and obtain the interpretation of recent effective string theory calculations: the square radius of a closed string of length β defined from the slope of its gravitational form factor, is given by (d-1/2πσ)log(β/4r 0 ) in d space dimensions. This is to be compared with the well-known result that the width of the open string at midpoint grows as (d-1/2πσ)log(r/r 0 ). We also obtain predictions for transition form factors among closed-string states.

  17. Most Recent Match Queries in On-Line Suffix Trees

    DEFF Research Database (Denmark)

    Larsson, N. Jesper

    2014-01-01

    A suffix tree is able to efficiently locate a pattern in an indexed string, but not in general the most recent copy of the pattern in an online stream, which is desirable in some applications. We study the most general version of the problem of locating a most recent match: supporting queries...

  18. 6d, Coulomb branch anomaly matching

    Science.gov (United States)

    Intriligator, Kenneth

    2014-10-01

    6d QFTs are constrained by the analog of 't Hooft anomaly matching: all anomalies for global symmetries and metric backgrounds are constants of RG flows, and for all vacua in moduli spaces. We discuss an anomaly matching mechanism for 6d theories on their Coulomb branch. It is a global symmetry analog of Green-Schwarz-West-Sagnotti anomaly cancellation, and requires the apparent anomaly mismatch to be a perfect square, . Then Δ I 8 is cancelled by making X 4 an electric/magnetic source for the tensor multiplet, so background gauge field instantons yield charged strings. This requires the coefficients in X 4 to be integrally quantized. We illustrate this for theories. We also consider the SCFTs from N small E8 instantons, verifying that the recent result for its anomaly polynomial fits with the anomaly matching mechanism.

  19. Learning SAS’s Perl Regular Expression Matching the Easy Way: By Doing

    Science.gov (United States)

    2015-01-12

    Doing 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM ELEMENT NUMBER 6. AUTHOR(S) Paul Genovesi 5d. PROJECT NUMBER 5e. TASK NUMBER 5f...regex_learning_tool allows both beginner and expert to efficiently practice PRX matching by selecting and processing only the match records that the user is interested...perl regular expression and/or source string. The regex_learning_tool allows both beginner and expert to efficiently practice PRX matching by

  20. Disordered chaotic strings

    DEFF Research Database (Denmark)

    Schäfer, Mirko; Greiner, Martin

    2011-01-01

    to chaotic strings. Inhomogeneous coupling weights as well as small-world perturbations of the ring-network structure are discussed. It is found that certain combinations of coupling and network disorder preserve the empirical relationship between chaotic strings and the weak and strong sector...

  1. QCD and string theories

    International Nuclear Information System (INIS)

    Cohen-Tannoudji, G.

    1990-01-01

    This paper is devoted to a review of the connections between quantumchromodynamics (QCD) and string theories. One reviews the phenomenological models leading to string pictures in non perturbative QCD and the string effects, related to soft gluon coherence, which arise in perturbative QCD. One tries to build a string theory which goes to QCD at the zero slope limit. A specific model, based on superstring theories is shown to agree with QCD four point amplitudes at the Born approximation and with one loop corrections. One shows how this approach can provide a theoretical framework to account for the phenomenological property of parton-hadron duality

  2. QCD and hadronic strings

    International Nuclear Information System (INIS)

    Cohen-Tannoudji, G.

    1989-01-01

    This series of lectures is devoted to review ot he connections between QCD and string theories. One reviews the phenomenological models leading to string pictures in non perturbative QCD and the string effects, related to soft gluon coherence, which arise in perturbative QCD. One tries to build a string theory which goes to QCD at the zero slope limit. A specific model, based on superstring theories is shown to agree with QCD four point amplitudes at the Born approximation and with one loop corrections. One shows how this approach can provide a theoretical framework to account for the phenomenological property of parton-hadron duality.(author)

  3. Tadpole resummations in string theory

    International Nuclear Information System (INIS)

    Kitazawa, Noriaki

    2008-01-01

    While R-R tadpoles should be canceled for consistency, string models with broken supersymmetry generally have uncanceled NS-NS tadpoles. Their presence signals that the background does not solve the field equations, so that these models are in 'wrong' vacua. In this Letter we investigate, with reference to some prototype examples, whether the true values of physical quantities can be recovered resumming the NS-NS tadpoles, hence by an approach that is related to the analysis based on String Field Theory by open-closed duality. We show that, indeed, the positive classical vacuum energy of a Dp-brane of the bosonic string is exactly canceled by the negative contribution arising from tree-level tadpole resummation, in complete agreement with Sen's conjecture on open-string tachyon condensation and with the consequent analysis based on String Field Theory. We also show that the vanishing classical vacuum energy of the SO(8192) unoriented bosonic open-string theory does not receive any tree-level corrections from the tadpole resummation. This result is consistent with the fact that this (unstable) configuration is free from tadpoles of massless closed-string modes, although there is a tadpole of the closed string tachyon. The application of this method to superstring models with broken supersymmetry is also discussed

  4. String bit models for superstring

    International Nuclear Information System (INIS)

    Bergman, O.; Thorn, C.B.

    1995-01-01

    The authors extend the model of string as a polymer of string bits to the case of superstring. They mainly concentrate on type II-B superstring, with some discussion of the obstacles presented by not II-B superstring, together with possible strategies for surmounting them. As with previous work on bosonic string work within the light-cone gauge. The bit model possesses a good deal less symmetry than the continuous string theory. For one thing, the bit model is formulated as a Galilei invariant theory in (D - 2) + 1 dimensional space-time. This means that Poincare invariance is reduced to the Galilei subgroup in D - 2 space dimensions. Naturally the supersymmetry present in the bit model is likewise dramatically reduced. Continuous string can arise in the bit models with the formation of infinitely long polymers of string bits. Under the right circumstances (at the critical dimension) these polymers can behave as string moving in D dimensional space-time enjoying the full N = 2 Poincare supersymmetric dynamics of type II-B superstring

  5. String bit models for superstring

    Energy Technology Data Exchange (ETDEWEB)

    Bergman, O.; Thorn, C.B.

    1995-12-31

    The authors extend the model of string as a polymer of string bits to the case of superstring. They mainly concentrate on type II-B superstring, with some discussion of the obstacles presented by not II-B superstring, together with possible strategies for surmounting them. As with previous work on bosonic string work within the light-cone gauge. The bit model possesses a good deal less symmetry than the continuous string theory. For one thing, the bit model is formulated as a Galilei invariant theory in (D {minus} 2) + 1 dimensional space-time. This means that Poincare invariance is reduced to the Galilei subgroup in D {minus} 2 space dimensions. Naturally the supersymmetry present in the bit model is likewise dramatically reduced. Continuous string can arise in the bit models with the formation of infinitely long polymers of string bits. Under the right circumstances (at the critical dimension) these polymers can behave as string moving in D dimensional space-time enjoying the full N = 2 Poincare supersymmetric dynamics of type II-B superstring.

  6. String-math 2012

    CERN Document Server

    Katz, Sheldon; Klemm, Albrecht; Morrison, David R

    2015-01-01

    This volume contains the proceedings of the conference String-Math 2012, which was held July 16-21, 2012, at the Hausdorff Center for Mathematics, Universitat Bonn. This was the second in a series of annual large meetings devoted to the interface of mathematics and string theory. These meetings have rapidly become the flagship conferences in the field. Topics include super Riemann surfaces and their super moduli, generalized moonshine and K3 surfaces, the latest developments in supersymmetric and topological field theory, localization techniques, applications to knot theory, and many more. The contributors include many leaders in the field, such as Sergio Cecotti, Matthias Gaberdiel, Rahul Pandharipande, Albert Schwarz, Anne Taormina, Johannes Walcher, Katrin Wendland, and Edward Witten. This book will be essential reading for researchers and students in this area and for all mathematicians and string theorists who want to update themselves on developments in the math-string interface.

  7. Comparing double string theory actions

    International Nuclear Information System (INIS)

    De Angelis, L.; Gionti, S.J.G.; Marotta, R.; Pezzella, F.

    2014-01-01

    Aimed to a deeper comprehension of a manifestly T-dual invariant formulation of string theory, in this paper a detailed comparison between the non-covariant action proposed by Tseytlin and the covariant one proposed by Hull is done. These are obtained by making both the string coordinates and their duals explicitly appear, on the same footing, in the world-sheet action, so “doubling” the string coordinates along the compact dimensions. After a discussion on the nature of the constraints in both the models and the relative quantization, it results that the string coordinates and their duals behave like “non-commuting” phase space coordinates but their expressions in terms of Fourier modes generate the oscillator algebra of the standard bosonic string. A proof of the equivalence of the two formulations is given. Furthermore, open-string solutions are also discussed

  8. Comparing double string theory actions

    Energy Technology Data Exchange (ETDEWEB)

    De Angelis, L. [Dipartimento di Fisica, Università degli Studi “Federico II” di Napoli,Complesso Universitario Monte S. Angelo ed. 6, via Cintia, 80126 Napoli (Italy); Gionti, S.J.G. [Specola Vaticana, Vatican City, V-00120, Vatican City State and Vatican Observatory Research Group, Steward Observatory, The University Of Arizona, 933 North Cherry Avenue, Tucson, Arizona 85721 (United States); Marotta, R.; Pezzella, F. [Istituto Nazionale di Fisica Nucleare, Sezione di Napoli,Complesso Universitario di Monte S. Angelo ed. 6, via Cintia, 80126 Napoli (Italy)

    2014-04-28

    Aimed to a deeper comprehension of a manifestly T-dual invariant formulation of string theory, in this paper a detailed comparison between the non-covariant action proposed by Tseytlin and the covariant one proposed by Hull is done. These are obtained by making both the string coordinates and their duals explicitly appear, on the same footing, in the world-sheet action, so “doubling” the string coordinates along the compact dimensions. After a discussion on the nature of the constraints in both the models and the relative quantization, it results that the string coordinates and their duals behave like “non-commuting” phase space coordinates but their expressions in terms of Fourier modes generate the oscillator algebra of the standard bosonic string. A proof of the equivalence of the two formulations is given. Furthermore, open-string solutions are also discussed.

  9. Metastable cosmic strings in realistic models

    International Nuclear Information System (INIS)

    Holman, R.

    1992-01-01

    The stability of the electroweak Z-string is investigated at high temperatures. The results show that, while finite temperature corrections can improve the stability of the Z-string, their effect is not strong enough to stabilize the Z-string in the standard electroweak model. Consequently, the Z-string will be unstable even under the conditions present during the electroweak phase transition. Phenomenologically viable models based on the gauge group SU(2) L x SU(2) R x U(1) B-L are then considered, and it is shown that metastable strings exist and are stable to small perturbations for a large region of the parameter space for these models. It is also shown that these strings are superconducting with bosonic charge carriers. The string superconductivity may be able to stabilize segments and loops against dynamical contraction. Possible implications of these strings for cosmology are discussed

  10. Hunting for TeV Scale Strings at the LHC

    CERN Document Server

    Bars, Itzhak

    2010-01-01

    In this paper I review the possibility of TeV scale strings that may be detectable by the Large Hadron Collider (LHC). This possibility was investigated extensively in a series of phenomenological papers during 1984-1985 in connection with the Superconducting Super Collider (SSC). The work was mainly based on a model independent systematic parametrization of scattering amplitudes and cross sections, for Standard Model particles, quarks and leptons, that were assumed to behave like strings, while gluons, photons, $W^{\\pm},Z$ were taken as elementary. By using Veneziano type beta functions consistent with crossing symmetry, duality and Regge behavior, bosonic or fermionic resonances in each channel were included, while the low energy behavior was matched to effective field theory non-renormalizable interactions consistent with the Standard Model SU(3)xSU(2)xU(1) gauge symmetry as well as global flavor and family symmetries. The motivation for this approach at that time was the possible compositeness of quarks a...

  11. Algorithms and Data Structures for Strings, Points and Integers

    DEFF Research Database (Denmark)

    Vind, Søren Juhl

    a string under a compression scheme that can achieve better than entropy compression. We also give improved results for the substring concatenation problem, and an extension of our structure can be used as a black box to get an improved solution to the previously studied dynamic text static pattern problem....... Compressed Pattern Matching. In the streaming model, input data flows past a client one item at a time, but is far too large for the client to store. The annotated streaming model extends the model by introducing a powerful but untrusted annotator (representing “the cloud”) that can annotate input elements...... with additional information, sent as one-way communication to the client. We generalize the annotated streaming model to be able to solve problems on strings and present a data structure that allows us to trade off client space and annotation size. This lets us exploit the power of the annotator. In compressed...

  12. Constraints on cosmic strings due to black holes formed from collapsed cosmic string loops

    International Nuclear Information System (INIS)

    Caldwell, R.R.; Gates, E.

    1993-05-01

    The cosmological features of primordial black holes formed from collapsed cosmic string loops are studied. Observational restrictions on a population of primordial black holes are used to restrict f, the fraction of cosmic string loops which collapse to form black holes, and μ, the cosmic string mass-per-unit-length. Using a realistic model of cosmic strings, we find the strongest restriction on the parameters f and μ is due to the energy density in 100MeV photons radiated by the black holes. We also find that inert black hole remnants cannot serve as the dark matter. If earlier, crude estimates of f are reliable, our results severely restrict μ, and therefore limit the viability of the cosmic string large-scale structure scenario

  13. String Chopping and Time-ordered Products of Linear String-localized Quantum Fields

    Science.gov (United States)

    Cardoso, Lucas T.; Mund, Jens; Várilly, Joseph C.

    2018-03-01

    For a renormalizability proof of perturbative models in the Epstein-Glaser scheme with string-localized quantum fields, one needs to know what freedom one has in the definition of time-ordered products of the interaction Lagrangian. This paper provides a first step in that direction. The basic issue is the presence of an open set of n-tuples of strings which cannot be chronologically ordered. We resolve it by showing that almost all such string configurations can be dissected into finitely many pieces which can indeed be chronologically ordered. This fixes the time-ordered products of linear field factors outside a nullset of string configurations. (The extension across the nullset, as well as the definition of time-ordered products of Wick monomials, will be discussed elsewhere).

  14. Lüscher formula for GKP string

    International Nuclear Information System (INIS)

    Basso, B.; Belitsky, A.V.

    2012-01-01

    We investigate finite-size corrections to anomalous dimensions of large-spin twist-two operators in the planar maximally supersymmetric Yang-Mills theory. We develop a framework for analysis of these corrections, that is complementary to the conventional spin-chain approach, by making use of the hole rather than the magnon picture. From the dual string theory perspective where the large-spin operator is identified with the Gubser-Klebanov-Polyakov (GKP) string, our approach is equivalent to constructing the first Lüscher correction to the energy of the GKP string by incorporating the contribution of virtual excitations propagating on it. It allows us to propose a formula that controls a particular class of large-spin corrections to the twist-two anomalous dimension and holds at any value of the coupling constant. Compared to wrapping corrections computed with magnons propagating on the spin chain, the finite-size corrections that are encoded in our formalism start at a lower-loop level. Our formalism thus calls for modification of the asymptotic contributions which are conventionally incorporated within the Asymptotic Bethe Ansatz. An educated guess allows us to remedy this pitfall and successfully confront our predictions with known results up to five-loop accuracy at weak coupling. Finally, our formula sheds light on the weak-to-strong coupling transition for the subleading large-spin corrections under study and confirms stringy expectations at strong coupling where they are found to be identical to the first Lüscher correction to the vacuum energy of the O(6) sigma model.

  15. Hyperconifold transitions, mirror symmetry, and string theory

    Science.gov (United States)

    Davies, Rhys

    2011-09-01

    Multiply-connected Calabi-Yau threefolds are of particular interest for both string theorists and mathematicians. Recently it was pointed out that one of the generic degenerations of these spaces (occurring at codimension one in moduli space) is an isolated singularity which is a finite cyclic quotient of the conifold; these were called hyperconifolds. It was also shown that if the order of the quotient group is even, such singular varieties have projective crepant resolutions, which are therefore smooth Calabi-Yau manifolds. The resulting topological transitions were called hyperconifold transitions, and change the fundamental group as well as the Hodge numbers. Here Batyrev's construction of Calabi-Yau hypersurfaces in toric fourfolds is used to demonstrate that certain compact examples containing the remaining hyperconifolds — the Z and Z cases — also have Calabi-Yau resolutions. The mirrors of the resulting transitions are studied and it is found, surprisingly, that they are ordinary conifold transitions. These are the first examples of conifold transitions with mirrors which are more exotic extremal transitions. The new hyperconifold transitions are also used to construct a small number of new Calabi-Yau manifolds, with small Hodge numbers and fundamental group Z or Z. Finally, it is demonstrated that a hyperconifold is a physically sensible background in Type IIB string theory. In analogy to the conifold case, non-perturbative dynamics smooth the physical moduli space, such that hyperconifold transitions correspond to non-singular processes in the full theory.

  16. Hyperconifold transitions, mirror symmetry, and string theory

    International Nuclear Information System (INIS)

    Davies, Rhys

    2011-01-01

    Multiply-connected Calabi-Yau threefolds are of particular interest for both string theorists and mathematicians. Recently it was pointed out that one of the generic degenerations of these spaces (occurring at codimension one in moduli space) is an isolated singularity which is a finite cyclic quotient of the conifold; these were called hyperconifolds. It was also shown that if the order of the quotient group is even, such singular varieties have projective crepant resolutions, which are therefore smooth Calabi-Yau manifolds. The resulting topological transitions were called hyperconifold transitions, and change the fundamental group as well as the Hodge numbers. Here Batyrev's construction of Calabi-Yau hypersurfaces in toric fourfolds is used to demonstrate that certain compact examples containing the remaining hyperconifolds - the Z 3 and Z 5 cases - also have Calabi-Yau resolutions. The mirrors of the resulting transitions are studied and it is found, surprisingly, that they are ordinary conifold transitions. These are the first examples of conifold transitions with mirrors which are more exotic extremal transitions. The new hyperconifold transitions are also used to construct a small number of new Calabi-Yau manifolds, with small Hodge numbers and fundamental group Z 3 or Z 5 . Finally, it is demonstrated that a hyperconifold is a physically sensible background in Type IIB string theory. In analogy to the conifold case, non-perturbative dynamics smooth the physical moduli space, such that hyperconifold transitions correspond to non-singular processes in the full theory.

  17. Perspectives on string phenomenology

    CERN Document Server

    Kane, Gordon; Kumar, Piyush

    2015-01-01

    The remarkable recent discovery of the Higgs boson at the CERN Large Hadron Collider completed the Standard Model of particle physics and has paved the way for understanding the physics which may lie beyond it. String/M theory has emerged as a broad framework for describing a plethora of diverse physical systems, which includes condensed matter systems, gravitational systems as well as elementary particle physics interactions. If string/M theory is to be considered as a candidate theory of Nature, it must contain an effectively four-dimensional universe among its solutions that is indistinguishable from our own. In these solutions, the extra dimensions of string/M Theory are “compactified” on tiny scales which are often comparable to the Planck length. String phenomenology is the branch of string/M theory that studies such solutions, relates their properties to data, and aims to answer many of the outstanding questions of particle physics beyond the Standard Model. This book contains perspectives on stri...

  18. Cosmic strings and galaxy formation

    Science.gov (United States)

    Bertschinger, Edmund

    1989-01-01

    The cosmogonical model proposed by Zel'dovich and Vilenkin (1981), in which superconducting cosmic strings act as seeds for the origin of structure in the universe, is discussed, summarizing the results of recent theoretical investigations. Consideration is given to the formation of cosmic strings, the microscopic structure of strings, gravitational effects, cosmic string evolution, and the formation of galaxies and large-scale structure. Simulation results are presented in graphs, and several outstanding issues are listed and briefly characterized.

  19. On the null origin of the ambitwistor string

    Energy Technology Data Exchange (ETDEWEB)

    Casali, Eduardo [Mathematical Institute, University of Oxford,Woodstock Road, Oxford, OX2 6GG (United Kingdom); Tourkine, Piotr [Department of Applied Mathematics and Theoretical Physics,Wilberforce Road, Cambridge, CB3 0WA (United Kingdom)

    2016-11-07

    In this paper we present the null string origin of the ambitwistor string. Classically, the null string is the tensionless limit of string theory, and so too is the ambitwistor string. Both have as constraint algebra the Galilean Conformal Algebra in two dimensions. But something interesting happens in the quantum theory since there is an ambiguity in quantizing the null string. We show that, given a particular choice of quantization scheme and a particular gauge, the null string coincides with the ambitwistor string both classically and quantum mechanically. We also show that the same holds for the spinning versions of the null string and ambitwistor string. With these results we clarify the relationship between the ambitwistor string, the null string, the usual string and the Hohm-Siegel-Zwiebach theory.

  20. $\\mathcal{N}=2^\\star$ from Topological Amplitudes in String Theory

    CERN Document Server

    Florakis, Ioannis

    2016-01-01

    In this paper, we explicitly construct string theory backgrounds that realise the so-called $\\mathcal N=2^\\star$ gauge theory. We prove the consistency of our models by calculating their partition function and obtaining the correct gauge theory spectrum. We further provide arguments in favour of the universality of our construction which covers a wide class of models all of which engineer the same gauge theory. We reproduce the corresponding Nekrasov partition function once the $\\Omega$-deformation is included and the appropriate field theory limit taken. This is achieved by calculating the topological amplitudes $F_g$ in the string models. In addition to heterotic and type II constructions, we also realise the mass deformation in type I theory, thus leading to a natural way of uplifting the result to the instanton sector.

  1. The QCD Effective String

    International Nuclear Information System (INIS)

    Espriu, D.

    2003-01-01

    QCD can be described in a certain kinematical regime by an effective string theory. This string must couple to background chiral fields in a chirally invariant manner, thus taking into account the true chirally non-invariant QCD vacuum. By requiring conformal symmetry of the string and the unitarity constraint on chiral fields we reconstruct the equations of motion for the latter ones. These provide a consistent background for the propagation of the string. By further requiring locality of the effective action we recover the Lagrangian of non-linear sigma model of pion interactions. The prediction is unambiguous and parameter-free. The estimated chiral structural constants of Gasser and Leutwyler fit very well the phenomenological values. (author)

  2. Minimal string theories and integrable hierarchies

    Science.gov (United States)

    Iyer, Ramakrishnan

    Well-defined, non-perturbative formulations of the physics of string theories in specific minimal or superminimal model backgrounds can be obtained by solving matrix models in the double scaling limit. They provide us with the first examples of completely solvable string theories. Despite being relatively simple compared to higher dimensional critical string theories, they furnish non-perturbative descriptions of interesting physical phenomena such as geometrical transitions between D-branes and fluxes, tachyon condensation and holography. The physics of these theories in the minimal model backgrounds is succinctly encoded in a non-linear differential equation known as the string equation, along with an associated hierarchy of integrable partial differential equations (PDEs). The bosonic string in (2,2m-1) conformal minimal model backgrounds and the type 0A string in (2,4 m) superconformal minimal model backgrounds have the Korteweg-de Vries system, while type 0B in (2,4m) backgrounds has the Zakharov-Shabat system. The integrable PDE hierarchy governs flows between backgrounds with different m. In this thesis, we explore this interesting connection between minimal string theories and integrable hierarchies further. We uncover the remarkable role that an infinite hierarchy of non-linear differential equations plays in organizing and connecting certain minimal string theories non-perturbatively. We are able to embed the type 0A and 0B (A,A) minimal string theories into this single framework. The string theories arise as special limits of a rich system of equations underpinned by an integrable system known as the dispersive water wave hierarchy. We find that there are several other string-like limits of the system, and conjecture that some of them are type IIA and IIB (A,D) minimal string backgrounds. We explain how these and several other string-like special points arise and are connected. In some cases, the framework endows the theories with a non

  3. Test particle trajectories near cosmic strings

    Indian Academy of Sciences (India)

    We present a detailed analysis of the motion of test particle in the gravitational field of cosmic strings in different situations using the Hamilton–Jacobi (H–J) formalism. We have discussed the trajectories near static cosmic string, cosmic string in Brans–Dicke theory and cosmic string in dilaton gravity.

  4. Worldsheet factorization for twistor-strings

    Energy Technology Data Exchange (ETDEWEB)

    Adamo, Tim [Department of Applied Mathematics & Theoretical Physics, University of Cambridge, Wilberforce Road, Cambridge CB3 0WA (United Kingdom)

    2014-04-10

    We study the multiparticle factorization properties of two worldsheet theories which — at tree-level — describe the scattering of massless particles in four dimensions: the Berkovits-Witten twistor-string for N=4 super-Yang-Mills coupled to N=4 conformal supergravity, and the Skinner twistor-string for N=8 supergravity. By considering these string-like theories, we can study factorization at the level of the worldsheet before any Wick contractions or integrals have been performed; this is much simpler than considering the factorization properties of the amplitudes themselves. In Skinner’s twistor-string this entails the addition of worldsheet gravity as well as a formalism that represents all external states in a manifestly symmetric way, which we develop explicitly at genus zero. We confirm that the scattering amplitudes of Skinner’s theory, as well as the gauge theory amplitudes for the planar sector of the Berkovits-Witten theory, factorize appropriately at genus zero. In the non-planar sector, we find behavior indicative of conformal gravity in the Berkovits-Witten twistor-string. We contrast factorization in twistor-strings with the story in ordinary string theory, and also make some remarks on higher genus factorization and disconnected prescriptions.

  5. Worldsheet factorization for twistor-strings

    International Nuclear Information System (INIS)

    Adamo, Tim

    2014-01-01

    We study the multiparticle factorization properties of two worldsheet theories which — at tree-level — describe the scattering of massless particles in four dimensions: the Berkovits-Witten twistor-string for N=4 super-Yang-Mills coupled to N=4 conformal supergravity, and the Skinner twistor-string for N=8 supergravity. By considering these string-like theories, we can study factorization at the level of the worldsheet before any Wick contractions or integrals have been performed; this is much simpler than considering the factorization properties of the amplitudes themselves. In Skinner’s twistor-string this entails the addition of worldsheet gravity as well as a formalism that represents all external states in a manifestly symmetric way, which we develop explicitly at genus zero. We confirm that the scattering amplitudes of Skinner’s theory, as well as the gauge theory amplitudes for the planar sector of the Berkovits-Witten theory, factorize appropriately at genus zero. In the non-planar sector, we find behavior indicative of conformal gravity in the Berkovits-Witten twistor-string. We contrast factorization in twistor-strings with the story in ordinary string theory, and also make some remarks on higher genus factorization and disconnected prescriptions

  6. Fermions on the electroweak string

    CERN Document Server

    Moreno, J M; Quirós, Mariano; Moreno, J M; Oaknin, D H; Quiros, M

    1995-01-01

    We construct a simple class of exact solutions of the electroweak theory including the naked Z--string and fermion fields. It consists in the Z--string configuration (\\phi,Z_\\theta), the {\\it time} and z components of the neutral gauge bosons (Z_{0,3},A_{0,3}) and a fermion condensate (lepton or quark) zero mode. The Z--string is not altered (no feed back from the rest of fields on the Z--string) while fermion condensates are zero modes of the Dirac equation in the presence of the Z--string background (no feed back from the {\\it time} and z components of the neutral gauge bosons on the fermion fields). For the case of the n--vortex Z--string the number of zero modes found for charged leptons and quarks is (according to previous results by Jackiw and Rossi) equal to |n|, while for (massless) neutrinos is |n|-1. The presence of fermion fields in its core make the obtained configuration a superconducting string, but their presence (as well as that of Z_{0,3},A_{0,3}) does not enhance the stability of the Z--stri...

  7. Semiclassical strings in Sasaki-Einstein manifolds and long operators in N = 1 gauge theories

    International Nuclear Information System (INIS)

    Benvenuti, Sergio; Kruczenski, Martin

    2006-01-01

    We study the AdS/CFT relation between an infinite class of 5-d Y p,q Sasaki-Einstein metrics and the corresponding quiver theories. The long BPS operators of the field theories are matched to massless geodesics in the geometries, providing a test of AdS/CFT for these cases. Certain small fluctuations (in the BMN sense) can also be successfully compared. We then go further and find, using an appropriate limit, a reduced action, first order in time derivatives, which describes strings with large R-charge. In the field theory we consider holomorphic operators with large winding numbers around the quiver and find, interestingly, that, after certain simplifying assumptions, they can be described effectively as strings moving in a particular metric. Although not equal, the metric is similar to the one in the bulk. We find it encouraging that a string picture emerges directly from the field theory and discuss possible ways to improve the agreement

  8. The STRING database in 2011

    DEFF Research Database (Denmark)

    Szklarczyk, Damian; Franceschini, Andrea; Kuhn, Michael

    2011-01-01

    present an update on the online database resource Search Tool for the Retrieval of Interacting Genes (STRING); it provides uniquely comprehensive coverage and ease of access to both experimental as well as predicted interaction information. Interactions in STRING are provided with a confidence score...... models, extensive data updates and strongly improved connectivity and integration with third-party resources. Version 9.0 of STRING covers more than 1100 completely sequenced organisms; the resource can be reached at http://string-db.org....

  9. Racetrack inflation and cosmic strings

    Energy Technology Data Exchange (ETDEWEB)

    Brax, P. [CEA-Saclay, Gif sur Yvette (France). CEA/DSM/SPhT, Unite de Recherche Associee au CNRS, Service de Physique Theorique; Bruck, C. van de [Sheffield Univ. (United Kingdom). Dept. of Applied Mathematics; Davis, A.C.; Davis, S.C. [Cambridge Univ. (United Kingdom). DAMTP, Centre for Mathematical Sciences; Jeannerot, R. [Instituut-Lorentz for Theoretical Physics, Leiden (Netherlands); Postma, M. [Deutsches Elektronen-Synchrotron (DESY), Hamburg (Germany)]|[Nationaal Inst. voor Kernfysica en Hoge-Energiefysica (NIKHEF), Amsterdam (Netherlands)

    2008-05-15

    We consider the coupling of racetrack inflation to matter fields as realised in the D3/D7 brane system. In particular, we investigate the possibility of cosmic string formation in this system. We find that string formation before or at the onset of racetrack inflation is possible, but they are then inflated away. Furthermore, string formation at the end of inflation is prevented by the presence of the moduli sector. As a consequence, no strings survive racetrack inflation. (orig.)

  10. Racetrack inflation and cosmic strings

    International Nuclear Information System (INIS)

    Brax, P.; Postma, M.

    2008-05-01

    We consider the coupling of racetrack inflation to matter fields as realised in the D3/D7 brane system. In particular, we investigate the possibility of cosmic string formation in this system. We find that string formation before or at the onset of racetrack inflation is possible, but they are then inflated away. Furthermore, string formation at the end of inflation is prevented by the presence of the moduli sector. As a consequence, no strings survive racetrack inflation. (orig.)

  11. Bosonic Liouville string theory in conformal gauge

    International Nuclear Information System (INIS)

    Schnittger, J.

    1990-01-01

    The object of the present thesis are the so-called Liouville theories as possibilities for the consistent formulation of string theories beyond the critical dimension. First we discuss the general framework for the quantum theory and explain common properties and differences of different approaches. These considerations lead us to the main demand of the thesis, the formulation of a unified quantum theory for open and closed strings. Of central importance is thereby the construction of the field operator for the Weyl degree of freedom on a suitably defined Hilbert space, so that also in the quantum theory locality and Hermiticity of the Energy-Momentum tensor are respected. In the study of the allowed ground states of the Hilbert space an interesting particularity in comparison to the structure of usual conformal field theories comes across, the importance and consequences of which we intensively study. In the last section we enter the consistence of the theory on the 1-loop level and come then to the final consideration, where we indicate some still open questions of the Liouville theory. (orig.) [de

  12. String theory as a Lilliputian world

    International Nuclear Information System (INIS)

    Ambjørn, J.; Makeenko, Y.

    2016-01-01

    Lattice regularizations of the bosonic string do not allow us to probe the tachyon. This has often been viewed as the reason why these theories have never managed to make any contact to standard continuum string theories when the dimension of spacetime is larger than two. We study the continuum string theory in large spacetime dimensions where simple mean field theory is reliable. By keeping carefully the cutoff we show that precisely the existence of a tachyon makes it possible to take a scaling limit which reproduces the lattice-string results. We compare this scaling limit with another scaling limit which reproduces standard continuum-string results. If the people working with lattice regularizations of string theories are akin to Gulliver they will view the standard string-world as a Lilliputian world no larger than a few lattice spacings.

  13. String theory as a Lilliputian world

    Energy Technology Data Exchange (ETDEWEB)

    Ambjørn, J., E-mail: ambjorn@nbi.dk [The Niels Bohr Institute, Copenhagen University, Blegdamsvej 17, DK-2100 Copenhagen (Denmark); IMAPP, Radboud University, Heyendaalseweg 135, 6525 AJ, Nijmegen (Netherlands); Makeenko, Y., E-mail: makeenko@nbi.dk [The Niels Bohr Institute, Copenhagen University, Blegdamsvej 17, DK-2100 Copenhagen (Denmark); Institute of Theoretical and Experimental Physics, B. Cheremushkinskaya 25, 117218 Moscow (Russian Federation)

    2016-05-10

    Lattice regularizations of the bosonic string do not allow us to probe the tachyon. This has often been viewed as the reason why these theories have never managed to make any contact to standard continuum string theories when the dimension of spacetime is larger than two. We study the continuum string theory in large spacetime dimensions where simple mean field theory is reliable. By keeping carefully the cutoff we show that precisely the existence of a tachyon makes it possible to take a scaling limit which reproduces the lattice-string results. We compare this scaling limit with another scaling limit which reproduces standard continuum-string results. If the people working with lattice regularizations of string theories are akin to Gulliver they will view the standard string-world as a Lilliputian world no larger than a few lattice spacings.

  14. Relativistic classical strings. II

    International Nuclear Information System (INIS)

    Galvao, C.A.P.

    1985-01-01

    The interactions of strings with electromagnetic and gravitational fields are extensively discussed. Some concepts of differential geometry are reviewed. Strings in Kaluza-Klein manifolds are studied. (L.C.) [pt

  15. Topological open string amplitudes on local toric del Pezzo surfaces via remodeling the B-model

    International Nuclear Information System (INIS)

    Manabe, Masahide

    2009-01-01

    We study topological strings on local toric del Pezzo surfaces by a method called remodeling the B-model which was recently proposed by Bouchard, Klemm, Marino and Pasquetti. For a large class of local toric del Pezzo surfaces we prove a functional formula of the Bergman kernel which is the basic constituent of the topological string amplitudes by the topological recursion relation of Eynard and Orantin. Because this formula is written as a functional of the period, we can obtain the topological string amplitudes at any point of the moduli space by a simple change of variables of the Picard-Fuchs equations for the period. By this formula and mirror symmetry we compute the A-model amplitudes on K F 2 , and predict the open orbifold Gromov-Witten invariants of C 3 /Z 4 .

  16. A brief history of string theory from dual models to M-theory

    CERN Document Server

    Rickles, Dean

    2014-01-01

    During its forty year lifespan, string theory has always had the power to divide, being called both a 'theory of everything' and a 'theory of nothing'. Critics have even questioned whether it qualifies as a scientific theory at all. This book adopts an objective stance, standing back from the question of the truth or falsity of string theory and instead focusing on how it came to be and how it came to occupy its present position in physics. An unexpectedly rich history is revealed, with deep connections to our most well-established physical theories. Fully self-contained and written in a lively fashion, the book will appeal to a wide variety of readers from novice to specialist.

  17. A rotating string

    International Nuclear Information System (INIS)

    Jensen, B.

    1993-06-01

    The author presents a global solution of Einstein's equations which represents a rotating cosmic string with a finite coreradius. The importance of pressure for the generation of closed timelike curves outside the coreregion of such strings is clearly displayed in this model due to the simplicity of the source. 10 refs

  18. The ABCDEFG of Little Strings

    OpenAIRE

    Haouzi, Nathan; Kozçaz, Can

    2017-01-01

    Starting from type IIB string theory on an $ADE$ singularity, the (2,0) little string arises when one takes the string coupling $g_s$ to 0. In this setup, we give a unified description of the codimension-two defects of the little string, for any simple Lie algebra ${\\mathfrak{g}}$. Geometrically, these are D5 branes wrapping 2-cycles of the singularity. Equivalently, the defects are specified by a certain set of weights of $^L {\\mathfrak{g}}$, the Langlands dual of ${\\mathfrak{g}}$. As a firs...

  19. Open problems in string cosmology

    International Nuclear Information System (INIS)

    Toumbas, N.

    2010-01-01

    Some of the open problems in string cosmology are highlighted within the context of the recently constructed thermal and quantum superstring cosmological solutions. Emphasis is given on the high temperature cosmological regime, where it is argued that thermal string vacua in the presence of gravito-magnetic fluxes can be used to bypass the Hagedorn instabilities of string gas cosmology. This article is based on a talk given at the workshop on ''Cosmology and Strings'', Corfu, September 6-13, 2009. (Abstract Copyright [2010], Wiley Periodicals, Inc.)

  20. Strings, conformal fields and topology

    International Nuclear Information System (INIS)

    Kaku, Michio

    1991-01-01

    String Theory has advanced at an astonishing pace in the last few years, and this book aims to acquaint the reader with the most active topics of research in the field. Building on the foundations laid in his Introduction to Superstrings, Professor Kaku discusses such topics as the classification of conformal string theories, knot theory, the Yang-Baxter relation, quantum groups, the non-polynominal closed string field theory, matrix models, and topological field theory. Several chapters review the fundamentals of string theory, making the presentation of the material self-contained while keeping overlap with the earlier book to a minimum. The book conveys the vitality of current research in string theory and places readers at its forefront. (orig.) With 40 figs. in 50 parts

  1. Basic concepts of string theory

    International Nuclear Information System (INIS)

    Blumenhagen, Ralph

    2013-01-01

    The purpose of this book is to thoroughly prepare the reader for research in string theory. It is intended as a textbook in the sense that, starting from the basics, the material is presented in a pedagogical and self-contained fashion. The emphasis is on the world-sheet perspective of closed strings and of open strings ending on D-branes, where two-dimensional conformal field theory is the main tool. Compactifications of string theory, with and without fluxes, and string dualities are also discussed from the space-time point of view, i.e. in geometric language. End-of-chapter references have been added to guide the reader intending to pursue further studies or to start research in the topics covered by this book.

  2. Querying and Mining Strings Made Easy

    KAUST Repository

    Sahli, Majed

    2017-10-13

    With the advent of large string datasets in several scientific and business applications, there is a growing need to perform ad-hoc analysis on strings. Currently, strings are stored, managed, and queried using procedural codes. This limits users to certain operations supported by existing procedural applications and requires manual query planning with limited tuning opportunities. This paper presents StarQL, a generic and declarative query language for strings. StarQL is based on a native string data model that allows StarQL to support a large variety of string operations and provide semantic-based query optimization. String analytic queries are too intricate to be solved on one machine. Therefore, we propose a scalable and efficient data structure that allows StarQL implementations to handle large sets of strings and utilize large computing infrastructures. Our evaluation shows that StarQL is able to express workloads of application-specific tools, such as BLAST and KAT in bioinformatics, and to mine Wikipedia text for interesting patterns using declarative queries. Furthermore, the StarQL query optimizer shows an order of magnitude reduction in query execution time.

  3. First quantized noncritical relativistic Polyakov string

    International Nuclear Information System (INIS)

    Jaskolski, Z.; Meissner, K.A.

    1994-01-01

    The first quantization of the relativistic Brink-DiVecchia-Howe-Polyakov (BDHP) string in the range 1 < d 25 is considered. It is shown that using the Polyakov sum over bordered surfaces in the Feynman path integral quantization scheme one gets a consistent quantum mechanics of relativistic 1-dim extended objects in the range 1 < d < 25. In particular, the BDHP string propagator is exactly calculated for arbitrary initial and final string configurations and the Hilbert space of physical states of noncritical BDHP string is explicitly constructed. The resulting theory is equivalent to the Fairlie-Chodos-Thorn massive string model. In contrast to the conventional conformal field theory approach to noncritical string and random surfaces in the Euclidean target space the path integral formulation of the Fairlie-Chodos-Thorn string obtained in this paper does not rely on the principle of conformal invariance. Some consequences of this feature for constructing a consistent relativistic string theory based on the ''splitting-joining'' interaction are discussed. (author). 42 refs, 1 fig

  4. Kac-Moody Eisenstein series in string theory

    Energy Technology Data Exchange (ETDEWEB)

    Fleig, Philipp

    2013-12-19

    Understanding nature on its very smallest 'physical-length' scale has always been a central goal of physics. Theoretical investigations into this problem over the last fifty years or so were largely driven by the aim of reconciling the theory of general relativity, the theory which describes the fundamental force of gravity and therefore the dynamics of space-time, with the theory of quantum mechanics, which dominates the physical phenomena on very small (sub-atomic) scales, within one big framework, referred to as the theory of quantum gravity. One candidate for such a theory is string theory. The fundamental assumption of this theory is that the smallest constituents of nature are not given by point particles, but rather by one dimensional strings the size of the Planck length. Through their different vibrational modes, strings are thought to produce the different properties of the observed spectrum of particles in nature. With this basic idea, string theory is not only predicted to describe the gravitational force, but also all other known forces of nature, and therefore extends far beyond the concept of only being a theory of quantised gravity. Since its initial proposal, the theory has developed into a vast and complex mathematical web of different theories, which all seem to be part of a larger, all-encompassing theory. Key to understanding the complicated mathematical structure of this theory is the concept of symmetries. Such symmetries, which are also known as duality relations, for instance manifest themselves in special mathematical functions, contained in the amplitudes that capture information about the interaction processes of strings with one another. A particularly relevant example of such a function is given by the so-called Eisenstein series, which display invariance under certain discrete duality groups. The central goal of this thesis is to study the properties of Eisenstein series invariant under special, particularly large (in fact

  5. Kac-Moody Eisenstein series in string theory

    International Nuclear Information System (INIS)

    Fleig, Philipp

    2013-01-01

    Understanding nature on its very smallest 'physical-length' scale has always been a central goal of physics. Theoretical investigations into this problem over the last fifty years or so were largely driven by the aim of reconciling the theory of general relativity, the theory which describes the fundamental force of gravity and therefore the dynamics of space-time, with the theory of quantum mechanics, which dominates the physical phenomena on very small (sub-atomic) scales, within one big framework, referred to as the theory of quantum gravity. One candidate for such a theory is string theory. The fundamental assumption of this theory is that the smallest constituents of nature are not given by point particles, but rather by one dimensional strings the size of the Planck length. Through their different vibrational modes, strings are thought to produce the different properties of the observed spectrum of particles in nature. With this basic idea, string theory is not only predicted to describe the gravitational force, but also all other known forces of nature, and therefore extends far beyond the concept of only being a theory of quantised gravity. Since its initial proposal, the theory has developed into a vast and complex mathematical web of different theories, which all seem to be part of a larger, all-encompassing theory. Key to understanding the complicated mathematical structure of this theory is the concept of symmetries. Such symmetries, which are also known as duality relations, for instance manifest themselves in special mathematical functions, contained in the amplitudes that capture information about the interaction processes of strings with one another. A particularly relevant example of such a function is given by the so-called Eisenstein series, which display invariance under certain discrete duality groups. The central goal of this thesis is to study the properties of Eisenstein series invariant under special, particularly large (in fact infinite

  6. Functional integral approach to string theories

    International Nuclear Information System (INIS)

    Sakita, B.

    1987-01-01

    Fermionic string theory can be made supersymmetric: the superstring. It contains among others mass zero gauge fields of spin 1 and 2. The recent revival of interests in string field theories is due to the recognition of the compactified superstring theory as a viable theory of grandunification of all interactions, especially after Green and Schwarz's discovery of the gauge and gravitational anomaly cancellation in 0(32) superstring theory. New developments include string phenomenology, general discussions of compactification, new models, especially the heterotic string. These are either applications or extensions of string field theories. Although these are very exciting developments, the author limits his attention to the basics of the bosonic string theory

  7. Black string in dRGT massive gravity

    Energy Technology Data Exchange (ETDEWEB)

    Tannukij, Lunchakorn [Mahidol University, Department of Physics, Faculty of Science, Bangkok (Thailand); Hanyang University, Department of Physics, Seoul (Korea, Republic of); Naresuan University, The Institute for Fundamental Study, Phitsanulok (Thailand); Wongjun, Pitayuth [Naresuan University, The Institute for Fundamental Study, Phitsanulok (Thailand); Ministry of Education, Thailand Center of Excellence in Physics, Bangkok (Thailand); Ghosh, Suchant G. [Jamia Millia Islamia, Centre of Theoretical Physics, New Delhi (India); University of Kwazulu-Natal, Astrophysics and Cosmology Research Unit, School of Mathematical Sciences, Durban (South Africa)

    2017-12-15

    We present a cylindrically symmetric solution, both charged and uncharged, which is known as a black string solution to the nonlinear ghost-free massive gravity found by de Rham, Gabadadze, and Tolley (dRGT). This ''dRGT black string'' can be thought of as a generalization of the black string solution found by Lemos. Moreover, the dRGT black string solution includes other classes of black string solution such as the monopole-black string ones since the graviton mass contributes to the global monopole term as well as the cosmological-constant term. To investigate the solution, we compute mass, temperature, and entropy of the dRGT black string. We found that the existence of the graviton mass drastically affects the thermodynamics of the black string. Furthermore, the Hawking-Page phase transition is found to be possible for the dRGT black string as well as the charged dRGT black string. The dRGT black string solution is thermodynamically stable for r > r{sub c} with negative thermodynamical potential and positive heat capacity while it is unstable for r < r{sub c} where the potential is positive. (orig.)

  8. Automorphic Forms and Mock Modular Forms in String Theory

    Science.gov (United States)

    Nazaroglu, Caner

    We study a variety of modular invariant objects in relation to string theory. First, we focus on Jacobi forms over generic rank lattices and Siegel forms that appear in N = 2, D = 4 compactifications of heterotic string with Wilson lines. Constraints from low energy spectrum and modularity are employed to deduce the relevant supersymmetric partition functions entirely. This procedure is applied on models that lead to Jacobi forms of index 3, 4, 5 as well as Jacobi forms over root lattices A2 and A3. These computations are then checked against an explicit orbifold model which can be Higgsed to the models under question. Models with a single Wilson line are then studied in detail with their relation to paramodular group Gammam as T-duality group made explicit. These results on the heterotic string side are then turned into predictions for geometric invariants using TypeII - Heterotic duality. Secondly, we study theta functions for indenite signature lattices of generic signature. Building on results in literature for signature (n-1,1) and (n-2,2) lattices, we work out the properties of generalized error functions which we call r-tuple error functions. We then use these functions to build such indenite theta functions and describe their modular completions.

  9. Strings and quantum gravity

    International Nuclear Information System (INIS)

    Vega, H.J. de

    1990-01-01

    One of the main challenges in theoretical physics today is the unification of all interactions including gravity. At present, string theories appear as the most promising candidates to achieve such a unification. However, gravity has not completely been incorporated in string theory, many technical and conceptual problems remain and a full quantum theory of gravity is still non-existent. Our aim is to properly understand strings in the context of quantum gravity. Attempts towards this are reviewed. (author)

  10. Magnetic strings

    International Nuclear Information System (INIS)

    Chaves, Max

    2006-01-01

    The conception of the magnetic string is presented as an infinitely thin bundle of magnetic flux lines. The magnetic strings are surrounded by a film of current that rotates around them, and are a solution of Maxwell's equations. The magnetic potential contains a line singularity, and its stability can be established topologically. A few comments are added on the possibility that they may exist at a cosmological scale as relics of the Big Bang. (author) [es

  11. String Theory in a Nutshell

    CERN Document Server

    Kiritsis, Elias

    2007-01-01

    This book is the essential new introduction to modern string theory, by one of the world's authorities on the subject. Concise, clearly presented, and up-to-date, String Theory in a Nutshell brings together the best understood and most important aspects of a theory that has been evolving since the early 1980s. A core model of physics that substitutes one-dimensional extended ""strings"" for zero-dimensional point-like particles (as in quantum field theory), string theory has been the leading candidate for a theory that would successfully unify all fundamental forces of nature, includin

  12. String theory and quark confinement

    International Nuclear Information System (INIS)

    Polyakov, A.M.

    1998-01-01

    This article is based on a talk given at the ''Strings '97'' conference. It discusses the search for the universality class of confining strings. The key ingredients include the loop equations, the zigzag symmetry, the non-linear renormalization group. Some new tests for the equivalence between gauge fields and strings are proposed. (orig.)

  13. Open bosonic string in background electromagnetic field

    International Nuclear Information System (INIS)

    Nesterenko, V.V.

    1987-01-01

    The classical and quantum dynamics of an open string propagating in the D-dimensional space-time in the presence of a background electromagnetic field is investigated. An important point in this consideration is the use of the generalized light-like gauge. There are considered the strings of two types; the neutral strings with charges at their ends obeying the condition q 1 +q 2 =0 and the charged strings having a net charge q 1 +q 2 ≠ 0. The consistency of theory demands that the background electric field does not exceed its critical value. The distance between the mass levels of the neutral open string decreases (1-e 2 ) times in comparison with the free string, where e is the dimensionless strength of the electric field. The magnetic field does not affect this distance. It is shown that at a classical level the squared mass of the neutral open string has a tachyonic contribution due to the motion of the string as a whole in transverse directions. The tachyonic term disappears if one considers, instead of M 2 , the string energy in a special reference frame where the projection of the total canonical momentum of the string onto the electric field vanishes. The contributions due to zero point fluctuations to the energy spectrum of the neutral string and to the Virasoro operators in the theory of charged string are found

  14. Casimir energy of a nonuniform string

    Science.gov (United States)

    Hadasz, L.; Lambiase, G.; Nesterenko, V. V.

    2000-07-01

    The Casimir energy of a nonuniform string built up from two pieces with different speeds of sound is calculated. A standard procedure of subtracting the energy of an infinite uniform string is applied, the subtraction being interpreted as the renormalization of the string tension. It is shown that in the case of a homogeneous string this method is completely equivalent to zeta renormalization.

  15. A Note on Tensionless Strings in M-Theory

    OpenAIRE

    Davis, K.

    1996-01-01

    In this article we examine the appearance of tensionless strings in M-Theory. We subsequently interpret these tensionless strings in a String Theory context. In particular, we examine tensionless strings appearing in M-Theory on $S^{1}$, M-Theory on $S^{1} / {\\bf Z}_{2}$, and M-Theory on $T^{2}$; we then interpret the appearance of such strings in a String Theory context. Then we reverse this process and examine the appearance of some tensionless strings in String Theory. Subsequently we inte...

  16. Wiretapping End-to-End Encrypted VoIP Calls: Real-World Attacks on ZRTP

    Directory of Open Access Journals (Sweden)

    Schürmann Dominik

    2017-07-01

    Full Text Available Voice calls are still one of the most common use cases for smartphones. Often, sensitive personal information but also confidential business information is shared. End-to-end security is required to protect against wiretapping of voice calls. For such real-time communication, the ZRTP key-agreement protocol has been proposed. By verbally comparing a small number of on-screen characters or words, called Short Authentication Strings, the participants can be sure that no one is wiretapping the call. Since 2011, ZRTP is an IETF standard implemented in several VoIP clients.

  17. Open strings in the SL(2, R) WZWN model with solution for a rigidly rotating string

    DEFF Research Database (Denmark)

    Lomholt, Michael Andersen; Larsen, A.L.

    2003-01-01

    Boundary conditions and gluing conditions for open strings and D-branes in the SL(2, R) WZWN model, corresponding to AdS , are discussed. Some boundary conditions and gluing conditions previously considered in the literature are shown to be incompatible with the variation principle. We then consi......Boundary conditions and gluing conditions for open strings and D-branes in the SL(2, R) WZWN model, corresponding to AdS , are discussed. Some boundary conditions and gluing conditions previously considered in the literature are shown to be incompatible with the variation principle. We...... then consider open string boundary conditions corresponding to a certain field-dependent gluing condition. This allows us to consider open strings with constant energy and angular momentum. Classically, these open strings naturally generalize the open strings in flat Minkowski space. For rigidly rotating open...

  18. Poisson hierarchy of discrete strings

    International Nuclear Information System (INIS)

    Ioannidou, Theodora; Niemi, Antti J.

    2016-01-01

    The Poisson geometry of a discrete string in three dimensional Euclidean space is investigated. For this the Frenet frames are converted into a spinorial representation, the discrete spinor Frenet equation is interpreted in terms of a transfer matrix formalism, and Poisson brackets are introduced in terms of the spinor components. The construction is then generalised, in a self-similar manner, into an infinite hierarchy of Poisson algebras. As an example, the classical Virasoro (Witt) algebra that determines reparametrisation diffeomorphism along a continuous string, is identified as a particular sub-algebra, in the hierarchy of the discrete string Poisson algebra. - Highlights: • Witt (classical Virasoro) algebra is derived in the case of discrete string. • Infinite dimensional hierarchy of Poisson bracket algebras is constructed for discrete strings. • Spinor representation of discrete Frenet equations is developed.

  19. Basic Concepts of String Theory

    CERN Document Server

    Blumenhagen, Ralph; Theisen, Stefan

    2013-01-01

    The purpose of this book is to thoroughly prepare the reader for research in string theory. It is intended as a textbook in the sense that, starting from the basics, the material is presented in a pedagogical and self-contained fashion. The emphasis is on the world-sheet perspective of closed strings and of open strings ending on D-branes, where two-dimensional conformal field theory is the main tool. Compactifications of string theory, with and without fluxes, and string dualities are also discussed from the space-time point of view, i.e. in geometric language. End-of-chapter references have been added to guide the reader intending to pursue further studies or to start research in the topics covered by this book.

  20. Poisson hierarchy of discrete strings

    Energy Technology Data Exchange (ETDEWEB)

    Ioannidou, Theodora, E-mail: ti3@auth.gr [Faculty of Civil Engineering, School of Engineering, Aristotle University of Thessaloniki, 54249, Thessaloniki (Greece); Niemi, Antti J., E-mail: Antti.Niemi@physics.uu.se [Department of Physics and Astronomy, Uppsala University, P.O. Box 803, S-75108, Uppsala (Sweden); Laboratoire de Mathematiques et Physique Theorique CNRS UMR 6083, Fédération Denis Poisson, Université de Tours, Parc de Grandmont, F37200, Tours (France); Department of Physics, Beijing Institute of Technology, Haidian District, Beijing 100081 (China)

    2016-01-28

    The Poisson geometry of a discrete string in three dimensional Euclidean space is investigated. For this the Frenet frames are converted into a spinorial representation, the discrete spinor Frenet equation is interpreted in terms of a transfer matrix formalism, and Poisson brackets are introduced in terms of the spinor components. The construction is then generalised, in a self-similar manner, into an infinite hierarchy of Poisson algebras. As an example, the classical Virasoro (Witt) algebra that determines reparametrisation diffeomorphism along a continuous string, is identified as a particular sub-algebra, in the hierarchy of the discrete string Poisson algebra. - Highlights: • Witt (classical Virasoro) algebra is derived in the case of discrete string. • Infinite dimensional hierarchy of Poisson bracket algebras is constructed for discrete strings. • Spinor representation of discrete Frenet equations is developed.

  1. Testing string theory at LHC?

    CERN Multimedia

    CERN. Geneva

    2002-01-01

    A theory with such mathematical beauty cannot be wrong: this is one of the main arguments in favour of string theory, which unifies all known physical theories of fundamental interactions in a single coherent description of the universe. But no one has ever observed strings, not even indirectly, nor the space of extra dimensions where they live. However there are good reasons to believe that the 'hidden' dimensions of string theory may be much larger than what we thought in the past and that they may be within experimental reach in the near future - together with the strings themselves. In my talk, I will give an elementary introduction of string theory and describe the main experimental predictions.Organiser(s): Jasper Kirkby / EP DivisionNote: Tea & coffee will be served at 16.00 hrs.

  2. String theory and quantum gravity '92

    International Nuclear Information System (INIS)

    Harvey, J.; Iengo, R.; Narain, K.S.; Randjbar Daemi, S.; Verlinde, H.

    1993-01-01

    These proceedings of the 1992 Trieste Spring School and Workshop on String Theory and Quantum Gravity contains introductions and overviews of recent work on the use of two-dimensional string inspired models in the study of black holes, a lecture on gravitational scattering at planckian energies, another on the physical properties of higher-dimensional black holes and black strings in string theory, a discussion on N=2 superconformal field theories, a lecture about the application of matrix model techniques to the study of string theory in two dimensions, and an overview of the current status and developments in string field theory. Connections with models in statistical mechanics are also discussed. These proceedings contain seven lectures and ten contributions. Refs and figs

  3. Collisions of cosmic F- and D-strings

    International Nuclear Information System (INIS)

    Jones, N.

    2004-01-01

    Recent theoretical advances and upcoming experimental measurements make the testing of generic predictions of string theory models of cosmology feasible. Brane anti-brane models of inflation within superstring theory are promising as string theory descriptions of the physics of the early universe. While varied in their construction, these models can have the generic and observable consequence that cosmic strings will be abundant in the early universe. This leads to possible detectable effects in the cosmic microwave background, gravitational wave physics and gravitational lensing. Detailed calculations of cosmic string interactions within string theory are presented, in order to distinguish these cosmic strings from those in more conventional theories; these interaction probabilities can be very different from conventional 4-dimension strings, providing the possibility of experimental tests of string theory. (authors)

  4. Strings and superstrings. Electron linear colliders

    International Nuclear Information System (INIS)

    Alessandrini, V.; Bambade, P.; Binetruy, P.; Kounnas, C.; Le Duff, J.; Schwimmer, A.

    1989-01-01

    Basic string theory; strings in interaction; construction of strings and superstrings in arbitrary space-time dimensions; compactification and phenomenology; linear e+e- colliders; and the Stanford linear collider were discussed [fr

  5. Dynamical evolution of cosmic strings

    International Nuclear Information System (INIS)

    Bouchet, F.R.

    1988-01-01

    The author have studied by means of numerical simulations the dynamical evolution of a network of cosmic strings, both in the radiation and matter era. Our basic conclusion is that a scaling solution exists, i.e., the string energy density evolves as t -2 . This means that the process by which long strings dump their energy into closed loops (which can gravitationally radiate away) is efficient enough to prevent the string domination over other forms of energy. This conclusion does not depend on the initial string energy density, nor on the various numerical parameters. On the other hand, the generated spectrum of loop sizes does depend on the value of our numerical lower cutoff (i.e., the minimum length of loop we allow to be chopped off the network). Furthermore, the network evolution is very different from what was assumed before), namely the creation of a few horizon sized loops per horizon volume and per hubble time, which subsequently fragment into about 10 smaller daughter loops. Rather, many tiny loops are directly cut from the network of infinite strings, and it appears that the only fundamental scale (the horizon) has been lost. This is probably because a fundamental ingredient had been overlooked, namely the kinks. These kinks are created in pairs at each intercommutation, and very rapidly, the long strings appear to be very kinky. Thus the number of long strings per horizon is still of the order of a few, but their total length is fairly large. Furthermore, a large number of kinks favors the formation of small loops, and their sizes might well be governed by the kink density along the long strings. Finally, we computed the two-point correlation function of the loops and found significant differences from the work of Turok

  6. Dynamics of strings between walls

    International Nuclear Information System (INIS)

    Eto, Minoru; Fujimori, Toshiaki; Nagashima, Takayuki; Nitta, Muneto; Ohashi, Keisuke; Sakai, Norisuke

    2009-01-01

    Configurations of vortex strings stretched between or ending on domain walls were previously found to be 1/4 Bogomol'nyi-Prasad-Sommerfield (BPS) states in N=2 supersymmetric gauge theories in 3+1 dimensions. Among zero modes of string positions, the center of mass of strings in each region between two adjacent domain walls is shown to be non-normalizable whereas the rests are normalizable. We study dynamics of vortex strings stretched between separated domain walls by using two methods, the moduli space (geodesic) approximation of full 1/4 BPS states and the charged particle approximation for string end points in the wall effective action. In the first method we explicitly obtain the effective Lagrangian in the strong coupling limit, which is written in terms of hypergeometric functions, and find the 90 deg. scattering for head-on collision. In the second method the domain wall effective action is assumed to be U(1) N gauge theory, and we find a good agreement between two methods for well-separated strings.

  7. Experimental observation of Bethe strings

    Science.gov (United States)

    Wang, Zhe; Wu, Jianda; Yang, Wang; Bera, Anup Kumar; Kamenskyi, Dmytro; Islam, A. T. M. Nazmul; Xu, Shenglong; Law, Joseph Matthew; Lake, Bella; Wu, Congjun; Loidl, Alois

    2018-02-01

    Almost a century ago, string states—complex bound states of magnetic excitations—were predicted to exist in one-dimensional quantum magnets. However, despite many theoretical studies, the experimental realization and identification of string states in a condensed-matter system have yet to be achieved. Here we use high-resolution terahertz spectroscopy to resolve string states in the antiferromagnetic Heisenberg-Ising chain SrCo2V2O8 in strong longitudinal magnetic fields. In the field-induced quantum-critical regime, we identify strings and fractional magnetic excitations that are accurately described by the Bethe ansatz. Close to quantum criticality, the string excitations govern the quantum spin dynamics, whereas the fractional excitations, which are dominant at low energies, reflect the antiferromagnetic quantum fluctuations. Today, Bethe’s result is important not only in the field of quantum magnetism but also more broadly, including in the study of cold atoms and in string theory; hence, we anticipate that our work will shed light on the study of complex many-body systems in general.

  8. A new approach to strings and superstrings

    International Nuclear Information System (INIS)

    Sparano, G.

    1988-01-01

    The subject of this thesis is a new, more general, action principle for strings, superstrings, and extended objects in any number of dimensions. The origin and motivations for this approach can be found in the context of the study of the symmetries of string theories and, more specifically, are related to the application of K.S.K. (Kirillov, Souriau, Kostant) construction to strings. The main results we find are: (A) A classification of string theories analogous to the classification of relativistic point particles as massive, massless and tachionic with or without spin. Nambu-Goto string and Schild null string emerge as special cases of a more general classification of strings. (B) A new method to introduce spin in strings by using a Wess-Zumino term in the action. (C) Several results are obtained through the study of the configuration space which shows a rich topological structure: for the Nambu-Goto string in any number of dimensions it is found the existence of theta states analogous to the theta-vacua of nonabelian gauge theories. For the closed Schild Null string, in four dimensions, this analysis shows Z2 solitons and the possibility of quantizing the system so that the states are spinorial (have half odd integral spin) even though the Lagrangian consists only of bosonic variables. (D) Unlike Nambu-Goto string, the quantization of Schild Null string is consistent in any number of space-time dimensions. Besides these concrete results, the formalism we introduce will hopefully give also new insights in the problem of the hidden symmetries of the string

  9. Hydroball string sensing system

    International Nuclear Information System (INIS)

    Hurwitz, M.J.; Ekeroth, D.E.; Squarer, D.

    1991-01-01

    This patent describes a hydroball string sensing system for a nuclear reactor having a core containing a fluid at a fluid pressure. It comprises a tube connectable to the nuclear reactor so that the fluid can flow within the tube at a fluid pressure that is substantially the same as the fluid pressure of the nuclear reactor core; a hydroball string including - a string member having objects positioned therealong with a specified spacing, the object including a plurality of hydroballs, and bullet members positioned at opposing ends of the string member; first sensor means, positioned outside a first segment of the tube, for sensing one of the objects being positioned within the first segment, and for providing a sensing signal responsive to the sensing of the first sensing means

  10. Field theory of strings

    International Nuclear Information System (INIS)

    Ramond, P.

    1987-01-01

    We review the construction of the free equations of motion for open and closed strings in 26 dimensions, using the methods of the Florida Group. Differing from previous treatments, we argue that the constraint L 0 -anti L 0 =0 should not be imposed on all the fields of the closed string in the gauge invariant formalism; we show that it can be incorporated in the gauge invariant formalism at the price of being unable to extract the equations of motion from a Langrangian. We then describe our purely algebraic method to introduce interactions, which works equally well for open and closed strings. Quartic interactions are absent except in the Physical Gauge. Finally, we speculate on the role of the measure of the open string path functional. (orig.)

  11. String theory in four dimensions

    CERN Document Server

    1988-01-01

    ``String Theory in Four Dimensions'' contains a representative collection of papers dealing with various aspects of string phenomenology, including compactifications on smooth manifolds and more general conformal field theories. Together with the lucid introduction by M. Dine, this material gives the reader a good working knowledge of our present ideas for connecting string theory to nature.

  12. One-loop masses of open-string scalar fields in string theory

    International Nuclear Information System (INIS)

    Kitazawa, Noriaki

    2008-01-01

    In phenomenological models with D-branes, there are in general open-string massless scalar fields, in addition to closed-string massless moduli fields corresponding to the compactification. It is interesting to focus on the fate of such scalar fields in models with broken supersymmetry, because no symmetry forbids their masses. The one-loop effect may give non-zero masses to them, and in some cases mass squared may become negative, which means the radiative gauge symmetry breaking. In this article we investigate and propose a simple method for calculating the one-loop corrections using the boundary state formalism. There are two categories of massless open-string scalar fields. One consists the gauge potential fields corresponding to compactified directions, which can be understood as scalar fields in uncompactified space-time (related with Wilson line degrees of freedom). The other consists 'gauge potential fields' corresponding to transverse directions of D-brane, which emerge as scalar fields in D-brane world-volume (related with brane moduli fields). The D-brane boundary states with constant backgrounds of these scalar fields are constructed, and one-loop scalar masses are calculated in the closed string picture. Explicit calculations are given in the following four concrete models: one D25-brane with a circle compactification in bosonic string theory, one D9-brane with a circle compactification in superstring theory, D3-branes at a supersymmetric C 3 /Z 3 orbifold singularity, and a model of brane supersymmetry breaking with D3-branes and anti-D7-branes at a supersymmetric C 3 /Z 3 orbifold singularity. We show that the sign of the mass squared has a strong correlation with the sign of the related open-string one-loop vacuum amplitude.

  13. Interacting bosonic strings in subcritical dimensions

    International Nuclear Information System (INIS)

    Hwang, S.; Marnelius, R.

    1988-01-01

    Interaction theory for relativistic bosonic string in spacetime dimensions below the critical value 26 is formulated using BRST techniques with an extra scalar field. One-loop zero-point amplitudes for closed strings are modular invariant. For a free scalar field, vertex operators are constructed leading to, e.g., the old dual N-tachyon tree amplitudes in D < 26. The N-tachyon one-loop expressions contain closed string poles for open strings, and are modular invariant for closed strings. However, the threshold cuts are wrong in D < 25. Only for D=25 to the considered vertex operators lead to consistency. (orig.)

  14. Micro string resonators as temperature sensors

    DEFF Research Database (Denmark)

    Larsen, T.; Schmid, S.; Boisen, A.

    2013-01-01

    The resonance frequency of strings is highly sensitive to temperature. In this work we have investigated the applicability of micro string resonators as temperature sensors. The resonance frequency of strings is a function of the tensile stress which is coupled to temperature by the thermal...... to the low thermal mass of the strings. A temperature resolution of 2.5×10-4 °C has been achieved with silicon nitride strings. The theoretical limit for the temperature resolution of 8×10-8 °C has not been reached yet and requires further improvement of the sensor....

  15. A primer on string theory

    CERN Document Server

    Schomerus, Volker

    2017-01-01

    Since its conception in the 1960s, string theory has been hailed as one of the most promising routes we have to unify quantum mechanics and general relativity. This book provides a concise introduction to string theory explaining central concepts, mathematical tools and covering recent developments in physics including compactifications and gauge/string dualities. With string theory being a multidisciplinary field interfacing with high energy physics, mathematics and quantum field theory, this book is ideal for both students with no previous knowledge of the field and scholars from other disciplines who are looking for an introduction to basic concepts.

  16. Splitting strings on integrable backgrounds

    Energy Technology Data Exchange (ETDEWEB)

    Vicedo, Benoit

    2011-05-15

    We use integrability to construct the general classical splitting string solution on R x S{sup 3}. Namely, given any incoming string solution satisfying a necessary self-intersection property at some given instant in time, we use the integrability of the worldsheet {sigma}-model to construct the pair of outgoing strings resulting from a split. The solution for each outgoing string is expressed recursively through a sequence of dressing transformations, the parameters of which are determined by the solutions to Birkhoff factorization problems in an appropriate real form of the loop group of SL{sub 2}(C). (orig.)

  17. T-Duality Group for Open String Theory

    OpenAIRE

    Kajiura, Hiroshige

    2001-01-01

    We study T-duality for open strings on tori $\\T^d$. The general boundary conditions for the open strings are constructed, and it is shown that T-duality group, which preserves the mass spectrum of closed strings, preserves also the mass spectrum of the open strings. The open strings are transformed to those with different boundary conditions by T-duality. We also discuss the T-duality for D-brane mass spectrum, and show that the D-branes and the open strings with both ends on them are transfo...

  18. Hyperconifold transitions, mirror symmetry, and string theory

    Energy Technology Data Exchange (ETDEWEB)

    Davies, Rhys, E-mail: daviesr@maths.ox.ac.uk [Mathematical Institute, University of Oxford, 24-29 St Giles, Oxford OX1 3LB (United Kingdom)

    2011-09-01

    Multiply-connected Calabi-Yau threefolds are of particular interest for both string theorists and mathematicians. Recently it was pointed out that one of the generic degenerations of these spaces (occurring at codimension one in moduli space) is an isolated singularity which is a finite cyclic quotient of the conifold; these were called hyperconifolds. It was also shown that if the order of the quotient group is even, such singular varieties have projective crepant resolutions, which are therefore smooth Calabi-Yau manifolds. The resulting topological transitions were called hyperconifold transitions, and change the fundamental group as well as the Hodge numbers. Here Batyrev's construction of Calabi-Yau hypersurfaces in toric fourfolds is used to demonstrate that certain compact examples containing the remaining hyperconifolds - the Z{sub 3} and Z{sub 5} cases - also have Calabi-Yau resolutions. The mirrors of the resulting transitions are studied and it is found, surprisingly, that they are ordinary conifold transitions. These are the first examples of conifold transitions with mirrors which are more exotic extremal transitions. The new hyperconifold transitions are also used to construct a small number of new Calabi-Yau manifolds, with small Hodge numbers and fundamental group Z{sub 3} or Z{sub 5}. Finally, it is demonstrated that a hyperconifold is a physically sensible background in Type IIB string theory. In analogy to the conifold case, non-perturbative dynamics smooth the physical moduli space, such that hyperconifold transitions correspond to non-singular processes in the full theory.

  19. Integrated hydraulic booster/tool string technology for unfreezing of stuck downhole strings in horizontal wells

    Science.gov (United States)

    Tian, Q. Z.

    2017-12-01

    It is common to use a jarring tool to unfreeze stuck downhole string. However, in a horizontal well, influenced by the friction caused by the deviated section, jarring effect is poor; on the other hand, the forcing point can be located in the horizontal section by a hydraulic booster and the friction can be reduced, but it is time-consuming and easy to break downhole string using a large-tonnage and constant pull force. A hydraulic booster - jar tool string has been developed for unfreezing operation in horizontal wells. The technical solution involves three elements: a two-stage parallel spring cylinder structure for increasing the energy storage capacity of spring accelerators; multiple groups of spring accelerators connected in series to increase the working stroke; a hydraulic booster intensifying jarring force. The integrated unfreezing tool string based on these three elements can effectively overcome the friction caused by a deviated borehole, and thus unfreeze a stuck string with the interaction of the hydraulic booster and the mechanical jar which form an alternatively dynamic load. Experimental results show that the jarring performance parameters of the hydraulic booster-jar unfreezing tool string for the horizontal wells are in accordance with original design requirements. Then field technical parameters were developed based on numerical simulation and experimental data. Field application shows that the hydraulic booster-jar unfreezing tool string is effective to free stuck downhole tools in a horizontal well, and it reduces hook load by 80% and lessens the requirement of workover equipment. This provides a new technology to unfreeze stuck downhole string in a horizontal well.

  20. Introduction to field theory of strings

    International Nuclear Information System (INIS)

    Kikkawa, K.

    1987-01-01

    The field theory of bosonic string is reviewed. First, theory is treated in a light-cone gauge. After a brief survey of the first quantized theory of free string, the second quantization is discussed. All possible interactions of strings are introduced based on a smoothness condition of work sheets swept out by strings. Perturbation theory is developed. Finally a possible way to the manifest covariant formalism is discussed

  1. Covariant N-string amplitude

    International Nuclear Information System (INIS)

    Di Vecchia, P.; Sciuto, S.; Nakayama, R.; Petersen, J.L.; Sidenius, J.R.

    1986-11-01

    The BRST-invariant N-Reggeon vertex (for the bosonic string) previously given by us in the operator formulation is considered in more detail. In particular we present a direct derivation from the string path integral. Several crucial symmetry properties found a posteriori before, become a priori clearer in this formulation. A number of delicate points related to zero modes, cut off procedures and normal ordering prescriptions are treated in some detail. The old technique of letting the string field acquire a small dimension ε/2 → 0 + is found especially elegant. (orig.)

  2. A disintegrating cosmic string

    International Nuclear Information System (INIS)

    Griffiths, J B; Docherty, P

    2002-01-01

    We present a simple sandwich gravitational wave of the Robinson-Trautman family. This is interpreted as representing a shock wave with a spherical wavefront which propagates into a Minkowski background minus a wedge (i.e. the background contains a cosmic string). The deficit angle (the tension) of the string decreases through the gravitational wave, which then ceases. This leaves an expanding spherical region of Minkowski space behind it. The decay of the cosmic string over a finite interval of retarded time may be considered to generate the gravitational wave. (letter to the editor)

  3. An Inverse Eigenvalue Problem for a Vibrating String with Two Dirichlet Spectra

    KAUST Repository

    Rundell, William

    2013-04-23

    A classical inverse problem is "can you hear the density of a string clamped at both ends?" The mathematical model gives rise to an inverse Sturm-Liouville problem for the unknown density ñ, and it is well known that the answer is negative: the Dirichlet spectrum from the clamped end-point conditions is insufficient. There are many known ways to add additional information to gain a positive answer, and these include changing one of the boundary conditions and recomputing the spectrum or giving the energy in each eigenmode-the so-called norming constants. We make the assumption that neither of these changes are possible. Instead we will add known mass-densities to the string in a way we can prescribe and remeasure the Dirichlet spectrum. We will not be able to answer the uniqueness question in its most general form, but will give some insight to what "added masses" should be chosen and how this can lead to a reconstruction of the original string density. © 2013 Society for Industrial and Applied Mathematics.

  4. DroidEnsemble: Detecting Android Malicious Applications with Ensemble of String and Structural Static Features

    KAUST Repository

    Wang, Wei

    2018-05-11

    Android platform has dominated the Operating System of mobile devices. However, the dramatic increase of Android malicious applications (malapps) has caused serious software failures to Android system and posed a great threat to users. The effective detection of Android malapps has thus become an emerging yet crucial issue. Characterizing the behaviors of Android applications (apps) is essential to detecting malapps. Most existing work on detecting Android malapps was mainly based on string static features such as permissions and API usage extracted from apps. There also exists work on the detection of Android malapps with structural features, such as Control Flow Graph (CFG) and Data Flow Graph (DFG). As Android malapps have become increasingly polymorphic and sophisticated, using only one type of static features may result in false negatives. In this work, we propose DroidEnsemble that takes advantages of both string features and structural features to systematically and comprehensively characterize the static behaviors of Android apps and thus build a more accurate detection model for the detection of Android malapps. We extract each app’s string features, including permissions, hardware features, filter intents, restricted API calls, used permissions, code patterns, as well as structural features like function call graph. We then use three machine learning algorithms, namely, Support Vector Machine (SVM), k-Nearest Neighbor (kNN) and Random Forest (RF), to evaluate the performance of these two types of features and of their ensemble. In the experiments, We evaluate our methods and models with 1386 benign apps and 1296 malapps. Extensive experimental results demonstrate the effectiveness of DroidEnsemble. It achieves the detection accuracy as 95.8% with only string features and as 90.68% with only structural features. DroidEnsemble reaches the detection accuracy as 98.4% with the ensemble of both types of features, reducing 9 false positives and 12 false

  5. Fast Arc-Annotated Subsequence Matching in Linear Space

    DEFF Research Database (Denmark)

    Bille, Philip; Gørtz, Inge Li

    2012-01-01

    for investigating the function of RNA molecules. Gramm et al. (ACM Trans. Algorithms 2(1): 44-65, 2006) gave an algorithm for this problem using O(nm) time and space, where m and n are the lengths of P and Q, respectively. In this paper we present a new algorithm using O(nm) time and O(n+m) space, thereby matching......-annotated strings. © 2010 Springer Science+Business Media, LLC....

  6. The Effect of String Tension Variation on the Perceived Pitch of a Classical Guitar

    Directory of Open Access Journals (Sweden)

    Wanda Jadwiga Lewis

    2014-09-01

    Full Text Available Actual motion of a vibrating guitar string is a superposition of many possible shapes (modes in which it could vibrate. Each of these modes has a corresponding frequency, and the lowest frequency is associated with a shape idealised as a single wave, referred to as the fundamental mode. The other contributing modes, each with their own progressively higher frequency, are referred to as overtones, or harmonics. By attaching a string to a medium (a soundboard capable of a response to the vibrating string, sound waves are generated. The sound heard is dominated by the fundamental mode, ‘coloured’ by contributions from the overtones, as explained by the classical theory of vibration. The classical theory, however, assumes that the string tension remains constant during vibration, and this cannot be strictly true; when considering just the fundamental mode, string tension will reach two maximum changes, as it oscillates up and down. These changes, occurring twice during the fundamental period match the frequency of the octave higher, 1st overtone. It is therefore plausible to think that the changing tension effect, through increased force on the bridge and, therefore, greater soundboard deflection, could be amplifying the colouring effect of (at least the 1st overtone. In this paper, we examine the possible influence of string tension variation on tonal response of a classical guitar. We use a perturbation model based on the classical result for a string in general vibration in conjunction with a novel method of assessment of plucking force that incorporates the engineering concept of geometric stiffness, to assess the magnitude of the normal force exerted by the string on the bridge. The results of our model show that the effect of tension variation is significantly smaller than that due to the installed initial static tension, and affects predominantly the force contribution arising from the fundamental mode. We, therefore, conclude that string

  7. Remarks on entanglement entropy in string theory

    Science.gov (United States)

    Balasubramanian, Vijay; Parrikar, Onkar

    2018-03-01

    Entanglement entropy for spatial subregions is difficult to define in string theory because of the extended nature of strings. Here we propose a definition for bosonic open strings using the framework of string field theory. The key difference (compared to ordinary quantum field theory) is that the subregion is chosen inside a Cauchy surface in the "space of open string configurations." We first present a simple calculation of this entanglement entropy in free light-cone string field theory, ignoring subtleties related to the factorization of the Hilbert space. We reproduce the answer expected from an effective field theory point of view, namely a sum over the one-loop entanglement entropies corresponding to all the particle-excitations of the string, and further show that the full string theory regulates ultraviolet divergences in the entanglement entropy. We then revisit the question of factorization of the Hilbert space by analyzing the covariant phase-space associated with a subregion in Witten's covariant string field theory. We show that the pure gauge (i.e., BRST exact) modes in the string field become dynamical at the entanglement cut. Thus, a proper definition of the entropy must involve an extended Hilbert space, with new stringy edge modes localized at the entanglement cut.

  8. Introduction to string theory

    CERN Multimedia

    CERN. Geneva. Audiovisual Unit

    2002-01-01

    I will present a simple and non-technical overview of string theory, aimed for non-experts who like to get some idea what string theory is about. Besides introductory material, I intend to cover also some of the more recent developments.

  9. Unification of string dualities

    International Nuclear Information System (INIS)

    Sen, A.

    1997-01-01

    We argue that all conjectured dualities involving various string, M- and F-theory compactifications can be 'derived' from the conjectured duality between type I and SO(32) heterotic string theory, T-dualities and the definition of M-and F-theories. (orig.)

  10. Exploring the web of heterotic string theories using anomalies

    International Nuclear Information System (INIS)

    Ruehle, Fabian

    2013-07-01

    We investigate how anomalies can be used to infer relations among different descriptions of heterotic string theory. Starting from the observation that the construction mechanism of heterotic orbifold compactifications considered up to now prevents them from being resolved into fully smooth Calabi-Yau compactification manifolds, we use a new mechanism to obtain an orbifold which does not suffer from the aforementioned limitations. We explain in general how to resolve orbifolds into smooth Calabi-Yau using toric geometry and gauged linear sigma models. The latter allow for studying the theory in various other regions of the string moduli space as well, which unveils interesting intermediate geometries. By following anomalies through the different regimes, we can match the orbifold theories to their smooth Calabi-Yau counterparts. In the process, we investigate discrete R and non-R orbifold symmetries and propose a mechanism for studying their fate in other regions of the moduli space. Finally, we introduce a novel anomaly cancelation mechanism in gauged linear sigma models, which manifests itself in target space as a description of compactification geometries with torsion and Neveu-Schwarz five branes.

  11. Exploring the web of heterotic string theories using anomalies

    Energy Technology Data Exchange (ETDEWEB)

    Ruehle, Fabian

    2013-07-15

    We investigate how anomalies can be used to infer relations among different descriptions of heterotic string theory. Starting from the observation that the construction mechanism of heterotic orbifold compactifications considered up to now prevents them from being resolved into fully smooth Calabi-Yau compactification manifolds, we use a new mechanism to obtain an orbifold which does not suffer from the aforementioned limitations. We explain in general how to resolve orbifolds into smooth Calabi-Yau using toric geometry and gauged linear sigma models. The latter allow for studying the theory in various other regions of the string moduli space as well, which unveils interesting intermediate geometries. By following anomalies through the different regimes, we can match the orbifold theories to their smooth Calabi-Yau counterparts. In the process, we investigate discrete R and non-R orbifold symmetries and propose a mechanism for studying their fate in other regions of the moduli space. Finally, we introduce a novel anomaly cancelation mechanism in gauged linear sigma models, which manifests itself in target space as a description of compactification geometries with torsion and Neveu-Schwarz five branes.

  12. Hosotani model in closed string theory

    International Nuclear Information System (INIS)

    Shiraishi, Kiyoshi.

    1988-11-01

    Hosotani mechanism in the closed string theory with current algebra symmetry is described by the (old covariant) operator method. We compare the gauge symmetry breaking mechanism in a string theory which has SU(2) symmetry with the one in an equivalent compactified closed string theory. We also investigate the difference between Hosotani mechanism and Higgs mechanism in closed string theories by calculation of a fourpoint amplitude of 'Higgs' bosons at tree level. (author)

  13. String breaking with Wilson loops?

    CERN Document Server

    Kratochvila, S; Kratochvila, Slavo; Forcrand, Philippe de

    2003-01-01

    A convincing, uncontroversial observation of string breaking, when the static potential is extracted from Wilson loops only, is still missing. This failure can be understood if the overlap of the Wilson loop with the broken string is exponentially small. In that case, the broken string ground state will only be seen if the Wilson loop is long enough. Our preliminary results show string breaking in the context of the 3d SU(2) adjoint static potential, using the L\\"uscher-Weisz exponential variance reduction approach. As a by-product, we measure the fundamental SU(2) static potential with improved accuracy and see clear deviations from Casimir scaling.

  14. Architectures and representations for string transduction

    NARCIS (Netherlands)

    Chrupala, Grzegorz

    2015-01-01

    String transduction problems are ubiquitous in natural language processing: they include transliteration, grapheme-to-phoneme conversion, text normalization and translation. String transduction can be reduced to the simpler problems of sequence labeling by expressing the target string as a sequence

  15. Introduction to strings and superstrings

    International Nuclear Information System (INIS)

    Traubenberg, M.R. de.

    1988-01-01

    We discuss the main features on the formulation of string theory that, in a primitive level, describe the hadronic phenomenon of duality. We also study an extension of the models of closed and strings with spin. Then, by using supersymmetry, it is formulated the theory of superstrings and heterotic strings with the aim of unify the fundamental interactions and matter. (M.W.O.) [pt

  16. Singleton strings

    International Nuclear Information System (INIS)

    Engquist, J.; Sundell, P.; Tamassia, L.

    2007-01-01

    The group theoretical structure underlying physics in anti de Sitter (AdS) spacetime is intrinsically different with respect to the flat case, due to the presence of special ultra-short representations, named singletons, that do not admit a flat space limit. The purpose of this collaboration is to exploit this feature in the study of string and brane dynamics in AdS spacetime, in particular while trying to establish a connection between String Theory in AdS backgrounds (in the tensionless limit) and Higher-Spin Gauge Theory. (orig.)

  17. String cosmology modern string theory concepts from the cosmic structure

    CERN Document Server

    2009-01-01

    The field of string cosmology has matured considerably over the past few years, attracting many new adherents to this multidisciplinary Field. This book fills a critical gap by bringing together strains of current research into one single volume. The resulting collection of selected articles presents the latest, ongoing results from renowned experts currently working in the field. This offers the possibility for practitioners to become conversant with many different aspects of string cosmology

  18. Semilocal and electroweak strings

    NARCIS (Netherlands)

    Achucarro, A; Vachaspati, T

    We review a class of non-topological defects in the standard electroweak model, and their implications. Starting with the semilocal string, which provides a counterexample to many well-known properties of topological vortices, we discuss electroweak strings and their stability with and without

  19. Twenty-five questions for string theorists

    Energy Technology Data Exchange (ETDEWEB)

    Binetruy, Pierre; /Orsay, LPT; Kane, G.L.; /Michigan U., MCTP; Lykken, Joseph D.; /Fermilab; Nelson, Brent D.; /Pennsylvania U.

    2005-09-01

    In an effort to promote communication between the formal and phenomenological branches of the high-energy theory community, we provide a description of some important issues in supersymmetric and string phenomenology. We describe each within the context of string constructions, illustrating them with specific examples where applicable. Each topic culminates in a set of questions that we believe are amenable to direct consideration by string theorists, and whose answers we think could help connect string theory and phenomenology.

  20. Nonrelativistic closed string theory

    International Nuclear Information System (INIS)

    Gomis, Jaume; Ooguri, Hirosi

    2001-01-01

    We construct a Galilean invariant nongravitational closed string theory whose excitations satisfy a nonrelativistic dispersion relation. This theory can be obtained by taking a consistent low energy limit of any of the conventional string theories, including the heterotic string. We give a finite first order worldsheet Hamiltonian for this theory and show that this string theory has a sensible perturbative expansion, interesting high energy behavior of scattering amplitudes and a Hagedorn transition of the thermal ensemble. The strong coupling duals of the Galilean superstring theories are considered and are shown to be described by an eleven-dimensional Galilean invariant theory of light membrane fluctuations. A new class of Galilean invariant nongravitational theories of light-brane excitations are obtained. We exhibit dual formulations of the strong coupling limits of these Galilean invariant theories and show that they exhibit many of the conventional dualities of M theory in a nonrelativistic setting

  1. Non-linear σ-models and string theories

    International Nuclear Information System (INIS)

    Sen, A.

    1986-10-01

    The connection between σ-models and string theories is discussed, as well as how the σ-models can be used as tools to prove various results in string theories. Closed bosonic string theory in the light cone gauge is very briefly introduced. Then, closed bosonic string theory in the presence of massless background fields is discussed. The light cone gauge is used, and it is shown that in order to obtain a Lorentz invariant theory, the string theory in the presence of background fields must be described by a two-dimensional conformally invariant theory. The resulting constraints on the background fields are found to be the equations of motion of the string theory. The analysis is extended to the case of the heterotic string theory and the superstring theory in the presence of the massless background fields. It is then shown how to use these results to obtain nontrivial solutions to the string field equations. Another application of these results is shown, namely to prove that the effective cosmological constant after compactification vanishes as a consequence of the classical equations of motion of the string theory. 34 refs

  2. Boundary terms in Nambu-Goto string action

    OpenAIRE

    Hadasz, Leszek; Wegrzyn, Pawel

    1994-01-01

    We investigate classical strings defined by the Nambu-Goto action with the boundary term added. We demonstrate that the latter term has a significant bearing on the string dynamics. It is confirmed that new action terms that depend on higher order derivatives of string coordinates cannot be considered as continuous perturbations from the starting string functional. In the case the boundary term reduces to the Gauss-Bonnet term, a stability analysis is performed on the rotating rigid string so...

  3. Charting the Landscape of Supercritical String Theory

    International Nuclear Information System (INIS)

    Hellerman, Simeon; Swanson, Ian

    2007-01-01

    Special solutions of string theory in supercritical dimensions can interpolate in time between theories with different numbers of spacetime dimensions and different amounts of world sheet supersymmetry. These solutions connect supercritical string theories to the more familiar string duality web in ten dimensions and provide a precise link between supersymmetric and purely bosonic string theories. Dimension quenching and c duality appear to be natural concepts in string theory, giving rise to large networks of interconnected theories

  4. Chameleonic dilaton, nonequivalent frames, and the cosmological constant problem in quantum string theory

    International Nuclear Information System (INIS)

    Zanzi, Andrea

    2010-01-01

    The chameleonic behavior of the string theory dilaton is suggested. Some of the possible consequences of the chameleonic string dilaton are analyzed in detail. In particular, (1) we suggest a new stringy solution to the cosmological constant problem and (2) we point out the nonequivalence of different conformal frames at the quantum level. In order to obtain these results, we start taking into account the (strong coupling) string loop expansion in the string frame (S-frame), therefore the so-called form factors are present in the effective action. The correct dark energy scale is recovered in the Einstein frame (E-frame) without unnatural fine-tunings and this result is robust against all quantum corrections, granted that we assume a proper structure of the S-frame form factors in the strong coupling regime. At this stage, the possibility still exists that a certain amount of fine-tuning may be required to satisfy some phenomenological constraints. Moreover in the E-frame, in our proposal, all the interactions are switched off on cosmological length scales (i.e., the theory is IR-free), while higher derivative gravitational terms might be present locally (on short distances) and it remains to be seen whether these facts clash with phenomenology. A detailed phenomenological analysis is definitely necessary to clarify these points.

  5. Monodromy relations in higher-loop string amplitudes

    Directory of Open Access Journals (Sweden)

    S. Hohenegger

    2017-12-01

    Full Text Available New monodromy relations of loop amplitudes are derived in open string theory. We particularly study N-point (planar and non-planar one-loop amplitudes described by a world-sheet cylinder and derive a set of relations between subamplitudes of different color orderings. Various consistency checks are performed by matching α′-expansions of planar and non-planar amplitudes involving elliptic iterated integrals with the resulting periods giving rise to two sets of multiple elliptic zeta values. The latter refer to the two homology cycles on the once-punctured complex elliptic curve and the monodromy equations provide relations between these two sets of multiple elliptic zeta values. Furthermore, our monodromy relations involve new objects for which we present a tentative interpretation in terms of open string scattering amplitudes in the presence of a non-trivial gauge field flux. Finally, we provide an outlook on how to generalize the new monodromy relations to the non-oriented case and beyond the one-loop level. Comparing a subset of our results with recent findings in the literature we find therein several serious issues related to the structure and significance of monodromy phases and the relevance of missed contributions from contour integrations.

  6. Differential geometry in string models

    International Nuclear Information System (INIS)

    Alvarez, O.

    1986-01-01

    In this article the author reviews the differential geometric approach to the quantization of strings. A seminal paper demonstrates the connection between the trace anomaly and the critical dimension. The role played by the Faddeev-Popov ghosts has been instrumental in much of the subsequent work on the quantization of strings. This paper discusses the differential geometry of two dimensional surfaces and its importance in the quantization of strings. The path integral quantization approach to strings will be carefully analyzed to determine the correct effective measure for string theories. The choice of measure for the path integral is determined by differential geometric considerations. Once the measure is determined, the manifest diffeomorphism invariance of the theory will have to be broken by using the Faddeev-Popov ansatz. The gauge fixed theory is studied in detail with emphasis on the role of conformal and gravitational anomalies. In the analysis, the path integral formulation of the gauge fixed theory requires summing over all the distinct complex structures on the manifold

  7. Hollow micro string based calorimeter device

    DEFF Research Database (Denmark)

    2014-01-01

    positions so as to form a free released double clamped string in-between said two longitudinally distanced positions said micro-channel string comprising a microfluidic channel having a closed cross section and extending in the longitudinal direction of the hollow string, acoustical means adapted...

  8. Experimenting with string musical instruments

    Science.gov (United States)

    LoPresto, Michael C.

    2012-03-01

    What follows are several investigations involving string musical instruments developed for and used in a Science of Sound & Light course. The experiments make use of a guitar, orchestral string instruments and data collection and graphing software. They are designed to provide students with concrete examples of how mathematical formulae, when used in physics, represent reality that can actually be observed, in this case, the operation of string musical instruments.

  9. Final Report: "Strings 2014"

    Energy Technology Data Exchange (ETDEWEB)

    Witten, Edward

    2015-10-21

    The Strings 2014 meeting was held at Princeton University June 23-27, 2014, co-sponsored by Princeton University and the Institute for Advanced Study. The goal of the meeting was to provide a stimulating and up-to-date overview of research in string theory and its relations to other areas of physics and mathematics, ranging from geometry to quantum field theory, condensed matter physics, and more. This brief report lists committee members and speakers but contains no scientific information. Note that the talks at Strings 2014 were videotaped and are available on the conference website: http://physics.princeton.edustrings2014/Talk_titles.shtml.

  10. Study of interaction of electromagnetic waves with thin rotating cylindrical shell of conductor in vicinity of weakly gravitating string

    International Nuclear Information System (INIS)

    Muminov, A.T.

    2004-01-01

    Full text: As it shown in the work [1,2], interaction of electromagnetic wave with rotating cylindrical shell of conductor leads to an interesting phenomenon of energy transmission from rotating body to the wave. We study influence of the gravitational field of the string on the process of interaction of electromagnetic waves with infinitesimally thin conducting cylindrical shell. Since in the outer space and inside the shell electromagnetic field satisfies source free Maxwell equations we start with constructing the most general solutions of this equation. Then we match the fields on the cylinder with account of boundary conditions on it. Matching the fields gives expressions for reflection factors of cylindrical waves for two cases of polarization. The reflection factors for distinct wave polarizations show the ratio of outgoing energy flux to in going one. Curved cylindrical symmetric space-time with weakly gravitating string-like source is described by static metric: δs 2 = f(r)δt 2 - h(r)(δz 2 + δr 2 ) - l(r)δψ 2 ; f(r) = r ε ; h(r) = r -ε ; l(r) = r 2 /f(r). Which corresponds to low line density of mass ε on the string. The metric is particular case of Lewis metric [3,4] with zero angular momentum of the string and its weak gravity. The boundary value problem for electromagnetic waves interaction with thin conducting rotating cylindrical shell in static cylindrical metric with weakly gravitating string has been solved analytically. It is found that character of dependence of the factors on Ω at ω R<<1 and ΩR<<1 approximation remains the same as in flat space-time ε =0. Analysis of expressions for the reflection factors in frames of considered approximation has been done

  11. String Formatting Considered Harmful for Novice Programmers

    Science.gov (United States)

    Hughes, Michael C.; Jadud, Matthew C.; Rodrigo, Ma. Mercedes T.

    2010-01-01

    In Java, "System.out.printf" and "String.format" consume a specialised kind of string commonly known as a format string. In our study of first-year students at the Ateneo de Manila University, we discovered that format strings present a substantial challenge for novice programmers. Focusing on their first laboratory we found…

  12. Strings and fundamental physics

    International Nuclear Information System (INIS)

    Baumgartl, Marco; Brunner, Ilka; Haack, Michael

    2012-01-01

    The basic idea, simple and revolutionary at the same time, to replace the concept of a point particle with a one-dimensional string, has opened up a whole new field of research. Even today, four decades later, its multifaceted consequences are still not fully conceivable. Up to now string theory has offered a new way to view particles as different excitations of the same fundamental object. It has celebrated success in discovering the graviton in its spectrum, and it has naturally led scientists to posit space-times with more than four dimensions - which in turn has triggered numerous interesting developments in fields as varied as condensed matter physics and pure mathematics. This book collects pedagogical lectures by leading experts in string theory, introducing the non-specialist reader to some of the newest developments in the field. The carefully selected topics are at the cutting edge of research in string theory and include new developments in topological strings, AdS/CFT dualities, as well as newly emerging subfields such as doubled field theory and holography in the hydrodynamic regime. The contributions to this book have been selected and arranged in such a way as to form a self-contained, graduate level textbook. (orig.)

  13. Strings and fundamental physics

    Energy Technology Data Exchange (ETDEWEB)

    Baumgartl, Marco [Hamburg Univ. (Germany). 2. Inst. fuer Theoretische Physik; Brunner, Ilka; Haack, Michael (eds.) [Muenchen Univ. (Germany). Fakultaet fuer Physik

    2012-07-01

    The basic idea, simple and revolutionary at the same time, to replace the concept of a point particle with a one-dimensional string, has opened up a whole new field of research. Even today, four decades later, its multifaceted consequences are still not fully conceivable. Up to now string theory has offered a new way to view particles as different excitations of the same fundamental object. It has celebrated success in discovering the graviton in its spectrum, and it has naturally led scientists to posit space-times with more than four dimensions - which in turn has triggered numerous interesting developments in fields as varied as condensed matter physics and pure mathematics. This book collects pedagogical lectures by leading experts in string theory, introducing the non-specialist reader to some of the newest developments in the field. The carefully selected topics are at the cutting edge of research in string theory and include new developments in topological strings, AdS/CFT dualities, as well as newly emerging subfields such as doubled field theory and holography in the hydrodynamic regime. The contributions to this book have been selected and arranged in such a way as to form a self-contained, graduate level textbook. (orig.)

  14. Spin chains and string theory.

    Science.gov (United States)

    Kruczenski, Martin

    2004-10-15

    Recently, an important test of the anti de Sitter/conformal field theory correspondence has been done using rotating strings with two angular momenta. We show that such a test can be described more generally as the agreement between two actions: one a low energy description of a spin chain appearing in the field theory side, and the other a limit of the string action in AdS5xS5. This gives a map between the mean value of the spin in the boundary theory and the position of the string in the bulk, and shows how a string action can emerge from a gauge theory in the large-N limit.

  15. Cosmic strings in unified gauge theories

    International Nuclear Information System (INIS)

    Everett, A.E.

    1981-01-01

    Some spontaneously broken gauge theories can give rise to stringlike vacuum structures (vortices). It has been pointed out by Vilenkin that in grand unified theories these can be sufficiently massive to have cosmological implications, e.g., in explaining the formation of galaxies. The circumstances in which such structures occur are examined. They do not occur in the simplest grand unified theories, but can occur in some more elaborate models which have been proposed. The cross section for the scattering of elementary particles by strings is estimated. This is used to evaluate the effect of collisions on the dynamics of a collapsing circular string, with particular attention to the question of whether energy dissipation by collision can reduce the rate of formation of black holes by collapsed strings, which may be unacceptably large in models where strings occur. It is found that the effect of collisions is not important in the case of grand unified strings, although it can be important for lighter strings

  16. Supersymmetric gauge theories from string theory

    International Nuclear Information System (INIS)

    Metzger, St.

    2005-12-01

    This thesis presents various ways to construct four-dimensional quantum field theories from string theory. In a first part we study the generation of a supersymmetric Yang-Mills theory, coupled to an adjoint chiral superfield, from type IIB string theory on non-compact Calabi-Yau manifolds, with D-branes wrapping certain sub-cycles. Properties of the gauge theory are then mapped to the geometric structure of the Calabi-Yau space. Even if the Calabi-Yau geometry is too complicated to evaluate the geometric integrals explicitly, one can then always use matrix model perturbation theory to calculate the effective superpotential. The second part of this work covers the generation of four-dimensional super-symmetric gauge theories, carrying several important characteristic features of the standard model, from compactifications of eleven-dimensional supergravity on G 2 -manifolds. If the latter contain conical singularities, chiral fermions are present in the four-dimensional gauge theory, which potentially lead to anomalies. We show that, locally at each singularity, these anomalies are cancelled by the non-invariance of the classical action through a mechanism called 'anomaly inflow'. Unfortunately, no explicit metric of a compact G 2 -manifold is known. Here we construct families of metrics on compact weak G 2 -manifolds, which contain two conical singularities. Weak G 2 -manifolds have properties that are similar to the ones of proper G 2 -manifolds, and hence the explicit examples might be useful to better understand the generic situation. Finally, we reconsider the relation between eleven-dimensional supergravity and the E 8 x E 8 -heterotic string. This is done by carefully studying the anomalies that appear if the supergravity theory is formulated on a ten-manifold times the interval. Again we find that the anomalies cancel locally at the boundaries of the interval through anomaly inflow, provided one suitably modifies the classical action. (author)

  17. Matrix String Theory

    CERN Document Server

    Dijkgraaf, R; Verlinde, Herman L

    1997-01-01

    Via compactification on a circle, the matrix model of M-theory proposed by Banks et al suggests a concrete identification between the large N limit of two-dimensional N=8 supersymmetric Yang-Mills theory and type IIA string theory. In this paper we collect evidence that supports this identification. We explicitly identify the perturbative string states and their interactions, and describe the appearance of D-particle and D-membrane states.

  18. Rotating strings in confining AdS/CFT backgrounds

    International Nuclear Information System (INIS)

    Armoni, Adi; Barbon, Jose L.F.; Petkou, Anastasios C.

    2002-01-01

    We study semiclassical rotating strings in AdS/CFT backgrounds that exhibit both confinement and finite-size effects. The energy versus spin dispersion relation for short strings is the expected Regge trajectory behaviour, with the same string tension as is measured by the Wilson loop. Long strings probe the interplay between confinement and finite-size effects. In particular, the dispersion relation for long strings shows a characteristic dependence on the string tension and the finite-size scale. (author)

  19. 2-Dim. gravity and string theory

    International Nuclear Information System (INIS)

    Narain, K.S.

    1991-01-01

    The role of 2-dim. gravity in string theory is discussed. In particular d=25 string theory coupled to 2-d. gravity is described and shown to give rise to the physics of the usual 26-dim. string theory (where one does not quantise 2-d. gravity. (orig.)

  20. Sa’Unine String Orchestra, Orkes Geseknya Indonesia

    Directory of Open Access Journals (Sweden)

    Ranti - Rachmawanti

    2012-04-01

    Full Text Available ABSTRACT   This article explains the result of Sa’Unine String Orchestra as one of Indonesian orchestras in popular culture. Main idea of this research is to uncover and describe the characteristic, func- tion, and role of Sa’Unine String Orchestra within the popular culture in Indonesia. This research used qualitative method with ethnographical approaches to identify all facts that discovered during research. The conclusions of this research show that Sa’Unine String Orchestra moves in two ways, there are; the idealism which had a vision to create a real Indonesian string orchestra and a part of music industry. At the end, these two ways are connected to each other because of the earnings of those. Music industry becomes a support factor which create the idealism of Sa’Unine String Or- chestra to be an Indonesian String Orchestra.   Keywords: String Orchestra, Music, Popular Culture.

  1. On background-independent open-string field theory

    International Nuclear Information System (INIS)

    Witten, E.

    1992-01-01

    A framework for background-independent open-string field theory is proposed. The approach involves using the Batalin-Vilkovisky formalism, in a way suggested by recent developments in closed-string field theory, to implicitly define a gauge-invariant Lagrangian in a hypothetical ''space of all open-string world-sheet theories.'' It is built into the formalism that classical solutions of the string field theory are Becchi-Rouet-Stora-Tyutin- (BRST-) invariant open-string world-sheet theories and that, when expanding around a classical solution, the infinitesimal gauge transformations are generated by the world-sheet BRST operator

  2. Deformation of the cubic open string field theory

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Taejin, E-mail: taejin@kangwon.ac.kr

    2017-05-10

    We study a consistent deformation of the cubic open bosonic string theory in such a way that the non-planar world sheet diagrams of the perturbative string theory are mapped onto their equivalent planar diagrams of the light-cone string field theory with some length parameters fixed. An explicit evaluation of the cubic string vertex in the zero-slope limit yields the correct relationship between the string coupling constant and the Yang–Mills coupling constant. The deformed cubic open string field theory is shown to produce the non-Abelian Yang–Mills action in the zero-slope limit if it is defined on multiple D-branes. Applying the consistent deformation systematically to multi-string world sheet diagrams, we may be able to calculate scattering amplitudes with an arbitrary number of external open strings.

  3. Deformation of the cubic open string field theory

    International Nuclear Information System (INIS)

    Lee, Taejin

    2017-01-01

    We study a consistent deformation of the cubic open bosonic string theory in such a way that the non-planar world sheet diagrams of the perturbative string theory are mapped onto their equivalent planar diagrams of the light-cone string field theory with some length parameters fixed. An explicit evaluation of the cubic string vertex in the zero-slope limit yields the correct relationship between the string coupling constant and the Yang–Mills coupling constant. The deformed cubic open string field theory is shown to produce the non-Abelian Yang–Mills action in the zero-slope limit if it is defined on multiple D-branes. Applying the consistent deformation systematically to multi-string world sheet diagrams, we may be able to calculate scattering amplitudes with an arbitrary number of external open strings.

  4. Deformation of the cubic open string field theory

    Directory of Open Access Journals (Sweden)

    Taejin Lee

    2017-05-01

    Full Text Available We study a consistent deformation of the cubic open bosonic string theory in such a way that the non-planar world sheet diagrams of the perturbative string theory are mapped onto their equivalent planar diagrams of the light-cone string field theory with some length parameters fixed. An explicit evaluation of the cubic string vertex in the zero-slope limit yields the correct relationship between the string coupling constant and the Yang–Mills coupling constant. The deformed cubic open string field theory is shown to produce the non-Abelian Yang–Mills action in the zero-slope limit if it is defined on multiple D-branes. Applying the consistent deformation systematically to multi-string world sheet diagrams, we may be able to calculate scattering amplitudes with an arbitrary number of external open strings.

  5. String moduli inflation. An overview

    Energy Technology Data Exchange (ETDEWEB)

    Cicoli, Michele [Deutsches Elektronen-Synchrotron (DESY), Hamburg (Germany); Quevedo, Fernando [Cambridge Univ. (United Kingdom). DAMTP/CMS; Abdus Salam International Centre for Theoretical Physics, Trieste (Italy)

    2011-06-15

    We present an overview of inflationary models derived from string theory focusing mostly on closed string moduli as inflatons. After a detailed discussion of the {eta}-problem and different approaches to address it, we describe possible ways to obtain a de Sitter vacuum with all closed string moduli stabilised. We then look for inflationary directions and present some of the most promising scenarios where the inflatons are either the real or the imaginary part of Kaehler moduli. We pay particular attention on extracting potential observable implications, showing how most of the scenarios predict negligible gravitational waves and could therefore be ruled out by the Planck satellite. We conclude by briefly mentioning some open challenges in string cosmology beyond deriving just inflation. (orig.)

  6. String moduli inflation. An overview

    International Nuclear Information System (INIS)

    Cicoli, Michele; Quevedo, Fernando

    2011-06-01

    We present an overview of inflationary models derived from string theory focusing mostly on closed string moduli as inflatons. After a detailed discussion of the η-problem and different approaches to address it, we describe possible ways to obtain a de Sitter vacuum with all closed string moduli stabilised. We then look for inflationary directions and present some of the most promising scenarios where the inflatons are either the real or the imaginary part of Kaehler moduli. We pay particular attention on extracting potential observable implications, showing how most of the scenarios predict negligible gravitational waves and could therefore be ruled out by the Planck satellite. We conclude by briefly mentioning some open challenges in string cosmology beyond deriving just inflation. (orig.)

  7. Cosmological horizons, quintessence and string theory

    International Nuclear Information System (INIS)

    Kaloper, Nemanja

    2003-01-01

    String theory is presently the best candidate for a quantum theory of gravity unified with other forces. It is natural to hope that applications of string theory to cosmology may shed new light on the cosmological conundra, such as singularities, initial conditions, cosmological constant problem and the origin of inflation. Before we can apply string theory to cosmology, there are important conceptual and practical problems which must be addressed. We have reviewed here some of these problems, related to how one defines string theory in a cosmological setting. (author)

  8. Gauge invariant actions for string models

    International Nuclear Information System (INIS)

    Banks, T.

    1986-06-01

    String models of unified interactions are elegant sets of Feynman rules for the scattering of gravitons, gauge bosons, and a host of massive excitations. The purpose of these lectures is to describe the progress towards a nonperturbative formulation of the theory. Such a formulation should make the geometrical meaning of string theory manifest and explain the many ''miracles'' exhibited by the string Feynman rules. There are some new results on gauge invariant observables, on the cosmological constant, and on the symmetries of interacting string field theory. 49 refs

  9. Joining-Splitting Interaction of Noncritical String

    Science.gov (United States)

    Hadasz, Leszek; Jaskólski, Zbigniew

    The joining-splitting interaction of noncritical bosonic string is analyzed in the light-cone formulation. The Mandelstam method of constructing tree string amplitudes is extended to the bosonic massive string models of the discrete series. The general properties of the Liouville longitudinal excitations which are necessary and sufficient for the Lorentz covariance of the light-cone amplitudes are derived. The results suggest that the covariant and the light-cone approach are equivalent also in the noncritical dimensions. Some aspects of unitarity of interacting noncritical massive string theory are discussed.

  10. Lattice gravity and strings

    International Nuclear Information System (INIS)

    Jevicki, A.; Ninomiya, M.

    1985-01-01

    We are concerned with applications of the simplicial discretization method (Regge calculus) to two-dimensional quantum gravity with emphasis on the physically relevant string model. Beginning with the discretization of gravity and matter we exhibit a discrete version of the conformal trace anomaly. Proceeding to the string problem we show how the direct approach of (finite difference) discretization based on Nambu action corresponds to unsatisfactory treatment of gravitational degrees. Based on the Regge approach we then propose a discretization corresponding to the Polyakov string. In this context we are led to a natural geometric version of the associated Liouville model and two-dimensional gravity. (orig.)

  11. Cosmic string induced CMB maps

    International Nuclear Information System (INIS)

    Landriau, M.; Shellard, E. P. S.

    2011-01-01

    We compute maps of CMB temperature fluctuations seeded by cosmic strings using high resolution simulations of cosmic strings in a Friedmann-Robertson-Walker universe. We create full-sky, 18 deg. and 3 deg. CMB maps, including the relevant string contribution at each resolution from before recombination to today. We extract the angular power spectrum from these maps, demonstrating the importance of recombination effects. We briefly discuss the probability density function of the pixel temperatures, their skewness, and kurtosis.

  12. Classical theory of radiating strings

    Science.gov (United States)

    Copeland, Edmund J.; Haws, D.; Hindmarsh, M.

    1990-01-01

    The divergent part of the self force of a radiating string coupled to gravity, an antisymmetric tensor and a dilaton in four dimensions are calculated to first order in classical perturbation theory. While this divergence can be absorbed into a renormalization of the string tension, demanding that both it and the divergence in the energy momentum tensor vanish forces the string to have the couplings of compactified N = 1 D = 10 supergravity. In effect, supersymmetry cures the classical infinities.

  13. Highly excited strings I: Generating function

    Directory of Open Access Journals (Sweden)

    Dimitri P. Skliros

    2017-03-01

    Full Text Available This is the first of a series of detailed papers on string amplitudes with highly excited strings (HES. In the present paper we construct a generating function for string amplitudes with generic HES vertex operators using a fixed-loop momentum formalism. We generalise the proof of the chiral splitting theorem of D'Hoker and Phong to string amplitudes with arbitrary HES vertex operators (with generic KK and winding charges, polarisation tensors and oscillators in general toroidal compactifications E=RD−1,1×TDcr−D (with generic constant Kähler and complex structure target space moduli, background Kaluza–Klein (KK gauge fields and torsion. We adopt a novel approach that does not rely on a “reverse engineering” method to make explicit the loop momenta, thus avoiding a certain ambiguity pointed out in a recent paper by Sen, while also keeping the genus of the worldsheet generic. This approach will also be useful in discussions of quantum gravity and in particular in relation to black holes in string theory, non-locality and breakdown of local effective field theory, as well as in discussions of cosmic superstrings and their phenomenological relevance. We also discuss the manifestation of wave/particle (or rather wave/string duality in string theory.

  14. Exotic configurations for gauge theory strings

    International Nuclear Information System (INIS)

    Yajnik, U.A.

    1987-01-01

    This paper discusses a class of string configurations occuring in nonabelian gauge theories, which are such that a component of the charged scalar field responsible for the string has a nonvanishing expectation value in the core of the string. A systematic procedure is given for setting up the ansatz for such configurations. (orig.)

  15. Test particle trajectories near cosmic strings

    Indian Academy of Sciences (India)

    Gauge strings have their energy concentrated in a very thin tube, the radius of which is of the order of the symmetry- breaking scale whereas the global strings are such that their energy extends to regions far beyond the central core. Strings have an important astrophysical consequence, namely, the double quasar problem ...

  16. Introduction to the theory of strings

    International Nuclear Information System (INIS)

    Peskin, M.E.

    1985-10-01

    These lectures present, from an introductory perspective, some basic aspects of the quantum theory of strings. They treat (1) the kinematics, spectrum, and scattering amplitude of the bosonic string, (2) the spectrum and supersymmetry of Green-Schwarz superstring, and (3) the identification of the underlying gauge invariances of the string theory. 43 refs

  17. The status and future prospects of string theory

    International Nuclear Information System (INIS)

    Gross, D.J.

    1990-01-01

    After a general introduction to the description of the fundamental forces by gauge theories and the difficulties occurring in the attemps of unifying these theories with gravity the reasons for the introduction of string theory are explained. After a description of the construction of a string theory the string theory of gravity is considered. Then the problems of string theory are described. Thereafter elastic scattering in string theory at energies comparable with the Planck mass is considered. Finally some prospects for string theory are discussed. (HSI)

  18. N-loop string amplitude

    International Nuclear Information System (INIS)

    Mandelstam, S.

    1986-06-01

    Work on the derivation of an explicit perturbation series for string and superstring amplitudes is reviewed. The light-cone approach is emphasized, but some work on the Polyakov approach is also mentioned, and the two methods are compared. The calculation of the measure factor is outlined in the interacting-string picture

  19. Regular Expression Matching and Operational Semantics

    Directory of Open Access Journals (Sweden)

    Asiri Rathnayake

    2011-08-01

    Full Text Available Many programming languages and tools, ranging from grep to the Java String library, contain regular expression matchers. Rather than first translating a regular expression into a deterministic finite automaton, such implementations typically match the regular expression on the fly. Thus they can be seen as virtual machines interpreting the regular expression much as if it were a program with some non-deterministic constructs such as the Kleene star. We formalize this implementation technique for regular expression matching using operational semantics. Specifically, we derive a series of abstract machines, moving from the abstract definition of matching to increasingly realistic machines. First a continuation is added to the operational semantics to describe what remains to be matched after the current expression. Next, we represent the expression as a data structure using pointers, which enables redundant searches to be eliminated via testing for pointer equality. From there, we arrive both at Thompson's lockstep construction and a machine that performs some operations in parallel, suitable for implementation on a large number of cores, such as a GPU. We formalize the parallel machine using process algebra and report some preliminary experiments with an implementation on a graphics processor using CUDA.

  20. String theory or field theory?

    International Nuclear Information System (INIS)

    Marshakov, Andrei V

    2002-01-01

    The status of string theory is reviewed, and major recent developments - especially those in going beyond perturbation theory in the string theory and quantum field theory frameworks - are analyzed. This analysis helps better understand the role and place of string theory in the modern picture of the physical world. Even though quantum field theory describes a wide range of experimental phenomena, it is emphasized that there are some insurmountable problems inherent in it - notably the impossibility to formulate the quantum theory of gravity on its basis - which prevent it from being a fundamental physical theory of the world of microscopic distances. It is this task, the creation of such a theory, which string theory, currently far from completion, is expected to solve. In spite of its somewhat vague current form, string theory has already led to a number of serious results and greatly contributed to progress in the understanding of quantum field theory. It is these developments which are our concern in this review. (reviews of topical problems)

  1. Drill-string design for directional wells

    Energy Technology Data Exchange (ETDEWEB)

    Dawson, R; Corbett, K T [Exxon Production Research Co., Houston, TX (USA)

    1983-01-01

    This paper is concerned with predicting the tension and torsion loads on drill strings in directional wells and with adjusting the string design or well plan to provide adequate strength. Drill-string drag is the incremental force that is required to move the pipe up or down in the hole; torque is the moment required to rotate the pipe. Drag forces are usually given relative to the string weight measured with the string roating but not reciprocating. Measured from the roating string weight, the pick-up drag is usually slightly greater than the slack-off drag. The magnitudes of torque and drag are related in any particular well; high drag forced and exessive torque loads normally occur together. There are a number of phenomena wich contribute to torque and drag. Included are tight hole conditions, sloughing hole, keyseats, differential sticking, cuttings build up due to poor hole cleaning and sliding wellbore friction. With the exception of sliding friction, these causes are associated with problem conditions in the wellbore. Conversely, in wells with good hole conditions, the primary source of torque and drag is sliding friction. This paper is only concerned with the torque and drag caused by sliding friction. The cabability to predict frictional loads on drill pipe has two main benefits. First, more complete knowledge of drill-string loading allows use of improved drill-string design techniques. Drill-string components can be chosen using a systematic approach considering the force involved. Second, deep, highly-deviated wells can be planned to minimize torque and drag. Use of torque and drag as a criteria to select the most appropriate well path will help ensure successful drilling operations to total depth. 1 fig., 2 tabs. (Author).

  2. String theory on the edge

    International Nuclear Information System (INIS)

    Thorlacius, L.

    1989-01-01

    Open string vacuum configurations are described in terms of a one-dimensional field theory on the worldsheet boundary. The one-dimensional path integral has direct physical interpretation as a source term for closed string fields. This means that the vacuum divergences (Mobius infinities) of the path integral must be renormalized correctly. The author shows that reparametrization invariance Ward identities, apart from specifying the equations of motion of spacetime background gauge fields, also serve to fix the renormalization scheme of the vacuum divergences. He argues that vacuum configurations of open strings correspond to Caldeira-Leggett models of dissipative quantum mechanics (DQM) evaluated at a delocalization critical point. This connection reveals that critical DQM will manifest reparametrization invariance (inherited from the conformal invariance of string theory) rather than just scale invariance. This connection should open up new ways of constructing analytic and approximate solutions of open string theory (in particular, topological solitons such as monopoles and instantons). Type I superstring theory gives rise to a supersymmetric boundary field theory. Bose-Fermi cancellation eliminates vacuum divergences but the one-loop beta function remains the same as in the bosonic theory. Reparametrization invariance Ward identities dictate a boundary state normalization which yields consistent string-loop corrections to spacetime equations of motion, in both the periodic and anti-periodic fermion sectors

  3. Regularization of finite temperature string theories

    International Nuclear Information System (INIS)

    Leblanc, Y.; Knecht, M.; Wallet, J.C.

    1990-01-01

    The tachyonic divergences occurring in the free energy of various string theories at finite temperature are eliminated through the use of regularization schemes and analytic continuations. For closed strings, we obtain finite expressions which, however, develop an imaginary part above the Hagedorn temperature, whereas open string theories are still plagued with dilatonic divergences. (orig.)

  4. Mechanical Properties of Nylon Harp Strings

    Science.gov (United States)

    Lynch-Aird, Nicolas; Woodhouse, Jim

    2017-01-01

    Monofilament nylon strings with a range of diameters, commercially marketed as harp strings, have been tested to establish their long-term mechanical properties. Once a string had settled into a desired stress state, the Young’s modulus was measured by a variety of methods that probe different time-scales. The modulus was found to be a strong function of testing frequency and also a strong function of stress. Strings were also subjected to cyclical variations of temperature, allowing various thermal properties to be measured: the coefficient of linear thermal expansion and the thermal sensitivities of tuning, Young’s modulus and density. The results revealed that the particular strings tested are divided into two groups with very different properties: stress-strain behaviour differing by a factor of two and some parametric sensitivities even having the opposite sign. Within each group, correlation studies allowed simple functional fits to be found to the key properties, which have the potential to be used in automated tuning systems for harp strings. PMID:28772858

  5. Mechanical Properties of Nylon Harp Strings

    Directory of Open Access Journals (Sweden)

    Nicolas Lynch-Aird

    2017-05-01

    Full Text Available Monofilament nylon strings with a range of diameters, commercially marketed as harp strings, have been tested to establish their long-term mechanical properties. Once a string had settled into a desired stress state, the Young’s modulus was measured by a variety of methods that probe different time-scales. The modulus was found to be a strong function of testing frequency and also a strong function of stress. Strings were also subjected to cyclical variations of temperature, allowing various thermal properties to be measured: the coefficient of linear thermal expansion and the thermal sensitivities of tuning, Young’s modulus and density. The results revealed that the particular strings tested are divided into two groups with very different properties: stress-strain behaviour differing by a factor of two and some parametric sensitivities even having the opposite sign. Within each group, correlation studies allowed simple functional fits to be found to the key properties, which have the potential to be used in automated tuning systems for harp strings.

  6. Perturbation theory for quantized string fields

    International Nuclear Information System (INIS)

    Thorn, C.B.; Florida Univ., Gainesville

    1987-01-01

    We discuss the problem of gauge fixing in string field theory. We show that BRST invariance requires the gauge-fixed action to contain terms cubic in the ghost... of ghost of ghost fields. The final BRST invariant gauge-fixed action for the gauge b 0 A=0 is extremely simple: with the proper interpretation (as given in this article), it is essentially the one anticipated earlier in the work of Giddings, Martinec, and Witten in their analysis of the BRST invariant world-sheet approach to string theory. We derive the Feynman rules from this action and explain in detail how the sum over sufaces of the BRST first-quantized string is reproduced. This result depends crucially on the correct assignment for the Grassmann character of the string field and its ghost... of ghost of ghost string fields. If all these fields are unified in a single string field Φ containing all ghost numbers, the requirements is that Φ be uniformly Grassmann odd. Finally, we do some sample calculations which provide some simple checks on our general results. (orig.)

  7. Multi-branes boundary states with open string interactions

    International Nuclear Information System (INIS)

    Pesando, Igor

    2008-01-01

    We derive boundary states which describe configurations of multiple parallel branes with arbitrary open string states interactions in bosonic string theory. This is obtained by a careful discussion of the factorization of open/closed string states amplitudes taking care of cycles needed by ensuring vertices commutativity: in particular the discussion reveals that already at the tree level open string knows of the existence of closed string

  8. Regularized strings with extrinsic curvature

    International Nuclear Information System (INIS)

    Ambjoern, J.; Durhuus, B.

    1987-07-01

    We analyze models of discretized string theories, where the path integral over world sheet variables is regularized by summing over triangulated surfaces. The inclusion of curvature in the action is a necessity for the scaling of the string tension. We discuss the physical properties of models with extrinsic curvature terms in the action and show that the string tension vanishes at the critical point where the bare extrinsic curvature coupling tends to infinity. Similar results are derived for models with intrinsic curvature. (orig.)

  9. The stability of D-term cosmic strings

    International Nuclear Information System (INIS)

    Collinucci, A.; Smyth, P.; Van Proeyen, A.

    2007-01-01

    In this article, we discuss the semi-classical stability of the D-term string solution of D=4, N=1 supergravity with a constant Fayet-Iliopoulos term. Regardless of the particular theory one is interested in, the stability of cosmic strings is necessary if we hope to observe them. We apply the spinorial Witten-Nester method to prove a positive energy theorem for the D-term cosmic string background with positive deficit angle. We also pay particular attention to the negative deficit angle D-term string, which is known to violate the dominant energy condition. Within the class of string solutions we consider, this violation implies that the negative deficit angle D-term string must have a naked pathology and therefore the positive energy theorem we prove does not apply to it. (orig.)

  10. String loop divergences and effective lagrangians

    International Nuclear Information System (INIS)

    Fischler, W.; Klebanov, I.; Susskind, L.

    1988-01-01

    We isolate logarithmic divergences from bosonic string amplitudes on a disc. These divergences are compared with 'tadpole' divergences in the effective field theory, with a covariant cosmological term implied by the counting of string coupling constants. We find an inconsistency between the two. This might be a problem in eliminating divergences from the bosonic string. (orig.)

  11. Quark potential of spontaneous strings

    International Nuclear Information System (INIS)

    German, G.; Kleinert, H.

    1989-01-01

    The authors present some recent developments in string models with an extrinsic curvature term in action. Particular emphasis is placed upon the static quark potential and on the thermal deconfinement properties of spontaneous strings

  12. Heterotic string construction

    International Nuclear Information System (INIS)

    Schellekens, A.N.

    1989-01-01

    In this paper an elementary introduction to the principles of four-dimensional string construction will be given. Although the emphasis is on lattice constructions, almost all results have further, and often quite straightforward generalizations to other constructions. Since heterotic strings look phenomenologically more promising than type-II theories the authors only consider the former, although everything can easily be generalized to type-II theories. Some additional aspects of lattice constructions are discussed, and an extensive review can be found

  13. ERA: Efficient serial and parallel suffix tree construction for very long strings

    KAUST Repository

    Mansour, Essam

    2011-09-01

    The suffix tree is a data structure for indexing strings. It is used in a variety of applications such as bioinformatics, time series analysis, clustering, text editing and data compression. However, when the string and the resulting suffix tree are too large to fit into the main memory, most existing construction algorithms become very inefficient. This paper presents a disk-based suffix tree construction method, called Elastic Range (ERa), which works efficiently with very long strings that are much larger than the available memory. ERa partitions the tree construction process horizontally and vertically and minimizes I/Os by dynamically adjusting the horizontal partitions independently for each vertical partition, based on the evolving shape of the tree and the available memory. Where appropriate, ERa also groups vertical partitions together to amortize the I/O cost. We developed a serial version; a parallel version for shared-memory and shared-disk multi-core systems; and a parallel version for shared-nothing architectures. ERa indexes the entire human genome in 19 minutes on an ordinary desktop computer. For comparison, the fastest existing method needs 15 minutes using 1024 CPUs on an IBM BlueGene supercomputer.

  14. Derandomizing from random strings

    NARCIS (Netherlands)

    Buhrman, H.; Fortnow, L.; Koucký, M.; Loff, B.

    2010-01-01

    In this paper we show that BPP is truth-table reducible to the set of Kolmogorov random strings R(K). It was previously known that PSPACE, and hence BPP is Turing-reducible to R(K). The earlier proof relied on the adaptivity of the Turing-reduction to find a Kolmogorov-random string of polynomial

  15. Document retrieval on repetitive string collections.

    Science.gov (United States)

    Gagie, Travis; Hartikainen, Aleksi; Karhu, Kalle; Kärkkäinen, Juha; Navarro, Gonzalo; Puglisi, Simon J; Sirén, Jouni

    2017-01-01

    Most of the fastest-growing string collections today are repetitive, that is, most of the constituent documents are similar to many others. As these collections keep growing, a key approach to handling them is to exploit their repetitiveness, which can reduce their space usage by orders of magnitude. We study the problem of indexing repetitive string collections in order to perform efficient document retrieval operations on them. Document retrieval problems are routinely solved by search engines on large natural language collections, but the techniques are less developed on generic string collections. The case of repetitive string collections is even less understood, and there are very few existing solutions. We develop two novel ideas, interleaved LCPs and precomputed document lists , that yield highly compressed indexes solving the problem of document listing (find all the documents where a string appears), top- k document retrieval (find the k documents where a string appears most often), and document counting (count the number of documents where a string appears). We also show that a classical data structure supporting the latter query becomes highly compressible on repetitive data. Finally, we show how the tools we developed can be combined to solve ranked conjunctive and disjunctive multi-term queries under the simple [Formula: see text] model of relevance. We thoroughly evaluate the resulting techniques in various real-life repetitiveness scenarios, and recommend the best choices for each case.

  16. Boundary terms in the Nambu-Goto string action

    Science.gov (United States)

    Hadasz, Leszek; Wȩgrzyn, Paweł

    1995-03-01

    We investigate classical strings defined by the Nambu-Goto action with the boundary term added. We demonstrate that the latter term has a significant bearing on the string dynamics. It is confirmed that new action terms that depend on higher order derivatives of string coordinates cannot be considered as continuous perturbations from the starting string functional. In the case when the boundary term reduces to the Gauss-Bonnet term, a stability analysis is performed on the rotating rigid string solution. We determine the most generic solution that the fluctuations grow to. Longitudinal string excitations are found. The Regge trajectories are nonlinear.

  17. Boundary terms in the Nambu-Goto string action

    International Nuclear Information System (INIS)

    Hadasz, L.; Wegrzyn, P.

    1995-01-01

    We investigate classical strings defined by the Nambu-Goto action with the boundary term added. We demonstrate that the latter term has a significant bearing on the string dynamics. It is confirmed that new action terms that depend on higher order derivatives of string coordinates cannot be considered as continuous perturbations from the starting string functional. In the case when the boundary term reduces to the Gauss-Bonnet term, a stability analysis is performed on the rotating rigid string solution. We determine the most generic solution that the fluctuations grow to. Longitudinal string excitations are found. The Regge trajectories are nonlinear

  18. Worldsheet geometries of ambitwistor string

    Energy Technology Data Exchange (ETDEWEB)

    Ohmori, Kantaro [Department of Physics, the University of Tokyo,Hongo, Bunkyo-ku, Tokyo 133-0022 (Japan)

    2015-06-12

    Mason and Skinner proposed the ambitwistor string theory which directly reproduces the formulas for the amplitudes of massless particles proposed by Cachazo, He and Yuan. In this paper we discuss geometries of the moduli space of worldsheets associated to the bosonic or the RNS ambitwistor string. Further, we investigate the factorization properties of the amplitudes when an internal momentum is near on-shell in the abstract CFT language. Along the way, we propose the existence of the ambitwistor strings with three or four fermionic worldsheet currents.

  19. Spin chain for quantum strings

    International Nuclear Information System (INIS)

    Beisert, N.

    2005-01-01

    We review and compare the integrable structures in N=4 gauge theory and string theory on AdS 5 x S 5 . Recently, Bethe ansaetze for gauge theory/weak coupling and string theory/strong coupling were proposed to describe scaling dimensions in the su(2) subsector. Here we investigate the Bethe equations for quantum string theory, naively extrapolated to weak coupling. Excitingly, we find a spin chain Hamiltonian similar, but not equal, to the gauge theory dilatation operator. (Abstract Copyright [2005], Wiley Periodicals, Inc.)

  20. Quantum aspects of black objects in string theory

    Energy Technology Data Exchange (ETDEWEB)

    Hyakutake, Yoshifumi [College of Science, Ibaraki University,Bunkyo 2-1-1, Mito, Ibaraki 310-8512 (Japan)

    2017-01-17

    One of important directions in superstring theory is to reveal the quantum nature of black hole. In this paper we embed Schwarzschild black hole into superstring theory or M-theory, which we call a smeared black hole, and resolve quantum corrections to it. Furthermore we boost the smeared black hole along the 11th direction and construct a smeared quantum black 0-brane in 10 dimensions. Quantum aspects of the thermodynamic for these black objects are investigated in detail. We also discuss radiations of a string and a D0-brane from the smeared quantum black 0-brane.

  1. Comparison of string models for heavy ion collisions

    International Nuclear Information System (INIS)

    Werner, K.

    1990-01-01

    An important method to explore new domains in physics is to compare new results with extrapolations from known areas. For heavy ion collision this can be done with string models, which extrapolate from light to heavy systems and which also may be used to extrapolate to higher energies. That does not mean that these string models are only background models, one may easily implement new ideas on top of the known aspects, providing much more reliable models than those formed from scratch. All the models to be considered in this paper have in common that they consist of three independent building blocks: (a) geometry, (b) string formation and (c) string fragmentation. The geometry aspect is treated quite similar in all models: nucleons are distributed inside each nucleus according to some standard parameterization of nuclear densities. The nuclei move through each other on a straight line trajectory, with all the nucleon positions being fixed. Whenever a projectile and a target nucleon come close, they interact. Such an interaction results in string formation. In the last step these strings decay into observable hadrons according to some string fragmentation procedure. The three building blocks are independent, so one can combine different methods in an arbitrary manner. Therefore rather than treating the models one after the other, the author discusses the procedures for string formation and string fragmentation as used by the models. He considers string models in a very general sense, so he includes models where the authors never use the word string, but which may be most naturally interpreted as string models and show strong similarities with real string models. Although very important he does not discuss - for time and space reasons - recent developments concerning secondary scattering

  2. Scaling properties of cosmic (super)string networks

    International Nuclear Information System (INIS)

    Martins, C J A P

    2014-01-01

    I use a combination of state-of-the-art numerical simulations and analytic modelling to discuss the scaling properties of cosmic defect networks, including superstrings. Particular attention is given to the role of extra degrees of freedom in the evolution of these networks. Compared to the 'plain vanilla' case of Goto-Nambu strings, three such extensions play important but distinct roles in the network dynamics: the presence of charges/currents on the string worldsheet, the existence of junctions, and the possibility of a hierarchy of string tensions. I also comment on insights gained from studying simpler defect networks, including Goto-Nambu strings themselves, domain walls and semilocal strings

  3. Numerical simulation of bosonic-superconducting-string interactions

    International Nuclear Information System (INIS)

    Laguna, P.; Matzner, R.A.

    1990-01-01

    Numerical simulations show that bosonic superconducting U(1) gauge cosmic strings interact by reconnecting and chopping off in a fashion similar to nonconducting strings. Cancellation of the electromagnetic current occurs when, in one of the strings, the direction of the U(1) gauge magnetic field is opposite to the electromagnetic current flow. Electric charge accumulates on the segments of the reconnected strings where the current is discontinuous or vanishes. A virtual photon appears after the collision and intercommutation, and a bubble of electromagnetic radiation emerges as the currents in the reconnected strings equalize. These phenomena suggest new possible mechanisms for void production in the large-scale distribution of galaxies

  4. 'Hard' effects in Monte Carlo proton-(anti) proton events of soft two-string dual parton model, e+e- annihilation and cascade scaling break of string and the theory of the open string

    International Nuclear Information System (INIS)

    Lugovoj, V.V.

    1998-01-01

    At proton-(anti) proton scattering in the frame of two-string Dual Parton Model the semihard parton-parton interactions can lead to the valence (anti) (di) quark excitations which lead to the production of up to four fast hadron leaders, and the process of soft colour interaction between constituents leads to formation of two primary strings, which decay into secondary hadrons according to a new cascade model of string breaking, which corresponds to the fundamental interaction of the theory of the open string. Therefore the recent results of the theory of QCD open string (about the small deviations of the string stretch direction near the longitudinal direction) are used in the algorithm of string breaking. For the fitted values of the free parameters in the process of decay of mother string into two daughter strings the energy (momentum) distributions for the first and second daughter strings are similar to momentum distributions for valence quark and antiquark in meson. This Monte Carlo model with 9 free parameters agrees well with the multiplicity, pseudorapidity, transverse momentum (up to p T =4GeV) distributions and correlations between the average transverse momentum and multiplicity of secondary particles produced by ISR, SS, Tevatron experiments (√s=27 to 1800 GeV). There is quantitative (and qualitative) explanation for correlations between the average transverse momentum and multiplicity for different types of secondary particles (antiprotons, kaons, pions) at √s =1800 GeV. A cascade model of string breaking is a new Monte Carlo model for hadronization which agrees well with the experimental multiplicity, rapidity, transverse momentum distributions of secondary particles produced by e + e - annihilation at E c.m. =3GeV. (author)

  5. The energy and stability of D-term strings

    International Nuclear Information System (INIS)

    Collinucci, Andres; Smyth, Paul; Proeyen, Antoine van

    2007-01-01

    Cosmic strings derived from string theory, supergravity or any theory of choice should be stable if we hope to observe them. In this paper we consider D-term strings in D = 4 , N = 1 supergravity with a constant Fayet-Iliopoulos term. We show that the positive deficit angle supersymmetric D-term string is non-perturbatively stable by using standard Witten-Nester techniques to prove a positive energy theorem. Particular attention is paid to the negative deficit angle D-term string, which is known to violate the dominant energy condition. Within the class of string solutions we consider, this violation implies that the negative deficit angle D-term string must have a naked pathology and therefore the positive energy theorem we prove does not apply to it. As an interesting aside, we show that the Witten-Nester charge calculates the total gravitational energy of the D-term string without the need for a cut-off, which may not have been expected

  6. A model for string-breaking in QCD

    International Nuclear Information System (INIS)

    Antonov, Dmitri; Del Debbio, Luigi; Di Giacomo, Adriano

    2003-01-01

    We present a model for string breaking based on the existence of chromoelectric flux tubes. We predict the form of the long-range potential and obtain an estimate of the string breaking length. A prediction is also obtained for the behaviour with temperature of the string breaking length near the deconfinement phase transition. We plan to use this model as a guide for a program of study of string breaking on the lattice. (author)

  7. String Resonances at Hadron Colliders

    CERN Document Server

    Anchordoqui, Luis A; Dai, De-Chang; Feng, Wan-Zhe; Goldberg, Haim; Huang, Xing; Lust, Dieter; Stojkovic, Dejan; Taylor, Tomasz R

    2014-01-01

    [Abridged] We consider extensions of the standard model based on open strings ending on D-branes. Assuming that the fundamental string mass scale M_s is in the TeV range and that the theory is weakly coupled, we discuss possible signals of string physics at the upcoming HL-LHC run (3000 fb^{-1}) with \\sqrt{s} = 14 TeV, and at potential future pp colliders, HE-LHC and VLHC, operating at \\sqrt{s} = 33 and 100 TeV, respectively. In such D-brane constructions, the dominant contributions to full-fledged string amplitudes for all the common QCD parton subprocesses leading to dijets and \\gamma + jet are completely independent of the details of compactification, and can be evaluated in a parameter-free manner. We make use of these amplitudes evaluated near the first (n=1) and second (n=2) resonant poles to determine the discovery potential for Regge excitations of the quark, the gluon, and the color singlet living on the QCD stack. We show that for string scales as large as 7.1 TeV (6.1 TeV), lowest massive Regge exc...

  8. σ-models and string theories

    International Nuclear Information System (INIS)

    Randjbar-Daemi, S.

    1987-01-01

    The propagation of closed bosonic strings interacting with background gravitational and dilaton fields is reviewed. The string is treated as a quantum field theory on a compact 2-dimensional manifold. The question is posed as to how the conditions for the vanishing trace anomaly and the ensuing background field equations may depend on global features of the manifold. It is shown that to the leading order in σ-model perturbation theory the string loop effects do not modify the gravitational and the dilaton field equations. However for the purely bosonic strings new terms involving the modular parameter of the world sheet are induced by quantum effects which can be absorbed into a re-definition of the background fields. The authors also discuss some aspects of several regularization schemes such as dimensional, Pauli-Villars and the proper-time cut off in an appendix

  9. Transplanckian censorship and global cosmic strings

    International Nuclear Information System (INIS)

    Dolan, Matthew J.; Draper, Patrick; Kozaczuk, Jonathan; Patel, Hiren

    2017-01-01

    Large field excursions are required in a number of axion models of inflation. These models also possess global cosmic strings, around which the axion follows a path mirroring the inflationary trajectory. Cosmic strings are thus an interesting theoretical laboratory for the study of transplanckian field excursions. We describe connections between various effective field theory models of axion monodromy and study the classical spacetimes around their supercritical cosmic strings. For small decay constants fM p /f, the EFT is under control and the string cores undergo topological inflation, which may be either of exponential or power-law type. We show that the exterior spacetime is nonsingular and equivalent to a decompactifying cigar geometry, with the radion rolling in a potential generated by axion flux. Signals are able to circumnavigate infinite straight strings in finite but exponentially long time, t∼e Δa/M p . For finite loops of supercritical string in asymptotically flat space, we argue that if topological inflation occurs, then topological censorship implies transplanckian censorship, or that external observers are forbidden from threading the loop and observing the full excursion of the axion.

  10. Transplanckian censorship and global cosmic strings

    Science.gov (United States)

    Dolan, Matthew J.; Draper, Patrick; Kozaczuk, Jonathan; Patel, Hiren

    2017-04-01

    Large field excursions are required in a number of axion models of inflation. These models also possess global cosmic strings, around which the axion follows a path mirroring the inflationary trajectory. Cosmic strings are thus an interesting theoretical laboratory for the study of transplanckian field excursions. We describe connections be-tween various effective field theory models of axion monodromy and study the classical spacetimes around their supercritical cosmic strings. For small decay constants f M p /f , the EFT is under control and the string cores undergo topological inflation, which may be either of exponential or power-law type. We show that the exterior spacetime is nonsingular and equivalent to a decompactifying cigar geometry, with the radion rolling in a potential generated by axion flux. Signals are able to circumnavigate infinite straight strings in finite but exponentially long time, t ˜ e Δ a/ M p . For finite loops of supercritical string in asymptotically flat space, we argue that if topological inflation occurs, then topological censorship implies transplanckian censorship, or that external observers are forbidden from threading the loop and observing the full excursion of the axion.

  11. Transplanckian censorship and global cosmic strings

    Energy Technology Data Exchange (ETDEWEB)

    Dolan, Matthew J. [ARC Centre of Excellence for Particle Physics at the Terascale,School of Physics, University of Melbourne,Melbourne, 3010 (Australia); Draper, Patrick; Kozaczuk, Jonathan; Patel, Hiren [Amherst Center for Fundamental Interactions, Department of Physics,University of Massachusetts,Amherst, MA 01003 (United States)

    2017-04-21

    Large field excursions are required in a number of axion models of inflation. These models also possess global cosmic strings, around which the axion follows a path mirroring the inflationary trajectory. Cosmic strings are thus an interesting theoretical laboratory for the study of transplanckian field excursions. We describe connections between various effective field theory models of axion monodromy and study the classical spacetimes around their supercritical cosmic strings. For small decay constants fM{sub p}/f, the EFT is under control and the string cores undergo topological inflation, which may be either of exponential or power-law type. We show that the exterior spacetime is nonsingular and equivalent to a decompactifying cigar geometry, with the radion rolling in a potential generated by axion flux. Signals are able to circumnavigate infinite straight strings in finite but exponentially long time, t∼e{sup Δa/M{sub p}}. For finite loops of supercritical string in asymptotically flat space, we argue that if topological inflation occurs, then topological censorship implies transplanckian censorship, or that external observers are forbidden from threading the loop and observing the full excursion of the axion.

  12. A universality test of the quantum string Bethe ansatz

    DEFF Research Database (Denmark)

    Freyhult, L.; Kristjansen, C.

    2006-01-01

    We show that the quantum corrected string Bethe ansatz passes an important universality test by demonstrating that it correctly incorporates the non-analytical terms in the string sigma model one-loop correction for rational three-spin strings with two out of the three spins identical. Subsequent......, we use the quantum corrected string Bethe ansatz to predict the exact form of the non-analytic terms for the generic rational three-spin string.......We show that the quantum corrected string Bethe ansatz passes an important universality test by demonstrating that it correctly incorporates the non-analytical terms in the string sigma model one-loop correction for rational three-spin strings with two out of the three spins identical. Subsequently...

  13. String theory of the Regge intercept.

    Science.gov (United States)

    Hellerman, S; Swanson, I

    2015-03-20

    Using the Polchinski-Strominger effective string theory in the covariant gauge, we compute the mass of a rotating string in D dimensions with large angular momenta J, in one or two planes, in fixed ratio, up to and including first subleading order in the large J expansion. This constitutes a first-principles calculation of the value for the order-J(0) contribution to the mass squared of a meson on the leading Regge trajectory in planar QCD with bosonic quarks. For open strings with Neumann boundary conditions, and for closed strings in D≥5, the order-J(0) term in the mass squared is exactly calculated by the semiclassical approximation. This term in the expansion is universal and independent of the details of the theory, assuming only D-dimensional Poincaré invariance and the absence of other infinite-range excitations on the string world volume, beyond the Nambu-Goldstone bosons.

  14. Plucked Strings and the Harpsichord

    Science.gov (United States)

    GIORDANO, N.; WINANS, J. P.

    1999-07-01

    The excitation of a harpsichord string when it is set into motion, i.e., plucked, by a plectrum is studied. We find that the amplitude of the resulting string vibration is approximately independent of the velocity with which the key is depressed. This result is in accord with conventional wisdom, but at odds with a recent theoretical model. A more realistic theoretical treatment of the plucking process is then described, and shown to be consistent with our measurements. The experiments reveal several other interesting aspects of the plectrum-string interaction.

  15. Geometry, topology, and string theory

    Energy Technology Data Exchange (ETDEWEB)

    Varadarajan, Uday [Univ. of California, Berkeley, CA (United States)

    2003-01-01

    A variety of scenarios are considered which shed light upon the uses and limitations of classical geometric and topological notions in string theory. The primary focus is on situations in which D-brane or string probes of a given classical space-time see the geometry quite differently than one might naively expect. In particular, situations in which extra dimensions, non-commutative geometries as well as other non-local structures emerge are explored in detail. Further, a preliminary exploration of such issues in Lorentzian space-times with non-trivial causal structures within string theory is initiated.

  16. Geometry, topology, and string theory

    International Nuclear Information System (INIS)

    Varadarajan, Uday

    2003-01-01

    A variety of scenarios are considered which shed light upon the uses and limitations of classical geometric and topological notions in string theory. The primary focus is on situations in which D-brane or string probes of a given classical space-time see the geometry quite differently than one might naively expect. In particular, situations in which extra dimensions, non-commutative geometries as well as other non-local structures emerge are explored in detail. Further, a preliminary exploration of such issues in Lorentzian space-times with non-trivial causal structures within string theory is initiated

  17. On integrable c < 1 open-closed string theory

    International Nuclear Information System (INIS)

    Johnson, C.V.

    1994-01-01

    The integrable structure of open-closed string theories in the (p, q) conformal minimal model backgrounds is presented. The relation between the τ-function of the closed string theory and that of the open-closed string theory is uncovered. The resulting description of the open-closed string theory is shown to fit very naturally into the framework of the sl(q, C) KdV hierarchies. In particular, the twisted bosons which underlie and organise the structure of the closed string theory play a similar role here and may be employed to derive loop equations and correlation function recursion relations for the open-closed strings in a simple way. (orig.)

  18. Counting states of black strings with traveling waves

    International Nuclear Information System (INIS)

    Horowitz, G.T.; Marolf, D.

    1997-01-01

    We consider a family of solutions to string theory which depend on arbitrary functions and contain regular event horizons. They describe six-dimensional extremal black strings with traveling waves and have an inhomogeneous distribution of momentum along the string. The structure of these solutions near the horizon is studied and the horizon area computed. We also count the number of BPS string states at weak coupling whose macroscopic momentum distribution agrees with that of the black string. It is shown that the number of such states is given by the Bekenstein-Hawking entropy of the black string with traveling waves. copyright 1997 The American Physical Society

  19. String field representation of the Virasoro algebra

    Energy Technology Data Exchange (ETDEWEB)

    Mertes, Nicholas [Institute of Physics AS CR,Na Slovance 2, Prague 8 (Czech Republic); Department of Physics, University of Miami,Coral Gables, FL (United States); Schnabl, Martin [Institute of Physics AS CR,Na Slovance 2, Prague 8 (Czech Republic)

    2016-12-29

    We construct a representation of the zero central charge Virasoro algebra using string fields in Witten’s open bosonic string field theory. This construction is used to explore extensions of the KBc algebra and find novel algebraic solutions of open string field theory.

  20. General relativity invariance and string field theory

    International Nuclear Information System (INIS)

    Aref'eva, I.Ya.; Volovich, I.V.

    1987-04-01

    The general covariance principle in the string field theory is considered. The algebraic properties of the string Lie derivative are discussed. The string vielbein and spin connection are introduced and an action invariant under general co-ordinate transformation is proposed. (author). 18 refs

  1. A one-loop test of string duality

    International Nuclear Information System (INIS)

    Vafa, C.

    1995-01-01

    We test Type IIA-heterotic string duality in six dimensions by showing that the sigma model anomaly of the heterotic string is generated by a combination of a tree level and a string one-loop correction on the Type IIA side. (orig.)

  2. String model of black hole microstates

    International Nuclear Information System (INIS)

    Larsen, F.

    1997-01-01

    The statistical mechanics of black holes arbitrarily far from extremality is modeled by a gas of weakly interacting strings. As an effective low-energy description of black holes the string model provides several highly nontrivial consistency checks and predictions. Speculations on a fundamental origin of the model suggest surprising simplifications in nonperturbative string theory, even in the absence of supersymmetry. copyright 1997 The American Physical Society

  3. Dilatation transformation in the string model

    Energy Technology Data Exchange (ETDEWEB)

    Chikashige, Y [Tokyo Univ. (Japan). Coll. of General Education; Hosoda, M; Saito, S

    1975-05-01

    Dilatation transformation is discussed in the string model. We show that it becomes meaningful in the infinite slope limit of Regge trajectories for the motion of a free string. It turns out to be equivalent to the high energy limit of the dual amplitudes, with the Regge slope kept finite, in the case of interacting strings. The scaling phenomenon is explained from this point of view.

  4. A global string with an event horizon

    International Nuclear Information System (INIS)

    Harari, D.; Polychronakos, A.P.

    1990-01-01

    An idealized infinite straight global string in flat space-time has a logarithmically divergent energy per unit length. With gravity included, the standard field theoretical model for a straight global string has been shown to give rise to a repulsive gravitational field, and to develop a curvature singularity at a finite proper distance off the string core. Here we point out that alternative (although probably unrealistic) equations of state for the core of the global string produce a non-singular cylindrically symmetric metric with an event horizon at a finite proper distance off the core, such that timelike observers beyond the horizon are bound to move away from the string. The same geometric structure applies to the standard field theoretical model for a vortex in (2+1)-dimensional gravity. Thermal effects in a quantum field theory around the string due to the presence of the horizon are also calculated. (orig.)

  5. From UV/IR mixing to closed strings

    International Nuclear Information System (INIS)

    Lopez, Esperanza

    2003-01-01

    It was shown in [1] that the leading UV/IR mixing effects in noncommutative gauge theories on D-branes are able to capture information about the closed string spectrum of the parent string theory. The analysis was carried out for D-branes on nonsupersymmetric C 3 /Z N orbifolds of Type IIB. In this paper we consider D-branes on twisted circles compactifications of Type II string theory. We find that the signs of the leading UV/IR mixing effects know about the (mass) 2 gap between the lowest modes in NSNS and RR closed string towers. Moreover, the relevant piece of the field theory effective action can be reproduced purely in the language of closed strings. Remarkably, this approach unifies in a single structure, that of a closed string exchange between D-branes, both the leading planar and nonplanar effects associated to the absence of supersymmetry. (author)

  6. An equivalence between momentum and charge in string theory

    International Nuclear Information System (INIS)

    Horne, J.H.; Horowitz, G.T.; Steif, A.R.

    1992-01-01

    It is shown that for a translationally invariant solution to string theory, spacetime duality interchanges the momentum in the symmetry direction and the axion charge per unit length. As one application, we show explicitly that charged black strings are equivalent to boosted (uncharged) black strings. The extremal black strings (which correspond to the field outside of a fundamental macroscopic string) are equivalent to plane-fronted waves describing strings moving at the speed of light

  7. Correspondence principle for black holes and strings

    International Nuclear Information System (INIS)

    Horowitz, G.T.; Polchinski, J.

    1997-01-01

    For most black holes in string theory, the Schwarzschild radius in string units decreases as the string coupling is reduced. We formulate a correspondence principle, which states that (i) when the size of the horizon drops below the size of a string, the typical black hole state becomes a typical state of strings and D-branes with the same charges, and (ii) the mass does not change abruptly during the transition. This provides a statistical interpretation of black hole entropy. This approach does not yield the numerical coefficient, but gives the correct dependence on mass and charge in a wide range of cases, including neutral black holes. copyright 1997 The American Physical Society

  8. STRING v10

    DEFF Research Database (Denmark)

    Szklarczyk, Damian; Franceschini, Andrea; Wyder, Stefan

    2015-01-01

    , and the available data exhibit notable differences in terms of quality and completeness. The STRING database (http://string-db.org) aims to provide a critical assessment and integration of protein-protein interactions, including direct (physical) as well as indirect (functional) associations. The new version 10...... into families at various levels of phylogenetic resolution. Further improvements in version 10.0 include a completely redesigned prediction pipeline for inferring protein-protein associations from co-expression data, an API interface for the R computing environment and improved statistical analysis...

  9. String figures as mathematics? an anthropological approach to string figure-making in oral tradition societies

    CERN Document Server

    Vandendriessche, Eric

    2015-01-01

    This book addresses the mathematical rationality contained in the making of string figures. It does so by using interdisciplinary methods borrowed from anthropology, mathematics, history and philosophy of mathematics. The practice of string figure-making has long been carried out in many societies, and particularly in those of oral tradition. It consists in applying a succession of operations to a string (knotted into a loop), mostly using the fingers and sometimes the feet, the wrists or the mouth. This succession of operations is intended to generate a final figure. The book explores differ

  10. Gravity from strings

    International Nuclear Information System (INIS)

    Deser, S.

    1987-01-01

    We obtain the Einstein action plus quadratic curvature corrections generated by closed bosonic, heterotic and supersymmetric strings by matching the four-graviton amplitude (to first order in the slope parameter and fourth power of momenta) with an effective local gravitational action. The resulting corrections are first shown to be of the Gauss-Bonnet form. It is then noted that, by the very nature of the slope expansion, the field-redefinition theorem applies. Consequently, only the curvature-squared term is determined, while squares of its contractions are explicitly seen not to contribute. This latter property has a generalization to all orders which implies that the effective gravitational action is unavoidably ghost-free. The properties of solutions to these corrected theories are then examined. First neglecting dilatons, we find the explicit 'Schwarzschild' metrics. Both asymptotically flat and de Sitter solutions are present. The latter are however shown to be unstable. The former have horizons and singularities which are respectively smaller and less violent than in Einstein gravity; the correct sign of the slope parameter also ensures absence of naked singularities. When dilatons are included, the cosmological vacua are gratifyingly excluded. (orig.)

  11. Observational constraints on the types of cosmic strings

    International Nuclear Information System (INIS)

    Sazhina, Olga S.; Sazhin, Mikhail V.; Scognamiglio, Diana

    2014-01-01

    This paper is aimed at setting observational limits to the number of cosmic strings (Nambu-Goto, Abelian-Higgs, semilocal) and other topological defects (textures). Radio maps of CMB anisotropy, provided by the space mission Planck for various frequencies, were filtered and then processed by the method of convolution with modified Haar functions (MHF) to search for cosmic string candidates. This method was designed to search for solitary strings, without additional assumptions as regards the presence of networks of such objects. The sensitivity of the MHF method is δT ∼ 10 μK in a background of δT ∼ 100 μK. The comparison of these with previously known results on search string network shows that strings can only be semilocal in the range of 1 / 5, with the upper restriction on individual string tension (linear density) of Gμ/c 2 ≤ 7.36 x 10 -7 . The texture model is also legal. There are no strings with Gμ/c 2 > 7.36 x 10 -7 . However, a comparison with the data for the search of non-Gaussian signals shows that the presence of several (up to three) Nambu-Goto strings is also possible. For Gμ/c 2 ≤ 4.83 x 10 -7 the MHF method is ineffective because of unverifiable spurious string candidates. Thus the existence of strings with tensions Gμ/c 2 ≤ 4.83 x 10 -7 is not prohibited but it is beyond the Planck data possibilities. The same string candidates have been found in the WMAP 9-year data. Independence of Planck and WMAP data sets serves as an additional argument to consider those string candidates as very promising. However, the final proof should be given by optical deep surveys. (orig.)

  12. Gauge and general covariance of string interactions

    International Nuclear Information System (INIS)

    Das, S.R.

    1986-01-01

    All fundamental interactions at observable energies seem to arise out of local symmetries - gauge invariances and general coordinate invariance. In usual field theories of point particles these invariances are postulated a priori: the idea is to deduce everything else from the symmetry group and the representation content of the matter fields. In string theories, the situation is rather different. Here the basic principle is reparametrization invariance on the world sheet swept out by the string. The authors consider the simplest string models-those defined on flat Minkowski space-time. The transverse oscillations of the string lead to an infinite tower of modes which may be thought of as the ''particles'' constituting the string. The interacting string theory is defined, in the first quantized formulation, by specifying the interaction of these modes with the string. These interaction vertices must satisfy a basic requirement: when any dual amplitude is factorized only physical states (i.e. those satisfying the Virasoro conditions) must occur as on-mass-shell intermediate states. This means that the vertices respect the reparametrization invariance of the world sheet, since it is this symmetry which eliminates ghost states by virtue of Virasoro conditions

  13. A Platonic Sextet for Strings

    Science.gov (United States)

    Schaffer, Karl

    2012-01-01

    The use of traditional string figures by the Dr. Schaffer and Mr. Stern Dance Ensemble led to experimentation with polyhedral string constructions. This article presents a series of polyhedra made with six loops of three colors which sequence through all the Platonic Solids.

  14. Ultrasensitive string-based temperature sensors

    DEFF Research Database (Denmark)

    Larsen, Tom; Schmid, Silvan; Gronberg, L.

    2011-01-01

    Resonant strings are a promising concept for ultra sensitive temperature detection. We present an analytical model for the sensitivity with which we optimize the temperature response of resonant strings by varying geometry and material. The temperature sensitivity of silicon nitride and aluminum ...

  15. IDE Support of String-Embedded Languages

    Directory of Open Access Journals (Sweden)

    S. Grigorev

    2014-01-01

    Full Text Available Complex information systems are often implemented by using more than one programming language. Sometimes this variety takes a form of one host and one or few string-embedded languages. Textual representation of clauses in a string-embedded language is built at run time by a host program and then analyzed, compiled or interpreted by a dedicated runtime component (database, web browser etc. Most general-purpose programming languages may play the role of the host; one of the most evident examples of the string-embedded language is the dynamic SQL which was specified in ISO SQL standard and is supported by the majority of DBMS. Standard IDE functionality such as code completion or syntax highlighting can really helps the developers who use this technique. There are several tools providing this functionality, but they all process only one concrete string-embedded language and cannot be easily extended for supporting another language. We present a platform which allows to easily create tools for string-embedded language processing.

  16. Electric magnetic duality in string theory

    International Nuclear Information System (INIS)

    Sen, A.

    1992-07-01

    The electric-magnetic duality transformation in four dimensional heterotic string theory discussed by Shapere, Trivedi and Wilczek is shown to be an exact symmetry of the equations of motion of low energy effective field theory even after including the scalar and the vector fields, arising due to compactification, in the effective field theory. Using this duality transformation we construct rotating black hole solutions in the effective field theory carrying both electric and magnetic charges. The spectrum of extremal magnetically charged black holes turn out to be similar to that of electrically charged elementary string excitations lying on the leading Regge trajectory. We also discuss the possibility that the duality symmetry is an exact symmetry of the full string theory under which electrically charged elementary string excitations get exchanged with magnetically charged soliton like solutions. This proposal might be made concrete following the suggestion of Dabholkar et. al. that fundamental strings may be regarded as soliton like classical solutions in the effective field theory. (author). 20 refs

  17. String theory or field theory?

    International Nuclear Information System (INIS)

    Marshakov, A.V.

    2002-01-01

    The status of string theory is reviewed, and major recent developments - especially those in going beyond perturbation theory in the string theory and quantum field theory frameworks - are analyzed. This analysis helps better understand the role and place of experimental phenomena, it is emphasized that there are some insurmountable problems inherent in it - notably the impossibility to formulate the quantum theory of gravity on its basis - which prevent it from being a fundamental physical theory of the world of microscopic distances. It is this task, the creation of such a theory, which string theory, currently far from completion, is expected to solve. In spite of its somewhat vague current form, string theory has already led to a number of serious results and greatly contributed to progress in the understanding of quantum field theory. It is these developments, which are our concern in this review [ru

  18. Topological Strings and Integrable Hierarchies

    CERN Document Server

    Aganagic, M; Klemm, A D; Marino, M; Vafa, C; Aganagic, Mina; Dijkgraaf, Robbert; Klemm, Albrecht; Marino, Marcos; Vafa, Cumrun

    2006-01-01

    We consider the topological B-model on local Calabi-Yau geometries. We show how one can solve for the amplitudes by using W-algebra symmetries which encodes the symmetries of holomorphic diffeomorphisms of the Calabi-Yau. In the highly effective fermionic/brane formulation this leads to a free fermion description of the amplitudes. Furthermore we argue that topological strings on Calabi-Yau geometries provide a unifying picture connecting non-critical (super)strings, integrable hierarchies, and various matrix models. In particular we show how the ordinary matrix model, the double scaling limit of matrix models, and Kontsevich-like matrix model are all related and arise from studying branes in specific local Calabi-Yau three-folds. We also show how A-model topological string on P^1 and local toric threefolds (and in particular the topological vertex) can be realized and solved as B-model topological string amplitudes on a Calabi-Yau manifold.

  19. Electron string phenomenon: physics and use

    International Nuclear Information System (INIS)

    Donets, Evgeny D

    2004-01-01

    Electron string phenomenon arises as a result of phase transition of a state of multiply reflected electron beam to this new discovered state of one component electron plasma and can be easily observed in the reflex mode of EBIS operation. The transition goes via a strong instability, which causes considerable electron energy spread, which in its turn suppresses the instability. Electron string state is a stationary state of hot pure electron plasma, which is heated by injected electron beam and cooled because of electron loses. Electron string is quiet in broad regions of experimental parameters, so that it is used for confinement and ionization of positive ions by electron impact to highly charge states similar to electron beams in EBIS. Application of electron strings instead of electron beams for ion production allows to save about 99% of electric power of electron beam and simultaneously to improve reliability of an ion source considerably. The JINR EBIS 'Krion-2' in the string mode of operation is used for production of N 7+ , Ar 16+ and Fe 24+ ion beams and their acceleration to relativistic energies on the facility of the JINR super conducting one turn injection synchrotron 'Nuklotron'. The tubular electron string possibly can exist and it is under study now theoretically and experiments are prepared now. Estimations show that a Tubular Electron String Ion Source (TESIS) could have up to three orders of magnitude higher ion output then a Linear one (LESIS). In frames of nuclear astrophysics electron strings can be used for research of fusion nuclear reactions at low energies in conditions when both beam and target nuclei do not carry orbital electrons. The project NARITA - Nuclear Astrophysics Researches in an Ion Trap Apparatus is proposed. Polarization effects also can be studied

  20. Electron string phenomenon: physics and use

    Science.gov (United States)

    Donets, Evgeny D.

    2004-01-01

    Electron string phenomenon arises as a result of phase transition of a state of multiply reflected electron beam to this new discovered state of one component electron plasma and can be easily observed in the reflex mode of EBIS operation. The transition goes via a strong instability, which causes considerable electron energy spread, which in its turn suppresses the instability. Electron string state is a stationary state of hot pure electron plasma, which is heated by injected electron beam and cooled because of electron loses. Electron string is quiet in broad regions of experimental parameters, so that it is used for confinement and ionization of positive ions by electron impact to highly charge states similar to electron beams in EBIS. Application of electron strings instead of electron beams for ion production allows to save about 99% of electric power of electron beam and simultaneously to improve reliability of an ion source considerably. The JINR EBIS `Krion-2' in the string mode of operation is used for production of N7+, Ar16+ and Fe24+ ion beams and their acceleration to relativistic energies on the facility of the JINR super conducting one turn injection synchrotron `Nuklotron'. The tubular electron string possibly can exist and it is under study now theoretically and experiments are prepared now. Estimations show that a Tubular Electron String Ion Source (TESIS) could have up to three orders of magnitude higher ion output then a Linear one (LESIS). In frames of nuclear astrophysics electron strings can be used for research of fusion nuclear reactions at low energies in conditions when both beam and target nuclei do not carry orbital electrons. The project NARITA — Nuclear Astrophysics Researches in an Ion Trap Apparatus is proposed. Polarization effects also can be studied.

  1. Rotating and orbiting strings in Dp-brane background

    Energy Technology Data Exchange (ETDEWEB)

    Biswas, Sagar; Panigrahi, Kamal L. [Department of Physics, Indian Institute of Technology Kharagpur,721302, Kharagpur (India)

    2015-03-04

    We probe the open fundamental strings in Dp-brane (p=1, 3, 5) backgrounds and find new classes of rotating and orbiting string solutions. We show that for various worldsheet embedding ansatz we get solutions of the string equations of motion that correspond to the well known giant magnon and single spikes, in addition to few new solutions corresponding to the orbiting strings. We make a systematic study of both rigidly rotating and orbiting strings in D1, D3 and D5-brane backgrounds.

  2. Differentiating G-inflation from string gas cosmology using the effective field theory approach

    Energy Technology Data Exchange (ETDEWEB)

    He, Minxi; Liu, Junyu; Lu, Shiyun; Cai, Yi-Fu [CAS Key Laboratory for Research in Galaxies and Cosmology, Department of Astronomy, University of Science and Technology of China, Chinese Academy of Sciences, Hefei, Anhui 230026 (China); Zhou, Siyi; Wang, Yi [Department of Physics, The Hong Kong University of Science and Technology, Clear Water Bay, Kowloon, Hong Kong (China); Brandenberger, Robert, E-mail: hmxz0@mail.ustc.edu.cn, E-mail: jliu2@caltech.edu, E-mail: shiyun@mail.ustc.edu.cn, E-mail: zhousiyi1@gmail.com, E-mail: yifucai@ustc.edu.cn, E-mail: phyw@ust.hk, E-mail: rhb@physics.mcgill.ca [Department of Physics, McGill University, Montréal, Quebec H3A 2T8 (Canada)

    2016-12-01

    A characteristic signature of String Gas Cosmology is primordial power spectra for scalar and tensor modes which are almost scale-invariant but with a red tilt for scalar modes but a blue tilt for tensor modes. This feature, however, can also be realized in the so-called G-inflation model, in which Horndeski operators are introduced which leads to a blue tensor tilt by softly breaking the Null Energy Condition. In this article we search for potential observational differences between these two cosmologies by performing detailed perturbation analyses based on the Effective Field Theory approach. Our results show that, although both two models produce blue tilted tensor perturbations, they behave differently in three aspects. Firstly, String Gas Cosmology predicts a specific consistency relation between the index of the scalar modes n {sub s} and that of tensor ones n {sub t} , which is hard to be reproduced by G-inflation. Secondly, String Gas Cosmology typically predicts non-Gaussianities which are highly suppressed on observable scales, while G-inflation gives rise to observationally large non-Gaussianities because the kinetic terms in the action become important during inflation. However, after finely tuning the model parameters of G-inflation it is possible to obtain a blue tensor spectrum and negligible non-Gaussianities with a degeneracy between the two models. This degeneracy can be broken by a third observable, namely the scale dependence of the nonlinearity parameter, which vanishes for G-inflation but has a blue tilt in the case of String Gas Cosmology. Therefore, we conclude that String Gas Cosmology is in principle observationally distinguishable from the single field inflationary cosmology, even allowing for modifications such as G-inflation.

  3. Fast Arc-Annotated Subsequence Matching in Linear Space

    DEFF Research Database (Denmark)

    Bille, Philip; Gørtz, Inge Li

    2010-01-01

    is deleted any arc with an endpoint in that base is also deleted. Arc-annotated strings where the arcs are "nested" are a natural model of RNA molecules that captures both the primary and secondary structure of these. The arc-preserving subsequence problem for nested arc-annotated strings is basic primitive...... for investigating the function of RNA molecules. Gramm et al. [ACM Trans. Algorithms 2006] gave an algorithm for this problem using O(nm) time and space, where m and n are the lengths of P and Q, respectively. In this paper we present; a new algorithm using O(nm) time and O(n+m,) space, thereby matching...... the previous time bound while significantly reducing the space from a quadratic term to linear. This is essential to process large RNA molecules where the space is a likely to be a bottleneck. To obtain our result we introduce several novel ideas which may be of independent interest for related problems on arc...

  4. Bonder for Solar-Cell Strings

    Science.gov (United States)

    Garwood, G.; Frasch, W.

    1982-01-01

    String bonder for solar-cell arrays eliminates tedious manual assembly procedure that could damage cell face. Vacuum arm picks up face-down cell from cell-inverting work station and transfers it to string conveyor without changing cell orientation. Arm is activated by signal from microprocessor.

  5. Deformations of topological open strings

    NARCIS (Netherlands)

    Hofman, C.; Ma, Whee Ky

    Deformations of topological open string theories are described, with an emphasis on their algebraic structure. They are encoded in the mixed bulk-boundary correlators. They constitute the Hochschild complex of the open string algebra - the complex of multilinear maps on the boundary Hilbert space.

  6. Symmetries and Interactions in Matrix String Theory

    NARCIS (Netherlands)

    Hacquebord, F.H.

    1999-01-01

    This PhD-thesis reviews matrix string theory and recent developments therein. The emphasis is put on symmetries, interactions and scattering processes in the matrix model. We start with an introduction to matrix string theory and a review of the orbifold model that flows out of matrix string theory

  7. String dynamics in QCD

    International Nuclear Information System (INIS)

    Gervais, J.L.; Neveu, A.

    1980-01-01

    Recent works of the authors on string interpretation of the Wilson loop operators in QCD are reviewed in a self-contained fashion. Although most of the results habe already appeared in print, some new material is presented in renormalization of the Wilson loop operator and on the use of light-cone expansion to derive a linear string-like equation in light-cone formalism. (orig.)

  8. Perturbative string theory in BRST invariant formalism

    International Nuclear Information System (INIS)

    Di Vecchia, P.; Hornfeck, K.; Frau, M.; Lerda, A.

    1988-01-01

    In this talk we present a constructive and very explicit way of calculating multiloop amplitudes in string theories. The main ingredients are the BRST invariant N String Vertex and the BRST invariant twisted propagator. This approach naturally leads to the Schottky parametrization of moduli space in terms of multipliers and fixed points of the g projective transformations which characterize a Riemann surface of genus g. The complete expression (including measure) of the multiloop corrections to the N String Vertex for the bosonic string is exhibited. (orig.)

  9. Two-loop string theory on null compactifications

    International Nuclear Information System (INIS)

    Cove, Henry C.D.; Szabo, Richard J.

    2006-01-01

    We compute the two-loop contributions to the free energy in the null compactification of perturbative string theory at finite temperature. The cases of bosonic, type II and heterotic strings are all treated. The calculation exploits an explicit reductive parametrization of the moduli space of infinite-momentum frame string worldsheets in terms of branched cover instantons. Various arithmetic and physical properties of the instanton sums are described. Applications to symmetric product orbifold conformal field theories and to the matrix string theory conjecture are also briefly discussed

  10. String-mediated electroweak baryogenesis a critical analysis

    CERN Document Server

    Cline, J M; Moore, G D; Riotto, Antonio; Cline, Jim; Espinosa, Jose; Moore, Guy D.; Riotto, Antonio

    1999-01-01

    We study the scenario of electroweak baryogenesis mediated by nonsuperconducting cosmic strings. This idea relies upon electroweak symmetry being restored in a region around the core of the topological defect so that, within this region, the rate of baryon number violation is enhanced. We compute numerically how effectively baryon number is violated along a cosmic string, at an epoch when the baryon number violation rate elsewhere is negligible. We show that B-violation along nonsuperconducting strings is quite inefficient. When proper accounting is taken of the velocity dependence of the baryon number production by strings, it proves too small to explain the observed abundance by at least ten orders of magnitude, whether the strings are in the friction dominated or the scaling regime.

  11. Large-D gravity and low-D strings.

    Science.gov (United States)

    Emparan, Roberto; Grumiller, Daniel; Tanabe, Kentaro

    2013-06-21

    We show that in the limit of a large number of dimensions a wide class of nonextremal neutral black holes has a universal near-horizon limit. The limiting geometry is the two-dimensional black hole of string theory with a two-dimensional target space. Its conformal symmetry explains the properties of massless scalars found recently in the large-D limit. For black branes with string charges, the near-horizon geometry is that of the three-dimensional black strings of Horne and Horowitz. The analogies between the α' expansion in string theory and the large-D expansion in gravity suggest a possible effective string description of the large-D limit of black holes. We comment on applications to several subjects, in particular to the problem of critical collapse.

  12. Field theory of relativistic strings: I. Trees

    International Nuclear Information System (INIS)

    Kaku, M.; Kikkawa, K.

    1985-01-01

    The authors present an entirely new kind of field theory, a field theory quantized not at space-time points, but quantized along an extended set of multilocal points on a string. This represents a significant departure from the usual quantum field theory, whose free theory represents a definite set of elementary particles, because the field theory on relativistic strings can accommodate an infinite set of linearly rising Regge trajectories. In this paper, the authors (1) present canonical quantization and the Green's function of the free string, (2) introduce three-string interactions, (3) resolve the question of multiple counting, (4) complete the counting arguments for all N-point trees, and (5) introduce four-string interactions which yield a Yang-Mills structure when the zero-slope limit is taken

  13. Gravitational effects of cosmic strings in Friedmann universes

    International Nuclear Information System (INIS)

    Veeraraghavan, S.

    1988-01-01

    Cosmic strings have been invoked recently as a possible source of the primordial density fluctuations in matter which gave rise to large-scale structure by the process of gravitational collapse. If cosmic strings did indeed seed structure formation then they would also leave an observable imprint upon the microwave and gravitational wave backgrounds, and upon structure on the very largest scales. In this work, the energy-momentum tensor appropriate to a cosmic string configuration in the flat Friedmann universe is first obtained and then used in the linearized Einstein equations to obtain the perturbations of the background space-time and the ambient matter. The calculation is full self-consistent to linear order because it takes into account compensation, or the response of the ambient matter density field to the presence of the string configuration, and is valid for an arbitrarily curved and moving configuration everywhere except very close to a string segment. The single constraint is that the dimensionless string tension Gμ/c 2 must be small compared to unity, but this condition is satisfied in any theory that leads to strings of cosmological relevance. The gravitational wave spectrum and the microwave background temperature fluctuations from a single infinite straight and static string are calculated. The statistically expected fluctuations from an ensemble of such strings with a mean density equal to that found in computer simulations of the evolution of string networks is also calculated. These fluctuations are compared with the observational data on the microwave background to constrain Gμ. Lastly, the role of infinite strings in the formation of the large-scale structure on scales of tens of Megaparsecs observed in deep redshift surveys is examined

  14. String Theory in a Nutshell

    International Nuclear Information System (INIS)

    Skenderis, Kostas

    2007-01-01

    The book 'String Theory in a Nutshell' by Elias Kiritsis provides a comprehensive introduction to modern string theory. String theory is the leading candidate for a theory that successfully unifies all fundamental forces of nature, including gravity. The subject has been continuously developing since the early 1970s, with classic textbooks on the subject being those of Green, Schwarz and Witten (1987) and Polchinski (1998). Since the latter was published there have been substantial developments, in particular in understanding black holes and gravity/gauge theory dualities. A textbook treatment of this important material is clearly needed, both by students and researchers in string theory and by mathematicians and physicists working in related fields. This book has a good selection of material, starting from basics and moving into classic and modern topics. In particular, Kiritsis' presentation of the basic material is complementary to that of the earlier textbooks and he includes a number of topics which are not easily found or covered adequately elsewhere, for example, loop corrections to string effective couplings. Overall the book nicely covers the major advances of the last ten years, including (non-perturbative) string dualities, black hole physics, AdS/CFT and matrix models. It provides a concise but fairly complete introduction to these subjects which can be used both by students and by researchers. Moreover the emphasis is on results that are reasonably established, as is appropriate for a textbook; concise summaries are given for subjects which are still in flux, with references to relevant reviews and papers. A positive feature of the book is that the bibliography sections at the end of each chapter provide a comprehensive guide to the literature. The bibliographies point to reviews and pedagogical papers on subjects covered in this book as well as those that were omitted. It is rare for a textbook to contain such a self-contained and detailed guide to

  15. Perceiving the affordance of string tension for power strokes in badminton: expertise allows effective use of all string tensions.

    Science.gov (United States)

    Zhu, Qin

    2013-01-01

    Affordances mean opportunities for action. These affordances are important for sports performance and relevant to the abilities developed by skilled athletes. In racquet sports such as badminton, different players prefer widely different string tension because it is believed to provide opportunities for effective strokes. The current study examined whether badminton players can perceive the affordance of string tension for power strokes and whether the perception of affordance itself changed as a function of skill level. The results showed that string tension constrained the striking performance of both novice and recreational players, but not of expert players. When perceptual capability was assessed, perceptual mode did not affect perception of the optimal string tension. Skilled players successfully perceived the affordance of string tension, but only experts were concerned about saving energy. Our findings demonstrated that perception of the affordance of string tension in badminton was determined by action abilities. Furthermore, experts could adjust the action to maintain a superior level of performance based on the perception of affordance.

  16. String Theory Volume 1: An Introduction to the Bosonic String and Volume 2: Superstring Theory and Beyond

    Energy Technology Data Exchange (ETDEWEB)

    Carlip, S [Department of Physics, University of California, Davis, CA 95616 (United States)

    2006-10-21

    The early 1980s, when I first learned theory, were desperate times for graduate students. We searched frantically for coherent introductions, passing tattered copies of review articles around like samizdat, struggling over obscure references to ancient models of strong interactions, and flocking to lectures-not least those by Joe Polchinski-that promised to really explain what was going on. If only this book had been around, it would have saved much grief. Volume I, The Bosonic String, offers a clear and well organized introduction to bosonic string theory. Topics range from the 'classical' (spectra, vertex operators, consistency conditions, etc.) to the 'modern' (D-branes first appear in an exercise at the end of chapter 1, noncommutative geometry shows up in chapter 8). Polchinski does not hesitate to discuss sophisticated matters-path integral measures, BRST symmetries, etc.-but his approach is pedagogical, and his writing is lucid, if sometimes a bit terse. Chapters end with problems that are sometimes difficult but never impossible. A very useful annotated bibliography directs readers to resources for further study, and a nearly 30-page glossary provides short but clear definitions of key terms. There is much here that will appeal to relativists. Polchinski uses the covariant Polyakov path integral approach to quantization from early on; he clearly distinguishes Weyl invariance from conformal invariance; he is appropriately careful about using complex coordinates on topologically nontrivial manifolds; he keeps the string world sheet metric explicit at the start instead of immediately hiding it by a gauge choice. Volume II includes an elegant introduction to anticommuting coordinates and superconformal transformations. A few conventions may cause confusion-%, Polchinski's stress-energy tensor, for instance, differs from the standard general relativistic definition by a factor of -2{pi}, and while this is briefly mentioned in the text

  17. The tension as perturbative parameter in string theory

    International Nuclear Information System (INIS)

    Gamboa, J.

    1990-01-01

    We propose an approach to string theory where the zero theory is the null string. We find an explicit form of the propagator for the null string in the momentum space. We show that considering the tension as perturbative parameter, the perturbative series is completely summable and we find the propagator of the bosonic open string with tension T. (author) [pt

  18. STRING v9.1

    DEFF Research Database (Denmark)

    Franceschini, A.; Simonovic, M.; Roth, A.

    2013-01-01

    for certain model organisms and functional systems. Currently, protein interactions and associations are annotated at various levels of detail in online resources, ranging from raw data repositories to highly formalized pathway databases. For many applications, a global view of all the available interaction...... data is desirable, including lower-quality data and/or computational predictions. The STRING database (http://string-db.org/) aims to provide such a global perspective for as many organisms as feasible. Known and predicted associations are scored and integrated, resulting in comprehensive protein...... networks covering >1100 organisms. Here, we describe the update to version 9.1 of STRING, introducing several improvements: (i) we extend the automated mining of scientific texts for interaction information, to now also include full-text articles; (ii) we entirely re-designed the algorithm for transferring...

  19. The issue of supersymmetry breaking in strings

    International Nuclear Information System (INIS)

    Binetruy, P.

    1989-12-01

    We discuss the central role that supersymmetry plays in string models, both in spacetime and at the level of the string world-sheet. The problems associated with supersymmetry-breaking are reviewed together with some of the attempts to solve them, in the string as well as the field theory approach

  20. Apparatus and method for vibrating a casing string during cementing

    International Nuclear Information System (INIS)

    Rankin, R.E.; Rankin, K.T.

    1992-01-01

    This patent describes a method of cementing a string of casing in a well. It comprises: securing a vibrating device into the string of casing near the lower end of the string of casing; lowering the string of casing into the well to the desired depth; pumping a cement slurry down the string of casing; causing a portion of the cement slurry being pumped down the string of casing to vibrate the vibrating device; and wherein the vibrating device is secured in the string of casing by cementing the vibrating device within a sub, then securing the sub into the string of casing prior to lowering the string of casing into the well

  1. Tensor constructions of open string theories. I. Foundations

    International Nuclear Information System (INIS)

    Gaberdiel, M.R.; Zwiebach, B.

    1997-01-01

    The possible tensor constructions of open string theories are analyzed from first principles. To this end the algebraic framework of open string field theory is clarified, including the role of the homotopy associative A ∞ algebra, the odd symplectic structure, cyclicity, star conjugation, and twist. It is also shown that two string theories are off-shell equivalent if the corresponding homotopy associative algebras are homotopy equivalent in a strict sense. It is demonstrated that a homotopy associative star algebra with a compatible even bilinear form can be attached to an open string theory. If this algebra does not have a space-time interpretation, positivity and the existence of a conserved ghost number require that its cohomology is at degree zero, and that it has the structure of a direct sum of full matrix algebras. The resulting string theory is shown to be physically equivalent to a string theory with a familiar open string gauge group. (orig.)

  2. BPS dynamics of the triple (p,q) string junction

    International Nuclear Information System (INIS)

    Rey, S.-J.; Yee, J.-T.

    1998-01-01

    We study the dynamics of the triple junction of (p,q) strings in type IIB string theory. We probe the tension and mass density of (p,q) strings by studying harmonic fluctuations of the triple junction. We show that they agree perfectly with the BPS formula provided a suitable geometric interpretation of the junction is given. We provide a precise statement of the BPS limit and force-balance property. At weak coupling and sufficiently dense limit, we argue that a (p,q) string embedded in the string network is a 'wiggly string', whose low-energy dynamics can be described via a renormalization group evolved, smooth effective non-relativistic string. We also suggest the possibility that, upon type IIB strings being promoted to the M-theory membrane, there can exist 'evanescent' bound-states at the triple junction in the continuum. (orig.)

  3. Diffusion of massive particles around an Abelian-Higgs string

    Science.gov (United States)

    Saha, Abhisek; Sanyal, Soma

    2018-03-01

    We study the diffusion of massive particles in the space time of an Abelian Higgs string. The particles in the early universe plasma execute Brownian motion. This motion of the particles is modeled as a two dimensional random walk in the plane of the Abelian Higgs string. The particles move randomly in the space time of the string according to their geodesic equations. We observe that for certain values of their energy and angular momentum, an overdensity of particles is observed close to the string. We find that the string parameters determine the distribution of the particles. We make an estimate of the density fluctuation generated around the string as a function of the deficit angle. Though the thickness of the string is small, the length is large and the overdensity close to the string may have cosmological consequences in the early universe.

  4. Confinement and strings in MQCD

    International Nuclear Information System (INIS)

    Hanany, A.; Strassler, M.J.; Zaffaroni, A.

    1998-01-01

    We study aspects of confinement in the M-theory fivebrane version of QCD (MQCD). We show heavy quarks are confined in hadrons (which take the form of membrane-fivebrane bound states) for N=1 and softly broken N=2 SU(N) MQCD. We explore and clarify the transition from the exotic physics of the latter to the standard physics of the former. In particular, the many strings and quark-antiquark mesons found in N=2 field theory by Douglas and Shenker are reproduced. It is seen that in the N=1 limit all but one such meson disappears while all of the strings survive. The strings of softly broken N=2, N=1, and even non-supersymmetric SU(N) MQCD have a common ratio for their tensions as a function of the amount of flux they carry. We also comment on the almost BPS properties of the Douglas-Shenker strings and discuss the brane picture for monopole confinement on N=2 QCD Higgs branches. (orig.)

  5. String Formation Beyond Leading Colour

    CERN Document Server

    Christiansen, Jesper R.

    2015-08-03

    We present a new model for the hadronisation of multi-parton systems, in which colour correlations beyond leading $N_C$ are allowed to influence the formation of confining potentials (strings). The multiplet structure of $SU(3)$ is combined with a minimisation of the string potential energy, to decide between which partons strings should form, allowing also for "baryonic" configurations (e.g., two colours can combine coherently to form an anticolour). In $e^+e^-$collisions, modifications to the leading-colour picture are small, suppressed by both colour and kinematics factors. But in $pp$ collisions, multi-parton interactions increase the number of possible subleading connections, counteracting their naive $1/N_C^2$ suppression. Moreover, those that reduce the overall string lengths are kinematically favoured. The model, which we have implemented in the PYTHIA 8 generator, is capable of reaching agreement not only with the important $\\left(n_\\mathrm{charged})$ distribution but also with measured rates (and ra...

  6. Relativistic string dynamics and its connection with hadron physics

    International Nuclear Information System (INIS)

    Barbashov, B.M.; Nesterenko, V.V.

    1976-01-01

    Physical reasons for using the relativistic string as a hadron model are briefly discussed. The classical and quantum dynamics of the string which is the first example of a relativistic elongated object are presented. The connection between the string and the dual-resonance models, together with the Born-Infeld field model is indicated. As it turned out from the study of the string behaviour in a constant electromagnetic field, even in the classical theory states with the negative square of the string mass - tachyons - appear. As an illustration, a series of examples of classical motion of a free string and a string in an external electromagnetic field from a given initial state is presented

  7. Sigma models and renormalization of string loops

    International Nuclear Information System (INIS)

    Tseytlin, A.A.

    1989-05-01

    An extension of the ''σ-model β-functions - string equations of motion'' correspondence to the string loop level is discussed. Special emphasis is made on how the renormalization group acts in string loops and, in particular, on the renormalizability property of the generating functional Z-circumflex for string amplitudes (related to the σ model partition function integrated over moduli). Renormalization of Z-circumflex at one and two loop order is analyzed in some detail. We also discuss an approach to renormalization based on operators of insertion of topological fixtures. (author). 70 refs

  8. Non-perturbative topological strings and conformal blocks

    NARCIS (Netherlands)

    Cheng, M.C.N.; Dijkgraaf, R.; Vafa, C.

    2011-01-01

    We give a non-perturbative completion of a class of closed topological string theories in terms of building blocks of dual open strings. In the specific case where the open string is given by a matrix model these blocks correspond to a choice of integration contour. We then apply this definition to

  9. Open Wilson lines as states of closed string

    International Nuclear Information System (INIS)

    Murakami, Koichi; Nakatsu, Toshio

    2003-01-01

    A system of a D-brane in bosonic string theory on a constant B field background is studied in order to obtain further insight into the bulk-boundary duality. Boundary states which describe arbitrary numbers of open-string tachyons and gluons are given. The UV behavior of field theories on the non-commutative world-volume is investigated by using these states. We take the zero-slope limits of the generating functions of one-loop amplitudes of gluons (and open-string tachyons) in which the region of the small open-string proper time is magnified. The existence of a B field allows the limits to be slightly different from the standard field theory limits of a closed-string. These limits enable us to obtained world-volume theories at a trans-string scale. In this limit the generating functions are shown to be factorized into two curved open Wilson lines (and their analogues) and become integrals on the space of paths with a Gaussian distribution around straight lines. These facts indicate the possibility that field theories on the non-commutative world-volume are topological at such a trans-string scale. We also give a proof of the Dhar-Kitazawa conjecture by determining an explicit correspondence between the closed-string states and the paths. Momentum eigenstates of closed-string or momentum loops also play an important role in these analyses. (author)

  10. A Yang-Mills structure for string field theory

    International Nuclear Information System (INIS)

    Tsousheung Tsun

    1990-01-01

    String theorists believe that one way to achieve a fully quantized theory of string is through string field theory. The other way is to study conformal field theory on Riemann surfaces of different genera, which is the subject of many of the talks at this Conference. In a way, string field theory is the more conservative approach, since it aims just to replace the spacetime points of conventional quantum field theory by string, which are extended objects. However, from this point of view string theory has one rather unsatisfactory aspect, in the sense that although it has been very well developed and minutely studied, we are still rather unclear about its basic structure. We can contrast this to both general relativity, which is based on the geometry of spacetime, and to gauge theory, which is about the structure of various natural bundles over spacetime. And yet string theory is supposed to embody both these two essentially geometric theories. To paraphrase Witten, in string theory we seem to have to work backwards to get at the still unknown basic structure. Some joint work with Chan Hong-Mo is reported in an attempt to gain some understanding in that general direction. It seems that one could in some sense consider string field theory as a generalized Yang-Mills theory. This idea is explored. (author)

  11. String Theory Volume 1: An Introduction to the Bosonic String and Volume 2: Superstring Theory and Beyond

    International Nuclear Information System (INIS)

    Carlip, S

    2006-01-01

    The early 1980s, when I first learned theory, were desperate times for graduate students. We searched frantically for coherent introductions, passing tattered copies of review articles around like samizdat, struggling over obscure references to ancient models of strong interactions, and flocking to lectures-not least those by Joe Polchinski-that promised to really explain what was going on. If only this book had been around, it would have saved much grief. Volume I, The Bosonic String, offers a clear and well organized introduction to bosonic string theory. Topics range from the 'classical' (spectra, vertex operators, consistency conditions, etc.) to the 'modern' (D-branes first appear in an exercise at the end of chapter 1, noncommutative geometry shows up in chapter 8). Polchinski does not hesitate to discuss sophisticated matters-path integral measures, BRST symmetries, etc.-but his approach is pedagogical, and his writing is lucid, if sometimes a bit terse. Chapters end with problems that are sometimes difficult but never impossible. A very useful annotated bibliography directs readers to resources for further study, and a nearly 30-page glossary provides short but clear definitions of key terms. There is much here that will appeal to relativists. Polchinski uses the covariant Polyakov path integral approach to quantization from early on; he clearly distinguishes Weyl invariance from conformal invariance; he is appropriately careful about using complex coordinates on topologically nontrivial manifolds; he keeps the string world sheet metric explicit at the start instead of immediately hiding it by a gauge choice. Volume II includes an elegant introduction to anticommuting coordinates and superconformal transformations. A few conventions may cause confusion-%, Polchinski's stress-energy tensor, for instance, differs from the standard general relativistic definition by a factor of -2π, and while this is briefly mentioned in the text, it could easily be missed

  12. Confusing the heterotic string

    Science.gov (United States)

    Benett, D.; Brene, N.; Mizrachi, Leah; Nielsen, H. B.

    1986-10-01

    A confusion mechanism is proposed as a global modification of the heterotic string model. It envolves a confusion hypersurface across which the two E 8's of the heterotic string are permuted. A remarkable numerical coincidence is found which prevents an inconsistency in the model. The low energy limit of this theory (after compactification) is typically invariant under one E 8 only, thereby removing the shadow world from the original model.

  13. Manipulating Strings in Python

    Directory of Open Access Journals (Sweden)

    William J. Turkel

    2012-07-01

    Full Text Available This lesson is a brief introduction to string manipulation techniques in Python. Knowing how to manipulate strings plays a crucial role in most text processing tasks. If you’d like to experiment with the following lessons, you can write and execute short programs as we’ve been doing, or you can open up a Python shell / Terminal to try them out on the command line.

  14. Pre-geometrical field theory of the open string

    International Nuclear Information System (INIS)

    Nojiri, M.M.; Nojiri, Shin'ichi

    1988-01-01

    We propose a gauge invariant, background independent string action, which contains open and closed string fields and no kinetic terms. The kinetic term is generated through the condensation of the string fields, which is the solution of the equations of motion. We solve the equations and show that the action is classically equivalent to the open string action proposed by Hata et al. (orig.)

  15. Cool Runnings For String 2

    CERN Multimedia

    2001-01-01

    String 2 is a series of superconducting magnets that are prototypes of those which will be installed in the LHC. It was cooled down to 1.9 Kelvin on September 14th. On Thursday last week, the dipoles of String 2 were successfully taken to nominal current, 11850 A.

  16. Symmetry breaking in string theory

    International Nuclear Information System (INIS)

    Potting, R.

    1998-01-01

    A mechanism for a spontaneous breakdown of CPT symmetry appears in string theory, with possible implications for particle models. A realistic string theory might exhibit CPT violation at levels detectable in current or future experiments. A possible new mechanism for baryogenesis in the early Universe is also discussed

  17. Complex world-sheets from N=2 strings

    International Nuclear Information System (INIS)

    Barbon, J.L.F.

    1996-01-01

    We study some properties of target space strings constructed from (2,1) heterotic strings. We argue that world-sheet complexification is a general property of the bosonic sector of such target world-sheets. We give a target space interpretation of this fact and relate it to the non-gaussian nature of free string field theory. We provide several one-loop calculations supporting the stringy construction of critical world-sheets in terms of (2,1) models. Using finite-temperature boundary conditions in the underlying (2,1) string we obtain non-chiral target space spin structures, and point out some of the problems arising for chiral spin structures, such as the heterotic world-sheet. To this end, we study the torus partition function of the corresponding asymmetric orbifold of the (2,1) string. (orig.)

  18. Extended Galilean symmetries of non-relativistic strings

    Energy Technology Data Exchange (ETDEWEB)

    Batlle, Carles [Departament de Matemàtiques and IOC, Universitat Politècnica de Catalunya, EPSEVG,Av. V. Balaguer 1, E-08808 Vilanova i la Geltrú (Spain); Gomis, Joaquim; Not, Daniel [Departament de Física Quàntica i Astrofísica and Institut de Ciències del Cosmos (ICCUB),Universitat de Barcelona,Martí i Franquès 1, E-08028 Barcelona (Spain)

    2017-02-09

    We consider two non-relativistic strings and their Galilean symmetries. These strings are obtained as the two possible non-relativistic (NR) limits of a relativistic string. One of them is non-vibrating and represents a continuum of non-relativistic massless particles, and the other one is a non-relativistic vibrating string. For both cases we write the generator of the most general point transformation and impose the condition of Noether symmetry. As a result we obtain two sets of non-relativistic Killing equations for the vector fields that generate the symmetry transformations. Solving these equations shows that NR strings exhibit two extended, infinite dimensional space-time symmetries which contain, as a subset, the Galilean symmetries. For each case, we compute the associated conserved charges and discuss the existence of non-central extensions.

  19. Specifications for Managed Strings, Second Edition

    Science.gov (United States)

    2010-05-01

    const char * cstr , const size_t maxsize, const char *charset); 10 | CMU/SEI-2010-TR-018 Runtime-Constraints s shall not be a null pointer...strcreate_m function creates a managed string, referenced by s, given a conventional string cstr (which may be null or empty). maxsize specifies the...characters to those in the null-terminated byte string cstr (which may be empty). If charset is a null pointer, no restricted character set is defined. If

  20. Cosmological string theory with thermal energy

    International Nuclear Information System (INIS)

    Shiraishi, Kiyoshi.

    1988-09-01

    An attempt to construct a cosmological scenario directly from string theory is made. Cosmological string theory was presented by Antoniadis, Bachas, Ellis and Nanopoulos. They also expect loop effects on cosmological string theory. In this paper, we point out the other importance of the one-loop effect, the finite temperature effect. The equations of motion for background geometry at finite temperature is given. We address a problem on derivation of the effective action at non-zero temperature. (author)

  1. Quantum field theory of point particles and strings

    CERN Document Server

    Hatfield, Brian

    1992-01-01

    The purpose of this book is to introduce string theory without assuming any background in quantum field theory. Part I of this book follows the development of quantum field theory for point particles, while Part II introduces strings. All of the tools and concepts that are needed to quantize strings are developed first for point particles. Thus, Part I presents the main framework of quantum field theory and provides for a coherent development of the generalization and application of quantum field theory for point particles to strings.Part II emphasizes the quantization of the bosonic string.

  2. Note on closed-string interactions a la Witten

    Energy Technology Data Exchange (ETDEWEB)

    Romans, L.J.

    1987-08-20

    We consider the problem of formulating a field theory of interacting closed strings analogous to Witten's open-string field theory. Two natural candidates have been suggested for an off-shell three-string interaction vertex: one scheme involves a cyclic geometric overlap in spacetime, while the other is obtained by 'stuttering' the Fock-space realization of the open-string vertex. We demonstrate that these two approaches are in fact equivalent, utilizing the operator formalism as developed to describe Witten's theory. Implications of this result for the construction of closed-string theories are briefly discussed.

  3. Unification of type-II strings and T duality.

    Science.gov (United States)

    Hohm, Olaf; Kwak, Seung Ki; Zwiebach, Barton

    2011-10-21

    We present a unified description of the low-energy limits of type-II string theories. This is achieved by a formulation that doubles the space-time coordinates in order to realize the T-duality group O(10,10) geometrically. The Ramond-Ramond fields are described by a spinor of O(10,10), which couples to the gravitational fields via the Spin(10,10) representative of the so-called generalized metric. This theory, which is supplemented by a T-duality covariant self-duality constraint, unifies the type-II theories in that each of them is obtained for a particular subspace of the doubled space. © 2011 American Physical Society

  4. Continuing between closed and open strings

    International Nuclear Information System (INIS)

    Green, M.B.; Thorn, C.B.

    1991-01-01

    A family of dual models is defined that interpolates between the tree diagrams of non-orientable bosonic closed-string theory (which has a massless spin-2 state) and the open-string theory with no internal symmetry (in which the lowest-mass spin-2 state is massive). These models are parametrized by the intercept, Δ, of the leading Regge pole. The only models that have an infinite-dimensional conformal invariance and are consequently free of ghosts are the two familiar string theories with Δ=2 (closed strings) and Δ=1 (open strings with no internal symmetry). For arbitrary Δ the models are invariant under the finite dimensional conformal group, SO(Δ,2), which guarantees the crossing symmetry and consistent factorization of tree amplitudes. The spectrum of the level-two states is exhibited explicitly as Δ varies from 2 to 1 in order to illustrate the manner in which the graviton (the lowest-mass spin-2 state) acquires a mass. The scalar ghost generically associated with massive gravity cancels with the 'dilaton' precisely at Δ=1. (orig.)

  5. N=1 Mirror Symmetry and Open/Closed String Duality

    CERN Document Server

    Mayr, Peter

    2002-01-01

    We show that the exact N=1 superpotential of a class of 4d string compactifications is computed by the closed topological string compactified to two dimensions. A relation to the open topological string is used to define a special geometry for N=1 mirror symmetry. Flat coordinates, an N=1 mirror map for chiral multiplets and the exact instanton corrected superpotential are obtained from the periods of a system of differential equations. The result points to a new class of open/closed string dualities which map individual string world-sheets with boundary to ones without. It predicts an mathematically unexpected coincidence of the closed string Gromov-Witten invariants of one Calabi-Yau geometry with the open string invariants of the dual Calabi-Yau.

  6. Gauge coupling unification in realistic free-fermionic string models

    International Nuclear Information System (INIS)

    Dienes, K.R.; Faraggi, A.E.

    1995-01-01

    We discuss the unification of gauge couplings within the framework of a wide class of realistic free-fermionic string models which have appeared in the literature, including the flipped SU(5), SO(6)xSO(4), and various SU(3)xSU(2)xU(1) models. If the matter spectrum below the string scale is that of the Minimal Supersymmetric Standard Model (MSSM), then string unification is in disagreement with experiment. We therefore examine several effects that may modify the minimal string predictions. First, we develop a systematic procedure for evaluating the one-loop heavy string threshold corrections in free-fermionic string models, and we explicitly evaluate these corrections for each of the realistic models. We find that these string threshold corrections are small, and we provide general arguments explaining why such threshold corrections are suppressed in string theory. Thus heavy thresholds cannot resolve the disagreement with experiment. We also study the effect of non-standard hypercharge normalizations, light SUSY thresholds, and intermediate-scale gauge structure, and similarly conclude that these effects cannot resolve the disagreement with low-energy data. Finally, we examine the effects of additional color triplets and electroweak doublets beyond the MSSM. Although not required in ordinary grand unification scenarios, such states generically appear within the context of certain realistic free-fermionic string models. We show that if these states exist at the appropriate thresholds, then the gauge couplings will indeed unify at the string scale. Thus, within these string models, string unification can be in agreement with low-energy data. (orig.)

  7. Zero-point length from string fluctuations

    International Nuclear Information System (INIS)

    Fontanini, Michele; Spallucci, Euro; Padmanabhan, T.

    2006-01-01

    One of the leading candidates for quantum gravity, viz. string theory, has the following features incorporated in it. (i) The full spacetime is higher-dimensional, with (possibly) compact extra-dimensions; (ii) there is a natural minimal length below which the concept of continuum spacetime needs to be modified by some deeper concept. On the other hand, the existence of a minimal length (zero-point length) in four-dimensional spacetime, with obvious implications as UV regulator, has been often conjectured as a natural aftermath of any correct quantum theory of gravity. We show that one can incorporate the apparently unrelated pieces of information-zero-point length, extra-dimensions, string T-duality-in a consistent framework. This is done in terms of a modified Kaluza-Klein theory that interpolates between (high-energy) string theory and (low-energy) quantum field theory. In this model, the zero-point length in four dimensions is a 'virtual memory' of the length scale of compact extra-dimensions. Such a scale turns out to be determined by T-duality inherited from the underlying fundamental string theory. From a low energy perspective short distance infinities are cutoff by a minimal length which is proportional to the square root of the string slope, i.e., α ' . Thus, we bridge the gap between the string theory domain and the low energy arena of point-particle quantum field theory

  8. Experimenting with String Musical Instruments

    Science.gov (United States)

    LoPresto, Michael C.

    2012-01-01

    What follows are several investigations involving string musical instruments developed for and used in a "Science of Sound & Light" course. The experiments make use of a guitar, orchestral string instruments and data collection and graphing software. They are designed to provide students with concrete examples of how mathematical formulae, when…

  9. High-energy string-brane scattering: leading eikonal and beyond

    CERN Document Server

    D'Appollonio, Giuseppe; Russo, Rodolfo; Veneziano, Gabriele

    2010-01-01

    We extend previous techniques for calculations of transplanckian-energy string-string collisions to the high-energy scattering of massless closed strings from a stack of N Dp-branes in Minkowski spacetime. We show that an effective non-trivial metric emerges from the string scattering amplitudes by comparing them against the semiclassical dynamics of high-energy strings in the extremal p-brane background. By changing the energy, impact parameter and effective open string coupling, we are able to explore various interesting regimes and to reproduce classical expectations, including tidal-force excitations, even beyond the leading-eikonal approximation.

  10. Formation of Electron Strings in Narrow Band Polar Semiconductors

    Science.gov (United States)

    Kusmartsev, F. V.

    2000-01-01

    We show that linear electron strings may arise in polar semiconductors. A single string consists of M spinless fermions trapped by an extended polarization well of a cigar shape. Inside the string the particles are free although they interact with each other via Coulomb forces. The strings arise as a result of an electronic phase separation associated with an instability of small adiabatic polarons. We have found the length of the string which depends on dielectric constants of semiconductors. The appearance of these electron strings may have an impact on the effect of stripe formation observed in a variety of high- Tc experiments.

  11. String theory as a quantum theory of gravity

    International Nuclear Information System (INIS)

    Horowitz, G.T.

    1990-01-01

    First, the connection between string theory and gravity is discussed - at first sight the theory of strings seem to have nothing to do with gravity but an intimate connection is shown. Then the quantum perturbation expansion is discussed. Thirdly, string theory is considered as a classical theory of gravity and finally recent speculation about a phase of string theory which is independent of a spacetime metric is discussed. (author)

  12. String field theory. Algebraic structure, deformation properties and superstrings

    International Nuclear Information System (INIS)

    Muenster, Korbinian

    2013-01-01

    This thesis discusses several aspects of string field theory. The first issue is bosonic open-closed string field theory and its associated algebraic structure - the quantum open-closed homotopy algebra. We describe the quantum open-closed homotopy algebra in the framework of homotopy involutive Lie bialgebras, as a morphism from the loop homotopy Lie algebra of closed string to the involutive Lie bialgebra on the Hochschild complex of open strings. The formulation of the classical/quantum open-closed homotopy algebra in terms of a morphism from the closed string algebra to the open string Hochschild complex reveals deformation properties of closed strings on open string field theory. In particular, we show that inequivalent classical open string field theories are parametrized by closed string backgrounds up to gauge transformations. At the quantum level the correspondence is obstructed, but for other realizations such as the topological string, a non-trivial correspondence persists. Furthermore, we proof the decomposition theorem for the loop homotopy Lie algebra of closed string field theory, which implies uniqueness of closed string field theory on a fixed conformal background. Second, the construction of string field theory can be rephrased in terms of operads. In particular, we show that the formulation of string field theory splits into two parts: The first part is based solely on the moduli space of world sheets and ensures that the perturbative string amplitudes are recovered via Feynman rules. The second part requires a choice of background and determines the real string field theory vertices. Each of these parts can be described equivalently as a morphism between appropriate cyclic and modular operads, at the classical and quantum level respectively. The algebraic structure of string field theory is then encoded in the composition of these two morphisms. Finally, we outline the construction of type II superstring field theory. Specific features of the

  13. The confining trailing string

    CERN Document Server

    Kiritsis, E; Nitti, F

    2014-01-01

    We extend the holographic trailing string picture of a heavy quark to the case of a bulk geometry dual to a confining gauge theory. We compute the classical trailing confining string solution for a static as well as a uniformly moving quark. The trailing string is infinitely extended and approaches a confining horizon, situated at a critical value of the radial coordinate, along one of the space-time directions, breaking boundary rotational invariance. We compute the equations for the fluctuations around the classical solutions, which are used to obtain boundary force correlators controlling the Langevin dynamics of the quark. The imaginary part of the correlators has a non-trivial low-frequency limit, which gives rise to a viscous friction coefficient induced by the confining vacuum. The vacuum correlators are used to define finite-temperature dressed Langevin correlators with an appropriate high-frequency behavior.

  14. Topological strings from quantum mechanics

    International Nuclear Information System (INIS)

    Grassi, Alba; Marino, Marcos; Hatsuda, Yasuyuki

    2014-12-01

    We propose a general correspondence which associates a non-perturbative quantum-mechanical operator to a toric Calabi-Yau manifold, and we conjecture an explicit formula for its spectral determinant in terms of an M-theoretic version of the topological string free energy. As a consequence, we derive an exact quantization condition for the operator spectrum, in terms of the vanishing of a generalized θ function. The perturbative part of this quantization condition is given by the Nekrasov-Shatashvili limit of the refined topological string, but there are non-perturbative corrections determined by the conventional topological string. We analyze in detail the cases of local P 2 , local P 1 x P 1 and local F 1 . In all these cases, the predictions for the spectrum agree with the existing numerical results. We also show explicitly that our conjectured spectral determinant leads to the correct spectral traces of the corresponding operators, which are closely related to topological string theory at orbifold points. Physically, our results provide a Fermi gas picture of topological strings on toric Calabi-Yau manifolds, which is fully non-perturbative and background independent. They also suggest the existence of an underlying theory of M2 branes behind this formulation. Mathematically, our results lead to precise, surprising conjectures relating the spectral theory of functional difference operators to enumerative geometry.

  15. Scaling laws for nonintercommuting cosmic string networks

    International Nuclear Information System (INIS)

    Martins, C.J.A.P.

    2004-01-01

    We study the evolution of noninteracting and entangled cosmic string networks in the context of the velocity-dependent one-scale model. Such networks may be formed in several contexts, including brane inflation. We show that the frozen network solution L∝a, although generic, is only a transient one, and that the asymptotic solution is still L∝t as in the case of ordinary (intercommuting) strings, although in the present context the universe will usually be string dominated. Thus the behavior of two strings when they cross does not seem to affect their scaling laws, but only their densities relative to the background

  16. A non-perturbative approach to strings

    International Nuclear Information System (INIS)

    Orland, P.

    1986-03-01

    After briefly reviewing the theory of strings in the light-cone gauge, a lattice regularized path integral for the amplitudes is discussed. The emphasis is put on a toy string model; the U(N) Veneziano model in the limit as N->infinite with g 0 2 N fixed. The lattice methods of Giles and Thorn are used extensively, but are found to require modification beyond perturbation theory. The twenty-six-dimensional toy string model is recast as a two-dimensional spin system. (orig.)

  17. On sibling and expectational W-strings

    International Nuclear Information System (INIS)

    Lu, H.; Pope, C.N.; Schrans, S.; Wang, X.J.

    1992-01-01

    We discuss the physical spectrum for W-strings based on the algebras B n , D n , E 6 , E 7 and E 8 . For a simply laced W-string, we find a connection with the (h, h+1) unitary Virasoro minimal model, where h is the dual Coxeter number of the underlying Lie algebra. For the W-string based on B n , we find a connection with the (2h, 2h+2) unitary N=1 super-Virasoro minimal model. (orig.)

  18. Big bang models in string theory

    Energy Technology Data Exchange (ETDEWEB)

    Craps, Ben [Theoretische Natuurkunde, Vrije Universiteit Brussel and The International Solvay Institutes Pleinlaan 2, B-1050 Brussels (Belgium)

    2006-11-07

    These proceedings are based on lectures delivered at the 'RTN Winter School on Strings, Supergravity and Gauge Theories', CERN, 16-20 January 2006. The school was mainly aimed at PhD students and young postdocs. The lectures start with a brief introduction to spacetime singularities and the string theory resolution of certain static singularities. Then they discuss attempts to resolve cosmological singularities in string theory, mainly focusing on two specific examples: the Milne orbifold and the matrix big bang.

  19. Simulation of Z(3) walls and string production via bubble nucleation in a quark-hadron transition

    International Nuclear Information System (INIS)

    Gupta, Uma Shankar; Tiwari, Vivek K.; Mohapatra, Ranjita K.; Srivastava, Ajit M.

    2010-01-01

    We study the dynamics of confinement-deconfinement phase transition in the context of relativistic heavy-ion collisions within the framework of effective models for the Polyakov loop order parameter. We study the formation of Z(3) walls and associated strings in the initial transition from the confining (hadronic) phase to the deconfining [quark-gluon plasma (QGP)] phase via the so-called Kibble mechanism. Essential physics of the Kibble mechanism is contained in a sort of domain structure arising after any phase transition which represents random variation of the order parameter at distances beyond the typical correlation length. We implement this domain structure by using the Polyakov loop effective model with a first order phase transition and confine ourselves with temperature/time ranges so that the first order confinement-deconfinement transition proceeds via bubble nucleation, leading to a well defined domain structure. The formation of Z(3) walls and associated strings results from the coalescence of QGP bubbles expanding in the confining background. We investigate the evolution of the Z(3) wall and string network. We also calculate the energy density fluctuations associated with Z(3) wall network and strings which decay away after the temperature drops below the quark-hadron transition temperature during the expansion of QGP. We discuss evolution of these quantities with changing temperature via Bjorken's hydrodynamical model and discuss possible experimental signatures resulting from the presence of Z(3) wall network and associate strings.

  20. Simulation of Z(3) walls and string production via bubble nucleation in a quark-hadron transition

    Science.gov (United States)

    Gupta, Uma Shankar; Mohapatra, Ranjita K.; Srivastava, Ajit M.; Tiwari, Vivek K.

    2010-10-01

    We study the dynamics of confinement-deconfinement phase transition in the context of relativistic heavy-ion collisions within the framework of effective models for the Polyakov loop order parameter. We study the formation of Z(3) walls and associated strings in the initial transition from the confining (hadronic) phase to the deconfining [quark-gluon plasma (QGP)] phase via the so-called Kibble mechanism. Essential physics of the Kibble mechanism is contained in a sort of domain structure arising after any phase transition which represents random variation of the order parameter at distances beyond the typical correlation length. We implement this domain structure by using the Polyakov loop effective model with a first order phase transition and confine ourselves with temperature/time ranges so that the first order confinement-deconfinement transition proceeds via bubble nucleation, leading to a well defined domain structure. The formation of Z(3) walls and associated strings results from the coalescence of QGP bubbles expanding in the confining background. We investigate the evolution of the Z(3) wall and string network. We also calculate the energy density fluctuations associated with Z(3) wall network and strings which decay away after the temperature drops below the quark-hadron transition temperature during the expansion of QGP. We discuss evolution of these quantities with changing temperature via Bjorken’s hydrodynamical model and discuss possible experimental signatures resulting from the presence of Z(3) wall network and associate strings.

  1. Confusing the heterotic string

    International Nuclear Information System (INIS)

    Benett, D.L.; Mizrachi, L.

    1986-01-01

    A confusion mechanism is proposed as a global modification of the heterotic string model. It envolves a confusion hypersurface across which the two E 8 's of the heterotic string are permuted. A remarkable numerical coincidence is found which prevents an inconsistency in the model. The low energy limit of this theory (after compactification) is typically invariant under one E 8 only, thereby removing the shadow world from the original model. (orig.)

  2. Confusing the heterotic string

    Energy Technology Data Exchange (ETDEWEB)

    Benett, D.L.; Brene, N.; Nielsen, H.B.; Mizrachi, L.

    1986-10-02

    A confusion mechanism is proposed as a global modification of the heterotic string model. It envolves a confusion hypersurface across which the two E/sub 8/'s of the heterotic string are permuted. A remarkable numerical coincidence is found which prevents an inconsistency in the model. The low energy limit of this theory (after compactification) is typically invariant under one E/sub 8/ only, thereby removing the shadow world from the original model.

  3. Lectures on string theory

    International Nuclear Information System (INIS)

    Thorn, C.B.

    1988-01-01

    Several topics are discussed in string theory presented as three lectures to the Spring School on Superstrings at the ICTP at Trieste, Italy, in April, 1988. The first lecture is devoted to some general aspects of conformal invariance and duality. The second sketches methods for carrying out perturbative calculations in string field theory. The final lecture presents an alternative lattice approach to a nonperturbative formulation of the sum over world surfaces. 35 refs., 12 figs

  4. Reconstruction of piano hammer force from string velocity.

    Science.gov (United States)

    Chaigne, Antoine

    2016-11-01

    A method is presented for reconstructing piano hammer forces through appropriate filtering of the measured string velocity. The filter design is based on the analysis of the pulses generated by the hammer blow and propagating along the string. In the five lowest octaves, the hammer force is reconstructed by considering two waves only: the incoming wave from the hammer and its first reflection at the front end. For the higher notes, four- or eight-wave schemes must be considered. The theory is validated on simulated string velocities by comparing imposed and reconstructed forces. The simulations are based on a nonlinear damped stiff string model previously developed by Chabassier, Chaigne, and Joly [J. Acoust. Soc. Am. 134(1), 648-665 (2013)]. The influence of absorption, dispersion, and amplitude of the string waves on the quality of the reconstruction is discussed. Finally, the method is applied to real piano strings. The measured string velocity is compared to the simulated velocity excited by the reconstructed force, showing a high degree of accuracy. A number of simulations are compared to simulated strings excited by a force derived from measurements of mass and acceleration of the hammer head. One application to an historic piano is also presented.

  5. The bispectrum of matter perturbations from cosmic strings

    Energy Technology Data Exchange (ETDEWEB)

    Regan, Donough; Hindmarsh, Mark, E-mail: d.regan@sussex.ac.uk, E-mail: m.b.hindmarsh@sussex.ac.uk [Astronomy Centre, University of Sussex, Falmer, Brighton, BN1 9QH (United Kingdom)

    2015-03-01

    We present the first calculation of the bispectrum of the matter perturbations induced by cosmic strings. The calculation is performed in two different ways: the first uses the unequal time correlators (UETCs) of the string network - computed using a Gaussian model previously employed for cosmic string power spectra. The second approach uses the wake model, where string density perturbations are concentrated in sheet-like structures whose surface density grows with time. The qualitative and quantitative agreement of the two gives confidence to the results. An essential ingredient in the UETC approach is the inclusion of compensation factors in the integration with the Green's function of the matter and radiation fluids, and we show that these compensation factors must be included in the wake model also. We also present a comparison of the UETCs computed in the Gaussian model, and those computed in the unconnected segment model (USM) used by the standard cosmic string perturbation package CMBACT. We compare numerical estimates for the bispectrum of cosmic strings to those produced by perturbations from an inflationary era, and discover that, despite the intrinsically non-Gaussian nature of string-induced perturbations, the matter bispectrum is unlikely to produce competitive constraints on a population of cosmic strings.

  6. Dualities in five dimensions and charged string solutions

    International Nuclear Information System (INIS)

    Kar, S.; Maharana, J.

    1996-01-01

    We consider an eleven dimensional supergravity compactified on K3 x T 2 and show that the resulting five dimensional theory has identical massless states as that of a heterotic string compactified on a specific five torus T 5 . The strong-weak coupling duality of the five dimensional theory is argued to represent a ten dimensional Type IIA string compactified on K3 x S 1 , supporting the conjecture of string-string duality in six dimensions. In this perspective, we present a magnetically charged solution of the low energy heterotic string effective action in five dimensions with a charge defined on a three sphere S 3 due to the two form potential. We use the Poincare duality to replace the antisymmetric two form with a gauge field in the effective action and obtain a string solution with charge on a two sphere S 2 instead of that on a three sphere S 3 in the five dimensional spacetime. We note that the string-particle duality is accompanied by a change of topology from S 3 to S 2 and vice versa. (orig.)

  7. String creation, D-branes and effective field theory

    International Nuclear Information System (INIS)

    Hung Lingyan

    2008-01-01

    This paper addresses several unsettled issues associated with string creation in systems of orthogonal Dp-D(8-p) branes. The interaction between the branes can be understood either from the closed string or open string picture. In the closed string picture it has been noted that the DBI action fails to capture an extra RR exchange between the branes. We demonstrate how this problem persists upon lifting to M-theory. These D-brane systems are analysed in the closed string picture by using gauge-fixed boundary states in a non-standard lightcone gauge, in which RR exchange can be analysed precisely. The missing piece in the DBI action also manifests itself in the open string picture as a mismatch between the Coleman-Weinberg potential obtained from the effective field theory and the corresponding open string calculation. We show that this difference can be reconciled by taking into account the superghosts in the (0+1) effective theory of the chiral fermion, that arises from gauge fixing the spontaneously broken world-line local supersymmetries

  8. Pinching parameters for open (super) strings

    Science.gov (United States)

    Playle, Sam; Sciuto, Stefano

    2018-02-01

    We present an approach to the parametrization of (super) Schottky space obtained by sewing together three-punctured discs with strips. Different cubic ribbon graphs classify distinct sets of pinching parameters; we show how they are mapped onto each other. The parametrization is particularly well-suited to describing the region within (super) moduli space where open bosonic or Neveu-Schwarz string propagators become very long and thin, which dominates the IR behaviour of string theories. We show how worldsheet objects such as the Green's function converge to graph theoretic objects such as the Symanzik polynomials in the α ' → 0 limit, allowing us to see how string theory reproduces the sum over Feynman graphs. The (super) string measure takes on a simple and elegant form when expressed in terms of these parameters.

  9. Vacuum strings in FRW models

    Energy Technology Data Exchange (ETDEWEB)

    Dyer, C C; Oattes, L M; Starkman, G D

    1988-01-01

    The authors find that vacuum string solutions cannot be embedded in an FRW model in the spirit of the swiss cheese model for inhomogeneities. Since all standard lensing calculations rely implicitly on the Swiss Cheese model, this result indicates that the previous lensing results for the vacuum string may be in error.

  10. Differential formulation in string theories

    International Nuclear Information System (INIS)

    Guzzo, M.M.

    1987-01-01

    The equations of gauge invariance motion for theories of boson open strings and Neveu-Schwarz and Ramond superstring are derived. A construction for string theories using differential formalism, is introduced. The importance of BRST charge for constructing such theories and the necessity of introduction of auxiliary fields are verified. (M.C.K.) [pt

  11. Two field formulation of closed string field theory

    International Nuclear Information System (INIS)

    Bogojevic, A.R.

    1990-09-01

    A formulation of closed string field theory is presented that is based on a two field action. It represents a generalization of Witten's Chern-Simons formulation of 3d gravity. The action contains only 3 string interactions and no string field truncations, unlike the previous non-polynomial action of Zwiebach. The two field action is found to follow from a purely cubic, background independent action similar to the one for open strings. (orig.)

  12. Open string in the constant B-field background

    International Nuclear Information System (INIS)

    Jing Jian; Long Zhengwen

    2005-01-01

    A new method is proposed to quantize open strings in this paper. To illustrate our method, we analyze free open string as well as open string in the D-brane background with a nonvanishing B-field, respectively. The Poisson brackets among Fourier components are obtained firstly then we get the Poisson brackets among open string's coordinates. The noncommutativity of coordinates along the D-brane is reproduced. Some ambiguities in the previous discussions can be avoided

  13. Stationary strings near a higher-dimensional rotating black hole

    International Nuclear Information System (INIS)

    Frolov, Valeri P.; Stevens, Kory A.

    2004-01-01

    We study stationary string configurations in a space-time of a higher-dimensional rotating black hole. We demonstrate that the Nambu-Goto equations for a stationary string in the 5D (five-dimensional) Myers-Perry metric allow a separation of variables. We present these equations in the first-order form and study their properties. We prove that the only stationary string configuration that crosses the infinite redshift surface and remains regular there is a principal Killing string. A worldsheet of such a string is generated by a principal null geodesic and a timelike at infinity Killing vector field. We obtain principal Killing string solutions in the Myers-Perry metrics with an arbitrary number of dimensions. It is shown that due to the interaction of a string with a rotating black hole, there is an angular momentum transfer from the black hole to the string. We calculate the rate of this transfer in a space-time with an arbitrary number of dimensions. This effect slows down the rotation of the black hole. We discuss possible final stationary configurations of a rotating black hole interacting with a string

  14. String duality and novel theories without gravity

    International Nuclear Information System (INIS)

    Kachru, Shamit

    1998-01-01

    We describe some of the novel 6d quantum field theories which have been discovered in studies of string duality. The role these theories (and their 4d descendants) may play in alleviating the vacuum degeneracy problem in string theory is reviewed. The DLCQ of these field theories is presented as one concrete way of formulating them, independent of string theory

  15. Predictions for PP-wave string amplitudes from perturbative SYM

    International Nuclear Information System (INIS)

    Gursoy, Umut

    2003-01-01

    The role of general two-impurity multi-trace operators in the BMN correspondence is explored. Surprisingly, the anomalous dimensions of all two-impurity multi-trace BMN operators to order g 2 2 λ' are completely determined in terms of single-trace anomalous dimensions. This is due to suppression of connected field theory diagrams in the BMN limit and this fact has important implications for some string theory processes on the PP-wave background. We also make gauge theory predictions for the matrix elements of the light-cone string field theory Hamiltonian in the two string-two string and one string-three string sectors. (author)

  16. The birth of string theory

    CERN Document Server

    Castellani, Elena; Colomo, Filippo; Di Vecchia, Paolo

    2012-01-01

    String theory is currently the best candidate for a unified theory of all forces and all forms of matter in nature. As such, it has become a focal point for physical and philosophical discussions. This unique book explores the history of the theory's early stages of development, as told by its main protagonists. The book journeys from the first version of the theory (the so-called dual resonance model) in the late sixties, as an attempt to describe the physics of strong interactions outside the framework of quantum field theory, to its reinterpretation around the mid-seventies as a quantum theory of gravity unified with the other forces, and its successive developments up to the superstring revolution in 1984. Providing important background information to current debates on the theory, this book is essential reading for students and researchers in physics, as well as historians and philosophers of science.

  17. Hermiticity and CPT in string theory

    International Nuclear Information System (INIS)

    Sonoda, Hidenori

    1989-01-01

    In the application of conformal field theory to string theory S-matrix elements are obtained from correlation functions of vertex operators. By studying the relation between the vertex operators for the incoming states and those for the outgoing states we obtain two results: First we show that hermiticity of the string vertices is equivalent to the CPT invariance of the corresponding conformal field theory. Secondly we prove that the S-matrix elements in any string theory in flat space-time background are invariant under CPT. (orig.)

  18. A non-perturbative approach to strings

    International Nuclear Information System (INIS)

    Orland, P.

    1986-01-01

    After briefly reviewing the theory of strings in the light-cone gauge, a lattice regularized path integral for the amplitudes is discussed. The emphasis is put on a toy string model; the U(N) Veneziano model in the limit as N → ∞, with g/sup 2//sub o/N fixed. The lattice methods of Giles and Thorn are used extensively, but are found to require modification beyond perturbation theory. The twenty-six-dimensional toy string model is recast as a two-dimensional spin system

  19. Gauge invariance of string fields

    International Nuclear Information System (INIS)

    Banks, T.; Peskin, M.E.

    1985-10-01

    Some work done to understand the appearance of gauge bosons and gravitons in string theories is reported. An action has been constructed for free (bosonic) string field theory which is invariant under an infinite set of gauge transformations which include Yang-Mills transformations and general coordinate transformations as special cases. 15 refs., 1 tab

  20. Parton fragmentation and string dynamics

    International Nuclear Information System (INIS)

    Andersson, B.; Gustafson, G.; Ingelman, G.; Sjoestrand, T.

    1983-01-01

    While much has been learned recently about quark and gluon interactions in the framework of perturbative Quantum Chromodynamics, the relation between calculated parton properties and observed hadron densities involves models where dynamics and jet empirical rules have to be combined. The purpose of this article is to describe a presently successful approach which is based on a cascade jet model using String dynamics. It can readily lead to Monte Carlo jet programmes of great use when analyzing data. Production processes in an iterative cascade approach, with tunneling in a constant force field, are reviewed. Expected differences between quark and gluon jets are discussed. Low transverse momentum phenomena are also reviewed with emphasis on hyperon polarization. In so far as this approach uses a fragmentation scheme based on String dynamics, it was deemed appropriate to also include under the same cover a special report on the Classical theory of relativistic Strings, seen as the classical limit of the Dual Resonance model. The Equations of motion and interaction among strings are presented. (orig.)