5,080 research outputs found

    Supertubes in Field Theories

    Full text link
    To a domain wall or string object, Noether charge and topological spatial objects can be attracted, forming a composite BPS (Bogomolny-Prasad-Sommerfield) object. We consider two field theories and derive a new BPS bound on composite linear solitons involving multiple charges. Among the BPS objects `supertubes' appear when the wall or string tension is canceled by the bound energy, and could take an arbitrary closed curve. In our theories, supertubes manifest as Chern-Simons solitons, dyonic instantons, charged semi-local vortices, and dyonic instantons on vortex flux sheet.Comment: latex, 10 page

    Performance of SSE and AVX Instruction Sets

    Full text link
    SSE (streaming SIMD extensions) and AVX (advanced vector extensions) are SIMD (single instruction multiple data streams) instruction sets supported by recent CPUs manufactured in Intel and AMD. This SIMD programming allows parallel processing by multiple cores in a single CPU. Basic arithmetic and data transfer operations such as sum, multiplication and square root can be processed simultaneously. Although popular compilers such as GNU compilers and Intel compilers provide automatic SIMD optimization options, one can obtain better performance by a manual SIMD programming with proper optimization: data packing, data reuse and asynchronous data transfer. In particular, linear algebraic operations of vectors and matrices can be easily optimized by the SIMD programming. Typical calculations in lattice gauge theory are composed of linear algebraic operations of gauge link matrices and fermion vectors, and so can adopt the manual SIMD programming to improve the performance.Comment: 7 pages, 5 figures, 4 tables, Contribution to proceedings of the 30th International Symposium on Lattice Field Theory (Lattice 2012), June 24-29, 201
    corecore