Strigazzi, Stable non-BPS D- branes in type I string theory, Nucl. Phys. B 564(1-2) (2000) 60-85, arXiv:hep-th/9903123.M. Frau, L. Gallot, A. Lerda, P. Strigazzi, Stable nonBPS D- branes in type I string theory.
Roose, On D-branes in type-0 string theory, Phys. Lett. B 457 (1999) 61 [hep-th/9902196].M. Billo, B. Craps and F. Roose, On D-branes in Type 0 String Theory, Phys.Lett. B457 (1999) 61; hep-th/9902196.M. Bill´o, B. Craps and F. Roose, "On D-branes in Type 0...
Puhle, On the Ricci tensor in type II B string theory. Classical Quantum Gravity 22 (2005), no. 13, 2569-2577.Agricola I, Friedrich Th, Nagy P-A, Puhle Ch "On the Ricci tensor in type IIB string theory" hep-th/0412127I.Agricola, Th. Friedrich, P.-A.Nagy, C.Puhle, On the ...
i v : h e p - t h / 0 0 0 2 2 4 9 v 1 2 9 F e b 2 0 0 0 Quantumaspectsofgaugetheories,supersymmetryandunification. PROCEEDINGS AdS/CFTCorrespondenceandType0StringTheory ∗ DarioMartelli SISSA,ViaBeirut2-4Trieste34014 INFNSezionediTrieste,Italy dmartell@sissa.it Abstract:Werevie...
(4.44) of [4], giving the infinitesimal string field theory gauge transformation of ξ, takes the form: δξ = i 2 go θa Ta ξ. (5) Comparing this with the infinitesimal rigid U(k) gauge transformation δξ = iθaT aξ, we get, θa = 2 θa/go . (6) √√ Since θ0 ac...
(2.3) When ρ corresponds the K¨ahler modulus T of CY manifold M in the type IIB string theory, the classical modulus K¨ahler potential is characterized by the volume of CY manifold V in string units, i.e., K = −2MP2l ln V with MPl being the reduced Planck mass.3 This K¨...
The first step is to write the theory for the Bianchi type I model in the usual manner; that is, we calculate the corresponding energy-momentum tensor to the scalar field and give the equivalent Lagrangian density. Next, by means of a Legendre transformation, we proceed to obtain the ...
AssemblyScript 是一个将 TypeScript 编译成 WebAssembly 的编译器,使用了 binaryen,binaryen 是一个用于 WebAssembl
get_value(parent) # 尽管 parent 的默认类型和 i 的变量类型不匹配,仍然能够通过静态检查 def get_value(self, value: int): return value 如果我们给 parent 加上 Type Hints,mypy 就会报错: class MypyDemo: def __init__(self, parent: str = 'parent'): self.get_value(parent) def get_value...
Represent TypeScript Types in Type Theory 现在让我们重新回忆所需讨论的TypeScript类型: typeBoolean=False|TruetypeUnion<T1,...,Tn>=T1|...|Tn;typeFunc<A1,...,An,R>=(a1:A1,...,an:An):R;typeInterface<K1extendsstring,A1,...,Knextendsstring,An>={K1:A1,...,Kn:An}; ...