<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN" "JATS-journalpublishing1-4.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="research-article" dtd-version="1.4" xml:lang="en">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">jhepgc</journal-id>
      <journal-title-group>
        <journal-title>Journal of High Energy Physics, Gravitation and Cosmology</journal-title>
      </journal-title-group>
      <issn pub-type="epub">2380-4335</issn>
      <issn pub-type="ppub">2380-4327</issn>
      <publisher>
        <publisher-name>Scientific Research Publishing</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.4236/jhepgc.2026.121014</article-id>
      <article-id pub-id-type="publisher-id">jhepgc-148752</article-id>
      <article-categories>
        <subj-group>
          <subject>Article</subject>
        </subj-group>
        <subj-group>
          <subject>Physics</subject>
          <subject>Mathematics</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>C-Code Reader of Form Factors</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <contrib-id contrib-id-type="orcid">0000-0002-5201-1735</contrib-id>
          <name name-style="western">
            <surname>Rashed</surname>
            <given-names>Ahmed</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
      </contrib-group>
      <aff id="aff1"><label>1</label> Department of Physics, Shippensburg University of Pennsylvania, Franklin Science Center, Shippensburg, PA, USA </aff>
      <author-notes>
        <fn fn-type="conflict" id="fn-conflict">
          <p>The author declares no conflicts of interest regarding the publication of this paper.</p>
        </fn>
      </author-notes>
      <pub-date pub-type="epub">
        <day>25</day>
        <month>11</month>
        <year>2025</year>
      </pub-date>
      <pub-date pub-type="collection">
        <month>11</month>
        <year>2025</year>
      </pub-date>
      <volume>12</volume>
      <issue>01</issue>
      <fpage>232</fpage>
      <lpage>242</lpage>
      <history>
        <date date-type="received">
          <day>14</day>
          <month>10</month>
          <year>2025</year>
        </date>
        <date date-type="accepted">
          <day>10</day>
          <month>01</month>
          <year>2026</year>
        </date>
        <date date-type="published">
          <day>13</day>
          <month>01</month>
          <year>2026</year>
        </date>
      </history>
      <permissions>
        <copyright-statement>© 2026 by the authors and Scientific Research Publishing Inc.</copyright-statement>
        <copyright-year>2026</copyright-year>
        <license license-type="open-access">
          <license-p> This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license ( <ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link> ). </license-p>
        </license>
      </permissions>
      <self-uri content-type="doi" xlink:href="https://doi.org/10.4236/jhepgc.2026.121014">https://doi.org/10.4236/jhepgc.2026.121014</self-uri>
      <abstract>
        <p>In high energy physics, form factor is a function that describes the internal structure of a composite particle. It serves as a mathematical tool to model how a particle interacts with another particle, based on its internal distribution of charge or other properties. Consequently, form factors play a crucial role in hadronic decays. However, reading form factor data and implementing it in the numerical calculations of the hadronic decays and interactions can significantly slow down the computational performance. This paper presents a comparative study between two computational approaches: the transitional tool Mathematica and a custom C-code designed to read and implement form factors in numerical calculations for any hadronic decay or interaction. To test the performance of the C-code, we use the decay channel <inline-formula><mml:math></mml:math></inline-formula></p>
        <p>Λ</p>
        <p>b</p>
        <p>→</p>
        <p>Λ</p>
        <p>c</p>
        <p>ℓ</p>
        <p>−</p>
        <p>ν</p>
        <p>¯</p>
        <p>ℓ</p>
        <p>as a case study, comparing the computational speed of Mathematica and the C-code in calculating the differential decay rate for this process. The results demonstrate that the C-code is over 64 times faster per data point than Mathematica. The C-code is available on GitHub (<ext-link ext-link-type="uri" xlink:href="https://github.com/darkfiresmith96/Lattice_QCD).">https://github.com/darkfiresmith96/Lattice_QCD).</ext-link> We also present a web interface for user input, enhancing accessibility and ease of use.</p>
      </abstract>
      <kwd-group kwd-group-type="author-generated" xml:lang="en">
        <kwd>Lattice Form Factors</kwd>
        <kwd>QCD</kwd>
        <kwd>Hadrons</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec1">
      <title>1. Introduction</title>
      <p>Understanding the internal dynamics and interactions of composite particles, such as hadrons, is a fundamental challenge. Hadrons exhibit complex internal structures that influence their interactions and decays. To characterize these structures, form factors are employed. A form factor is a mathematical function that encapsulates the spatial distribution of charge, momentum, or other intrinsic properties within a composite particle. It acts as a bridge between theoretical models and experimental observations by describing how the internal structure of a particle modifies its interaction with external fields or other particles. In hadronic decays, form factors are essential for calculating observables such as decay widths, branching fractions, and angular distributions. These observables are directly connected to the underlying dynamics of the strong interaction, as described by quantum chromodynamics (QCD). Since QCD is non-perturbative at the energy scales relevant for hadrons, direct analytical solutions are often infeasible. Instead, theoretical frameworks like lattice QCD, effective field theories, or phenomenological models provide numerical estimates of form factors.</p>
      <p>From a computational perspective, incorporating form factors into numerical calculations poses challenges due to their multidimensional nature and dependence on kinematic variables like momentum transfer. Efficient methods for reading, interpolating, and implementing form factors are crucial for precise and fast simulations of hadronic processes.</p>
      <p>This paper focuses on addressing these computational challenges by presenting an efficient C-code for handling form factor data. The code is benchmarked against Mathematica, a widely used computational tool. The C-code is a significant improvement over prior approaches, particularly in computational efficiency and user accessibility. Its utility could be further demonstrated by addressing more complex scenarios or exploring new physical phenomena. To this end, I propose extending the application of the code to include: </p>
      <p>1) Non-Leptonic Decay Processes: Applying the code to compute form factors for non-leptonic decays, which are inherently more complex due to the involvement of hadronic final states.</p>
      <p>2) Beyond Standard Model Scenarios: Incorporating additional New Physics operators or scenarios, such as exploring CP-violating effects in <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> decays, which require precise form factor computations.</p>
      <p>3) Higher-Order Corrections: Using the code to study higher-order corrections to form factors, further validating its precision and adaptability. </p>
      <p>These enhancements would highlight the flexibility of the developed code and its applicability to broader and more intricate problems.</p>
      <p>We will demonstrate the use of our C-code in reading and implementing the form factors by using the case study of the hadronic decay <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> ℓ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> . This process is a valuable probe for physics beyond the Standard Model (SM), offering insights into new physics (NP) contributions from scalar, vector, and tensor currents. It tests the limits of the Non-Relativistic Quark (NRQ) model [<xref ref-type="bibr" rid="B1">1</xref>][<xref ref-type="bibr" rid="B2">2</xref>] and helps investigate anomalies such as <inline-formula><mml:math display="inline"><mml:mrow><mml:mi> R </mml:mi><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msup><mml:mi> D </mml:mi><mml:mrow><mml:mrow><mml:mo> ( </mml:mo><mml:mo> ∗ </mml:mo><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:msup></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:mi> R </mml:mi><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msup><mml:mi> K </mml:mi><mml:mrow><mml:mrow><mml:mo> ( </mml:mo><mml:mo> ∗ </mml:mo><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:msup></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> [<xref ref-type="bibr" rid="B3">3</xref>][<xref ref-type="bibr" rid="B4">4</xref>]. These anomalies suggest potential lepton universality violations in <inline-formula><mml:math><mml:mrow><mml:mover accent="true"><mml:mi> B </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mo> → </mml:mo><mml:msup><mml:mi> D </mml:mi><mml:mrow><mml:mrow><mml:mo> ( </mml:mo><mml:mo> ∗ </mml:mo><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:msup><mml:mi> ℓ </mml:mi><mml:msub><mml:mi> ν </mml:mi><mml:mi> ℓ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> [<xref ref-type="bibr" rid="B5">5</xref>]-[<xref ref-type="bibr" rid="B7">7</xref>] and <inline-formula><mml:math><mml:mrow><mml:mi> B </mml:mi><mml:mo> → </mml:mo><mml:msup><mml:mi> K </mml:mi><mml:mrow><mml:mrow><mml:mo> ( </mml:mo><mml:mo> ∗ </mml:mo><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:msup><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> + </mml:mo></mml:msup><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> − </mml:mo></mml:msup></mml:mrow></mml:math></inline-formula> [<xref ref-type="bibr" rid="B6">6</xref>]-[<xref ref-type="bibr" rid="B8">8</xref>], possibly linked to new heavy [<xref ref-type="bibr" rid="B8">8</xref>][<xref ref-type="bibr" rid="B10">10</xref>] or light states [<xref ref-type="bibr" rid="B11">11</xref>][<xref ref-type="bibr" rid="B12">12</xref>].</p>
      <p>Additionally, the decay rates of <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:mi> p </mml:mi><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> ℓ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> ℓ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> are crucial for determining CKM matrix elements <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> V </mml:mi><mml:mrow><mml:mi> u </mml:mi><mml:mi> b </mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> V </mml:mi><mml:mrow><mml:mi> c </mml:mi><mml:mi> b </mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> [<xref ref-type="bibr" rid="B13">13</xref>], necessitating precise form factor calculations. The form factors can be derived from quark models [<xref ref-type="bibr" rid="B14">14</xref>]-[<xref ref-type="bibr" rid="B24">24</xref>] or lattice QCD [<xref ref-type="bibr" rid="B3">3</xref>][<xref ref-type="bibr" rid="B25">25</xref>], which parameterizes the hadronic transition <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> via scalar, vector, and tensor form factors.</p>
      <p>The LHCb Collaboration recently measured the ratio of decay rates for <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:mi> p </mml:mi><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> ℓ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> ℓ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> [<xref ref-type="bibr" rid="B26">26</xref>]. Lattice QCD calculations have been employed to predict differential and integrated decay rates for these processes. In Ref. [<xref ref-type="bibr" rid="B3">3</xref>], lattice QCD form factors for the scalar, vector, and tensor currents were used, building on previous work with 2 + 1 flavors of dynamical domain-wall fermions [<xref ref-type="bibr" rid="B25">25</xref>]. Tensor form factors were extracted using ratios defined in Ref. [<xref ref-type="bibr" rid="B27">27</xref>], with uncertainties evaluated through nominal and higher-order fits. Supplemental data files provided covariance matrices for all ten <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> form factors. Additionally, a Mathematica code was developed to read these form factors for analysis [<xref ref-type="bibr" rid="B28">28</xref>].</p>
      <p>In Sec. 2, we present the form factors of the case study of the hadronic decay of <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> ℓ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> . The program overview is presented in Section 3, and the results are discussed in Section 4. Graphical interface for the code was introduced in Section 5 and finally the conclusion is given in Section 6.</p>
    </sec>
    <sec id="sec2">
      <title>2. Lattice Form Factor: Case Study</title>
      <p>In this section, we will demonstrate the use of our C-code in reading and implementing the form factors by using the case study of the hadronic decay <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> ℓ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> . In the presence of new physics (NP), the effective Hamiltonian for the quark-level transition <inline-formula><mml:math><mml:mrow><mml:mi> b </mml:mi><mml:mo> → </mml:mo><mml:mi> c </mml:mi><mml:msup><mml:mi> τ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> τ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> is given as follows [<xref ref-type="bibr" rid="B29">29</xref>]-[<xref ref-type="bibr" rid="B31">31</xref>]:</p>
      <disp-formula id="FD1">
        <mml:math>
          <mml:mtable columnalign="left">
            <mml:mtr>
              <mml:mtd>
                <mml:msub>
                  <mml:mi>ℋ</mml:mi>
                  <mml:mrow>
                    <mml:mtext>eff</mml:mtext>
                  </mml:mrow>
                </mml:msub>
                <mml:mo>=</mml:mo>
                <mml:mfrac>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>G</mml:mi>
                      <mml:mi>F</mml:mi>
                    </mml:msub>
                    <mml:msub>
                      <mml:mi>V</mml:mi>
                      <mml:mrow>
                        <mml:mi>c</mml:mi>
                        <mml:mi>b</mml:mi>
                      </mml:mrow>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:msqrt>
                      <mml:mn>2</mml:mn>
                    </mml:msqrt>
                  </mml:mrow>
                </mml:mfrac>
                <mml:mrow>
                  <mml:mo>{</mml:mo>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mo>[</mml:mo>
                      <mml:mrow>
                        <mml:mover accent="true">
                          <mml:mi>c</mml:mi>
                          <mml:mo>¯</mml:mo>
                        </mml:mover>
                        <mml:msub>
                          <mml:mi>γ</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msub>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:mn>1</mml:mn>
                            <mml:mo>−</mml:mo>
                            <mml:msub>
                              <mml:mi>γ</mml:mi>
                              <mml:mn>5</mml:mn>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                        <mml:mi>b</mml:mi>
                        <mml:mo>+</mml:mo>
                        <mml:msub>
                          <mml:mi>g</mml:mi>
                          <mml:mi>L</mml:mi>
                        </mml:msub>
                        <mml:mover accent="true">
                          <mml:mi>c</mml:mi>
                          <mml:mo>¯</mml:mo>
                        </mml:mover>
                        <mml:msub>
                          <mml:mi>γ</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msub>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:mn>1</mml:mn>
                            <mml:mo>−</mml:mo>
                            <mml:msub>
                              <mml:mi>γ</mml:mi>
                              <mml:mn>5</mml:mn>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                        <mml:mi>b</mml:mi>
                        <mml:mo>+</mml:mo>
                        <mml:msub>
                          <mml:mi>g</mml:mi>
                          <mml:mi>R</mml:mi>
                        </mml:msub>
                        <mml:mover accent="true">
                          <mml:mi>c</mml:mi>
                          <mml:mo>¯</mml:mo>
                        </mml:mover>
                        <mml:msub>
                          <mml:mi>γ</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msub>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:mn>1</mml:mn>
                            <mml:mo>+</mml:mo>
                            <mml:msub>
                              <mml:mi>γ</mml:mi>
                              <mml:mn>5</mml:mn>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                        <mml:mi>b</mml:mi>
                      </mml:mrow>
                      <mml:mo>]</mml:mo>
                    </mml:mrow>
                    <mml:mover accent="true">
                      <mml:mi>τ</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msup>
                      <mml:mi>γ</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msup>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:mn>1</mml:mn>
                        <mml:mo>−</mml:mo>
                        <mml:msub>
                          <mml:mi>γ</mml:mi>
                          <mml:mn>5</mml:mn>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:msub>
                      <mml:mi>ν</mml:mi>
                      <mml:mi>τ</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:mrow>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mo>+</mml:mo>
                <mml:mrow>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mo>[</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>g</mml:mi>
                          <mml:mi>S</mml:mi>
                        </mml:msub>
                        <mml:mover accent="true">
                          <mml:mi>c</mml:mi>
                          <mml:mo>¯</mml:mo>
                        </mml:mover>
                        <mml:mi>b</mml:mi>
                        <mml:mo>+</mml:mo>
                        <mml:msub>
                          <mml:mi>g</mml:mi>
                          <mml:mi>P</mml:mi>
                        </mml:msub>
                        <mml:mover accent="true">
                          <mml:mi>c</mml:mi>
                          <mml:mo>¯</mml:mo>
                        </mml:mover>
                        <mml:msub>
                          <mml:mi>γ</mml:mi>
                          <mml:mn>5</mml:mn>
                        </mml:msub>
                        <mml:mi>b</mml:mi>
                      </mml:mrow>
                      <mml:mo>]</mml:mo>
                    </mml:mrow>
                    <mml:mover accent="true">
                      <mml:mi>τ</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:mn>1</mml:mn>
                        <mml:mo>−</mml:mo>
                        <mml:msub>
                          <mml:mi>γ</mml:mi>
                          <mml:mn>5</mml:mn>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:msub>
                      <mml:mi>ν</mml:mi>
                      <mml:mi>τ</mml:mi>
                    </mml:msub>
                    <mml:mo>+</mml:mo>
                    <mml:mrow>
                      <mml:mo>[</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>g</mml:mi>
                          <mml:mi>T</mml:mi>
                        </mml:msub>
                        <mml:mover accent="true">
                          <mml:mi>c</mml:mi>
                          <mml:mo>¯</mml:mo>
                        </mml:mover>
                        <mml:msup>
                          <mml:mi>σ</mml:mi>
                          <mml:mrow>
                            <mml:mi>μ</mml:mi>
                            <mml:mi>ν</mml:mi>
                          </mml:mrow>
                        </mml:msup>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:mn>1</mml:mn>
                            <mml:mo>−</mml:mo>
                            <mml:msub>
                              <mml:mi>γ</mml:mi>
                              <mml:mn>5</mml:mn>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                        <mml:mi>b</mml:mi>
                      </mml:mrow>
                      <mml:mo>]</mml:mo>
                    </mml:mrow>
                    <mml:mover accent="true">
                      <mml:mi>τ</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msub>
                      <mml:mi>σ</mml:mi>
                      <mml:mrow>
                        <mml:mi>μ</mml:mi>
                        <mml:mi>ν</mml:mi>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:mn>1</mml:mn>
                        <mml:mo>−</mml:mo>
                        <mml:msub>
                          <mml:mi>γ</mml:mi>
                          <mml:mn>5</mml:mn>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:msub>
                      <mml:mi>ν</mml:mi>
                      <mml:mi>τ</mml:mi>
                    </mml:msub>
                    <mml:mo>+</mml:mo>
                    <mml:mtext>h</mml:mtext>
                    <mml:mo>.</mml:mo>
                    <mml:mtext>c</mml:mtext>
                    <mml:mo>.</mml:mo>
                  </mml:mrow>
                  <mml:mo>}</mml:mo>
                </mml:mrow>
                <mml:mo>,</mml:mo>
              </mml:mtd>
            </mml:mtr>
          </mml:mtable>
        </mml:math>
      </disp-formula>
      <p>where <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> G </mml:mi><mml:mi> F </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> is the Fermi constant, <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> V </mml:mi><mml:mrow><mml:mi> c </mml:mi><mml:mi> b </mml:mi></mml:mrow></mml:msub></mml:mrow></mml:math></inline-formula> is the CKM matrix element, and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> σ </mml:mi><mml:mrow><mml:mi> μ </mml:mi><mml:mi> ν </mml:mi></mml:mrow></mml:msub><mml:mo> = </mml:mo><mml:mi> i </mml:mi><mml:mrow><mml:mrow><mml:mrow><mml:mo> [ </mml:mo><mml:mrow><mml:msub><mml:mi> γ </mml:mi><mml:mi> μ </mml:mi></mml:msub><mml:mo> , </mml:mo><mml:msub><mml:mi> γ </mml:mi><mml:mi> ν </mml:mi></mml:msub></mml:mrow><mml:mo> ] </mml:mo></mml:mrow></mml:mrow><mml:mo> / </mml:mo><mml:mn> 2 </mml:mn></mml:mrow></mml:mrow></mml:math></inline-formula> . The Hamiltonian is evaluated at the energy scale <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> m </mml:mi><mml:mi> b </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> .</p>
      <p>The hadronic helicity amplitudes for the transition <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msub><mml:mi> p </mml:mi><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub></mml:mrow></mml:msub></mml:mrow><mml:mo> ) </mml:mo></mml:mrow><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:msub><mml:mi> p </mml:mi><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub></mml:mrow></mml:msub></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> are parameterized in terms of scalar, vector/axial-vector, and tensor form factors as:</p>
      <p><bold>Scalar and Pseudoscalar Contributions</bold></p>
      <disp-formula id="FD2">
        <mml:math>
          <mml:mtable columnalign="left">
            <mml:mtr>
              <mml:mtd>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>=</mml:mo>
                    <mml:mn>0</mml:mn>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:mi>S</mml:mi>
                    <mml:mi>P</mml:mi>
                  </mml:mrow>
                </mml:msubsup>
                <mml:mo>=</mml:mo>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>=</mml:mo>
                    <mml:mn>0</mml:mn>
                  </mml:mrow>
                  <mml:mi>S</mml:mi>
                </mml:msubsup>
                <mml:mo>+</mml:mo>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>=</mml:mo>
                    <mml:mn>0</mml:mn>
                  </mml:mrow>
                  <mml:mi>P</mml:mi>
                </mml:msubsup>
                <mml:mo>,</mml:mo>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>=</mml:mo>
                    <mml:mn>0</mml:mn>
                  </mml:mrow>
                  <mml:mi>S</mml:mi>
                </mml:msubsup>
                <mml:mo>=</mml:mo>
                <mml:msub>
                  <mml:mi>g</mml:mi>
                  <mml:mi>S</mml:mi>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>,</mml:mo>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>=</mml:mo>
                    <mml:mn>0</mml:mn>
                  </mml:mrow>
                  <mml:mi>P</mml:mi>
                </mml:msubsup>
                <mml:mo>=</mml:mo>
                <mml:msub>
                  <mml:mi>g</mml:mi>
                  <mml:mi>P</mml:mi>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msub>
                      <mml:mi>γ</mml:mi>
                      <mml:mn>5</mml:mn>
                    </mml:msub>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>.</mml:mo>
              </mml:mtd>
            </mml:mtr>
          </mml:mtable>
        </mml:math>
      </disp-formula>
      <p><bold>Vector and Axial-Vector Contributions</bold></p>
      <disp-formula id="FD3">
        <mml:math>
          <mml:mtable columnalign="left">
            <mml:mtr>
              <mml:mtd>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:mi>V</mml:mi>
                    <mml:mi>A</mml:mi>
                  </mml:mrow>
                </mml:msubsup>
                <mml:mo>=</mml:mo>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                  </mml:mrow>
                  <mml:mi>V</mml:mi>
                </mml:msubsup>
                <mml:mo>−</mml:mo>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                  </mml:mrow>
                  <mml:mi>A</mml:mi>
                </mml:msubsup>
                <mml:mo>,</mml:mo>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                  </mml:mrow>
                  <mml:mi>V</mml:mi>
                </mml:msubsup>
                <mml:mo>=</mml:mo>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:mn>1</mml:mn>
                    <mml:mo>+</mml:mo>
                    <mml:msub>
                      <mml:mi>g</mml:mi>
                      <mml:mi>L</mml:mi>
                    </mml:msub>
                    <mml:mo>+</mml:mo>
                    <mml:msub>
                      <mml:mi>g</mml:mi>
                      <mml:mi>R</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:msup>
                  <mml:mi>ϵ</mml:mi>
                  <mml:mrow>
                    <mml:mo>*</mml:mo>
                    <mml:mi>μ</mml:mi>
                  </mml:mrow>
                </mml:msup>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mi>λ</mml:mi>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msub>
                      <mml:mi>γ</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msub>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>,</mml:mo>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                  </mml:mrow>
                  <mml:mi>A</mml:mi>
                </mml:msubsup>
                <mml:mo>=</mml:mo>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:mn>1</mml:mn>
                    <mml:mo>+</mml:mo>
                    <mml:msub>
                      <mml:mi>g</mml:mi>
                      <mml:mi>L</mml:mi>
                    </mml:msub>
                    <mml:mo>−</mml:mo>
                    <mml:msub>
                      <mml:mi>g</mml:mi>
                      <mml:mi>R</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:msup>
                  <mml:mi>ϵ</mml:mi>
                  <mml:mrow>
                    <mml:mo>*</mml:mo>
                    <mml:mi>μ</mml:mi>
                  </mml:mrow>
                </mml:msup>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mi>λ</mml:mi>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msub>
                      <mml:mi>γ</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msub>
                    <mml:msub>
                      <mml:mi>γ</mml:mi>
                      <mml:mn>5</mml:mn>
                    </mml:msub>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>.</mml:mo>
              </mml:mtd>
            </mml:mtr>
          </mml:mtable>
        </mml:math>
      </disp-formula>
      <p><bold>Tensor Contributions</bold></p>
      <disp-formula id="FD4">
        <mml:math>
          <mml:mtable columnalign="left">
            <mml:mtr>
              <mml:mtd>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>,</mml:mo>
                    <mml:msup>
                      <mml:mi>λ</mml:mi>
                      <mml:mo>′</mml:mo>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mi>T</mml:mi>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                </mml:msubsup>
                <mml:mo>=</mml:mo>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>,</mml:mo>
                    <mml:msup>
                      <mml:mi>λ</mml:mi>
                      <mml:mo>′</mml:mo>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:mi>T</mml:mi>
                        <mml:mn>1</mml:mn>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                </mml:msubsup>
                <mml:mo>−</mml:mo>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>,</mml:mo>
                    <mml:msup>
                      <mml:mi>λ</mml:mi>
                      <mml:mo>′</mml:mo>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:mi>T</mml:mi>
                        <mml:mn>2</mml:mn>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                </mml:msubsup>
                <mml:mo>,</mml:mo>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>,</mml:mo>
                    <mml:msup>
                      <mml:mi>λ</mml:mi>
                      <mml:mo>′</mml:mo>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:mi>T</mml:mi>
                        <mml:mn>1</mml:mn>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                </mml:msubsup>
                <mml:mo>=</mml:mo>
                <mml:msub>
                  <mml:mi>g</mml:mi>
                  <mml:mi>T</mml:mi>
                </mml:msub>
                <mml:msup>
                  <mml:mi>ϵ</mml:mi>
                  <mml:mrow>
                    <mml:mo>*</mml:mo>
                    <mml:mi>μ</mml:mi>
                  </mml:mrow>
                </mml:msup>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mi>λ</mml:mi>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:msup>
                  <mml:mi>ϵ</mml:mi>
                  <mml:mrow>
                    <mml:mo>*</mml:mo>
                    <mml:mi>ν</mml:mi>
                  </mml:mrow>
                </mml:msup>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:msup>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>′</mml:mo>
                  </mml:msup>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:mi>i</mml:mi>
                    <mml:msub>
                      <mml:mi>σ</mml:mi>
                      <mml:mrow>
                        <mml:mi>μ</mml:mi>
                        <mml:mi>ν</mml:mi>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>,</mml:mo>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:msubsup>
                  <mml:mi>H</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>λ</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>,</mml:mo>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>,</mml:mo>
                    <mml:msup>
                      <mml:mi>λ</mml:mi>
                      <mml:mo>′</mml:mo>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:mi>T</mml:mi>
                        <mml:mn>2</mml:mn>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                </mml:msubsup>
                <mml:mo>=</mml:mo>
                <mml:msub>
                  <mml:mi>g</mml:mi>
                  <mml:mi>T</mml:mi>
                </mml:msub>
                <mml:msup>
                  <mml:mi>ϵ</mml:mi>
                  <mml:mrow>
                    <mml:mo>*</mml:mo>
                    <mml:mi>μ</mml:mi>
                  </mml:mrow>
                </mml:msup>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mi>λ</mml:mi>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:msup>
                  <mml:mi>ϵ</mml:mi>
                  <mml:mrow>
                    <mml:mo>*</mml:mo>
                    <mml:mi>ν</mml:mi>
                  </mml:mrow>
                </mml:msup>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:msup>
                    <mml:mi>λ</mml:mi>
                    <mml:mo>′</mml:mo>
                  </mml:msup>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:mi>i</mml:mi>
                    <mml:msub>
                      <mml:mi>σ</mml:mi>
                      <mml:mrow>
                        <mml:mi>μ</mml:mi>
                        <mml:mi>ν</mml:mi>
                      </mml:mrow>
                    </mml:msub>
                    <mml:msub>
                      <mml:mi>γ</mml:mi>
                      <mml:mn>5</mml:mn>
                    </mml:msub>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>.</mml:mo>
              </mml:mtd>
            </mml:mtr>
          </mml:mtable>
        </mml:math>
      </disp-formula>
      <p><bold>Scalar and Pseudoscalar Matrix Elements</bold></p>
      <disp-formula id="FD5">
        <label>(1)</label>
        <mml:math>
          <mml:mtable>
            <mml:mtr>
              <mml:mtd>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>=</mml:mo>
                <mml:mfrac>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>q</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mi>b</mml:mi>
                    </mml:msub>
                    <mml:mo>−</mml:mo>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:mfrac>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msup>
                      <mml:mi>γ</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msup>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mo>=</mml:mo>
                <mml:msub>
                  <mml:mi>F</mml:mi>
                  <mml:mn>0</mml:mn>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>q</mml:mi>
                      <mml:mn>2</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mfrac>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>b</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>−</mml:mo>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mi>b</mml:mi>
                    </mml:msub>
                    <mml:mo>−</mml:mo>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:mfrac>
                <mml:msub>
                  <mml:mover accent="true">
                    <mml:mi>u</mml:mi>
                    <mml:mo>¯</mml:mo>
                  </mml:mover>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:msub>
                  <mml:mi>u</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>b</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:mo>,</mml:mo>
              </mml:mtd>
            </mml:mtr>
          </mml:mtable>
        </mml:math>
      </disp-formula>
      <disp-formula id="FD6">
        <label>(2)</label>
        <mml:math>
          <mml:mtable>
            <mml:mtr>
              <mml:mtd>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msub>
                      <mml:mi>γ</mml:mi>
                      <mml:mn>5</mml:mn>
                    </mml:msub>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>=</mml:mo>
                <mml:mfrac>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>q</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mi>b</mml:mi>
                    </mml:msub>
                    <mml:mo>+</mml:mo>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:mfrac>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msup>
                      <mml:mi>γ</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msup>
                    <mml:msub>
                      <mml:mi>γ</mml:mi>
                      <mml:mn>5</mml:mn>
                    </mml:msub>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mo>=</mml:mo>
                <mml:msub>
                  <mml:mi>G</mml:mi>
                  <mml:mn>0</mml:mn>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>q</mml:mi>
                      <mml:mn>2</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mfrac>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>b</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>+</mml:mo>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mi>b</mml:mi>
                    </mml:msub>
                    <mml:mo>+</mml:mo>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:mfrac>
                <mml:msub>
                  <mml:mover accent="true">
                    <mml:mi>u</mml:mi>
                    <mml:mo>¯</mml:mo>
                  </mml:mover>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:msub>
                  <mml:mi>γ</mml:mi>
                  <mml:mn>5</mml:mn>
                </mml:msub>
                <mml:msub>
                  <mml:mi>u</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>b</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:mo>.</mml:mo>
              </mml:mtd>
            </mml:mtr>
          </mml:mtable>
        </mml:math>
      </disp-formula>
      <p><bold>Vector and Axial-Vector Matrix Elements</bold></p>
      <disp-formula id="FD7">
        <mml:math>
          <mml:mtable>
            <mml:mtr>
              <mml:mtd>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msup>
                      <mml:mi>γ</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msup>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>=</mml:mo>
                <mml:msub>
                  <mml:mover accent="true">
                    <mml:mi>u</mml:mi>
                    <mml:mo>¯</mml:mo>
                  </mml:mover>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>[</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>F</mml:mi>
                      <mml:mn>0</mml:mn>
                    </mml:msub>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                        </mml:msub>
                        <mml:mo>−</mml:mo>
                        <mml:msub>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mfrac>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                    </mml:mfrac>
                  </mml:mrow>
                </mml:mrow>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mo>+</mml:mo>
                <mml:msub>
                  <mml:mi>F</mml:mi>
                  <mml:mo>+</mml:mo>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>q</mml:mi>
                      <mml:mn>2</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mfrac>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>b</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>+</mml:mo>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Q</mml:mi>
                      <mml:mo>+</mml:mo>
                    </mml:msub>
                  </mml:mrow>
                </mml:mfrac>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msubsup>
                      <mml:mi>p</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>b</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mi>μ</mml:mi>
                    </mml:msubsup>
                    <mml:mo>+</mml:mo>
                    <mml:msubsup>
                      <mml:mi>p</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mi>μ</mml:mi>
                    </mml:msubsup>
                    <mml:mo>−</mml:mo>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msubsup>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mn>2</mml:mn>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:msubsup>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mn>2</mml:mn>
                        </mml:msubsup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mfrac>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                    </mml:mfrac>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mo>+</mml:mo>
                <mml:mrow>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>F</mml:mi>
                      <mml:mo>⊥</mml:mo>
                    </mml:msub>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>γ</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msup>
                        <mml:mo>−</mml:mo>
                        <mml:mfrac>
                          <mml:mrow>
                            <mml:mn>2</mml:mn>
                            <mml:msub>
                              <mml:mi>m</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>c</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Q</mml:mi>
                              <mml:mo>+</mml:mo>
                            </mml:msub>
                          </mml:mrow>
                        </mml:mfrac>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:mfrac>
                          <mml:mrow>
                            <mml:mn>2</mml:mn>
                            <mml:msub>
                              <mml:mi>m</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>b</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Q</mml:mi>
                              <mml:mo>+</mml:mo>
                            </mml:msub>
                          </mml:mrow>
                        </mml:mfrac>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo>]</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>u</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>b</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:mo>,</mml:mo>
              </mml:mtd>
            </mml:mtr>
          </mml:mtable>
        </mml:math>
      </disp-formula>
      <disp-formula id="FD8">
        <mml:math>
          <mml:mtable>
            <mml:mtr>
              <mml:mtd>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:msup>
                      <mml:mi>γ</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msup>
                    <mml:msub>
                      <mml:mi>γ</mml:mi>
                      <mml:mn>5</mml:mn>
                    </mml:msub>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
                <mml:mo>=</mml:mo>
                <mml:mo>−</mml:mo>
                <mml:msub>
                  <mml:mover accent="true">
                    <mml:mi>u</mml:mi>
                    <mml:mo>¯</mml:mo>
                  </mml:mover>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:msub>
                  <mml:mi>γ</mml:mi>
                  <mml:mn>5</mml:mn>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>[</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>G</mml:mi>
                      <mml:mn>0</mml:mn>
                    </mml:msub>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                        </mml:msub>
                        <mml:mo>+</mml:mo>
                        <mml:msub>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mfrac>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                    </mml:mfrac>
                  </mml:mrow>
                </mml:mrow>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mo>+</mml:mo>
                <mml:msub>
                  <mml:mi>G</mml:mi>
                  <mml:mo>+</mml:mo>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>q</mml:mi>
                      <mml:mn>2</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mfrac>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>b</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>−</mml:mo>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Q</mml:mi>
                      <mml:mo>−</mml:mo>
                    </mml:msub>
                  </mml:mrow>
                </mml:mfrac>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msubsup>
                      <mml:mi>p</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>b</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mi>μ</mml:mi>
                    </mml:msubsup>
                    <mml:mo>+</mml:mo>
                    <mml:msubsup>
                      <mml:mi>p</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mi>μ</mml:mi>
                    </mml:msubsup>
                    <mml:mo>−</mml:mo>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msubsup>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mn>2</mml:mn>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:msubsup>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mn>2</mml:mn>
                        </mml:msubsup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mfrac>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                    </mml:mfrac>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mo>+</mml:mo>
                <mml:mrow>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>G</mml:mi>
                      <mml:mo>⊥</mml:mo>
                    </mml:msub>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>γ</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msup>
                        <mml:mo>+</mml:mo>
                        <mml:mfrac>
                          <mml:mrow>
                            <mml:mn>2</mml:mn>
                            <mml:msub>
                              <mml:mi>m</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>c</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Q</mml:mi>
                              <mml:mo>−</mml:mo>
                            </mml:msub>
                          </mml:mrow>
                        </mml:mfrac>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:mfrac>
                          <mml:mrow>
                            <mml:mn>2</mml:mn>
                            <mml:msub>
                              <mml:mi>m</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>b</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Q</mml:mi>
                              <mml:mo>−</mml:mo>
                            </mml:msub>
                          </mml:mrow>
                        </mml:mfrac>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo>]</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>u</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>b</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:mo>.</mml:mo>
              </mml:mtd>
            </mml:mtr>
          </mml:mtable>
        </mml:math>
      </disp-formula>
      <p><bold>Tensor Matrix Elements</bold></p>
      <disp-formula id="FD9">
        <label>(3)</label>
        <mml:math>
          <mml:mtable columnalign="left">
            <mml:mtr>
              <mml:mtd>
                <mml:mrow>
                  <mml:mo>〈</mml:mo>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                    <mml:mover accent="true">
                      <mml:mi>c</mml:mi>
                      <mml:mo>¯</mml:mo>
                    </mml:mover>
                    <mml:mi>i</mml:mi>
                    <mml:msup>
                      <mml:mi>σ</mml:mi>
                      <mml:mrow>
                        <mml:mi>μ</mml:mi>
                        <mml:mi>ν</mml:mi>
                      </mml:mrow>
                    </mml:msup>
                    <mml:mi>b</mml:mi>
                  </mml:mrow>
                  <mml:mo>〉</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>Λ</mml:mi>
                  <mml:mi>b</mml:mi>
                </mml:msub>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mo>=</mml:mo>
                <mml:msub>
                  <mml:mover accent="true">
                    <mml:mi>u</mml:mi>
                    <mml:mo>¯</mml:mo>
                  </mml:mover>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>c</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>[</mml:mo>
                  <mml:mrow>
                    <mml:mn>2</mml:mn>
                    <mml:msub>
                      <mml:mi>h</mml:mi>
                      <mml:mo>+</mml:mo>
                    </mml:msub>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mfrac>
                      <mml:mrow>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>ν</mml:mi>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>ν</mml:mi>
                        </mml:msubsup>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                      </mml:mrow>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Q</mml:mi>
                          <mml:mo>+</mml:mo>
                        </mml:msub>
                      </mml:mrow>
                    </mml:mfrac>
                  </mml:mrow>
                </mml:mrow>
                <mml:mo>+</mml:mo>
                <mml:msub>
                  <mml:mi>h</mml:mi>
                  <mml:mo>⊥</mml:mo>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>q</mml:mi>
                      <mml:mn>2</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:mfrac>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                        </mml:msub>
                        <mml:mo>+</mml:mo>
                        <mml:msub>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                    </mml:mfrac>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msup>
                        <mml:msup>
                          <mml:mi>γ</mml:mi>
                          <mml:mi>ν</mml:mi>
                        </mml:msup>
                        <mml:mo>−</mml:mo>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mi>ν</mml:mi>
                        </mml:msup>
                        <mml:msup>
                          <mml:mi>γ</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                </mml:mrow>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mo>−</mml:mo>
                <mml:mrow>
                  <mml:mrow>
                    <mml:mn>2</mml:mn>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:mfrac>
                          <mml:mn>1</mml:mn>
                          <mml:mrow>
                            <mml:msup>
                              <mml:mi>q</mml:mi>
                              <mml:mn>2</mml:mn>
                            </mml:msup>
                          </mml:mrow>
                        </mml:mfrac>
                        <mml:mo>+</mml:mo>
                        <mml:mfrac>
                          <mml:mn>1</mml:mn>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Q</mml:mi>
                              <mml:mo>+</mml:mo>
                            </mml:msub>
                          </mml:mrow>
                        </mml:mfrac>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>ν</mml:mi>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>ν</mml:mi>
                        </mml:msubsup>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mo>+</mml:mo>
                <mml:msub>
                  <mml:mover accent="true">
                    <mml:mi>h</mml:mi>
                    <mml:mo>˜</mml:mo>
                  </mml:mover>
                  <mml:mo>+</mml:mo>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>q</mml:mi>
                      <mml:mn>2</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:mi>i</mml:mi>
                    <mml:msup>
                      <mml:mi>σ</mml:mi>
                      <mml:mrow>
                        <mml:mi>μ</mml:mi>
                        <mml:mi>ν</mml:mi>
                      </mml:mrow>
                    </mml:msup>
                    <mml:mo>−</mml:mo>
                    <mml:mfrac>
                      <mml:mn>2</mml:mn>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Q</mml:mi>
                          <mml:mo>−</mml:mo>
                        </mml:msub>
                      </mml:mrow>
                    </mml:mfrac>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                        </mml:msub>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:msubsup>
                              <mml:mi>p</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>c</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                              <mml:mi>μ</mml:mi>
                            </mml:msubsup>
                            <mml:msup>
                              <mml:mi>γ</mml:mi>
                              <mml:mi>ν</mml:mi>
                            </mml:msup>
                            <mml:mo>−</mml:mo>
                            <mml:msubsup>
                              <mml:mi>p</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>c</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                              <mml:mi>ν</mml:mi>
                            </mml:msubsup>
                            <mml:msup>
                              <mml:mi>γ</mml:mi>
                              <mml:mi>μ</mml:mi>
                            </mml:msup>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                      </mml:mrow>
                    </mml:mrow>
                  </mml:mrow>
                </mml:mrow>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mrow>
                  <mml:mrow>
                    <mml:munderover>
                      <mml:mtext>
                         
                      </mml:mtext>
                      <mml:mtext>
                         
                      </mml:mtext>
                      <mml:mtext>
                         
                      </mml:mtext>
                    </mml:munderover>
                    <mml:mrow>
                      <mml:mrow>
                        <mml:mtext>
                           
                        </mml:mtext>
                        <mml:mtext>
                           
                        </mml:mtext>
                        <mml:mo>−</mml:mo>
                        <mml:msub>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                        </mml:msub>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:msubsup>
                              <mml:mi>p</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>b</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                              <mml:mi>μ</mml:mi>
                            </mml:msubsup>
                            <mml:msup>
                              <mml:mi>γ</mml:mi>
                              <mml:mi>ν</mml:mi>
                            </mml:msup>
                            <mml:mo>−</mml:mo>
                            <mml:msubsup>
                              <mml:mi>p</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>b</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                              <mml:mi>ν</mml:mi>
                            </mml:msubsup>
                            <mml:msup>
                              <mml:mi>γ</mml:mi>
                              <mml:mi>μ</mml:mi>
                            </mml:msup>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                        <mml:mo>+</mml:mo>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>ν</mml:mi>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>ν</mml:mi>
                        </mml:msubsup>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mo>+</mml:mo>
                <mml:msub>
                  <mml:mover accent="true">
                    <mml:mi>h</mml:mi>
                    <mml:mo>˜</mml:mo>
                  </mml:mover>
                  <mml:mo>⊥</mml:mo>
                </mml:msub>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>q</mml:mi>
                      <mml:mn>2</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mfrac>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>b</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                    <mml:mo>−</mml:mo>
                    <mml:msub>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                    </mml:msub>
                  </mml:mrow>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>q</mml:mi>
                      <mml:mn>2</mml:mn>
                    </mml:msup>
                    <mml:msub>
                      <mml:mi>Q</mml:mi>
                      <mml:mo>−</mml:mo>
                    </mml:msub>
                  </mml:mrow>
                </mml:mfrac>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msubsup>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mn>2</mml:mn>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:msubsup>
                          <mml:mi>m</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>c</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mn>2</mml:mn>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:msup>
                          <mml:mi>q</mml:mi>
                          <mml:mn>2</mml:mn>
                        </mml:msup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                    <mml:mrow>
                      <mml:mo>(</mml:mo>
                      <mml:mrow>
                        <mml:msup>
                          <mml:mi>γ</mml:mi>
                          <mml:mi>μ</mml:mi>
                        </mml:msup>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>ν</mml:mi>
                        </mml:msubsup>
                        <mml:mo>−</mml:mo>
                        <mml:msup>
                          <mml:mi>γ</mml:mi>
                          <mml:mi>ν</mml:mi>
                        </mml:msup>
                        <mml:msubsup>
                          <mml:mi>p</mml:mi>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>Λ</mml:mi>
                              <mml:mi>b</mml:mi>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mi>μ</mml:mi>
                        </mml:msubsup>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                </mml:mrow>
              </mml:mtd>
            </mml:mtr>
            <mml:mtr>
              <mml:mtd>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mtext>
                   
                </mml:mtext>
                <mml:mo>−</mml:mo>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msubsup>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>b</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mn>2</mml:mn>
                    </mml:msubsup>
                    <mml:mo>−</mml:mo>
                    <mml:msubsup>
                      <mml:mi>m</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mn>2</mml:mn>
                    </mml:msubsup>
                    <mml:mo>+</mml:mo>
                    <mml:msup>
                      <mml:mi>q</mml:mi>
                      <mml:mn>2</mml:mn>
                    </mml:msup>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:msup>
                      <mml:mi>γ</mml:mi>
                      <mml:mi>μ</mml:mi>
                    </mml:msup>
                    <mml:msubsup>
                      <mml:mi>p</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mi>ν</mml:mi>
                    </mml:msubsup>
                    <mml:mo>−</mml:mo>
                    <mml:msup>
                      <mml:mi>γ</mml:mi>
                      <mml:mi>ν</mml:mi>
                    </mml:msup>
                    <mml:msubsup>
                      <mml:mi>p</mml:mi>
                      <mml:mrow>
                        <mml:msub>
                          <mml:mi>Λ</mml:mi>
                          <mml:mi>c</mml:mi>
                        </mml:msub>
                      </mml:mrow>
                      <mml:mi>μ</mml:mi>
                    </mml:msubsup>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
                <mml:mo>+</mml:mo>
                <mml:mrow>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mrow>
                        <mml:mn>2</mml:mn>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:msub>
                              <mml:mi>m</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>b</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                            </mml:msub>
                            <mml:mo>−</mml:mo>
                            <mml:msub>
                              <mml:mi>m</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>c</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                            </mml:msub>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:msubsup>
                              <mml:mi>p</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>b</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                              <mml:mi>μ</mml:mi>
                            </mml:msubsup>
                            <mml:msubsup>
                              <mml:mi>p</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>c</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                              <mml:mi>ν</mml:mi>
                            </mml:msubsup>
                            <mml:mo>−</mml:mo>
                            <mml:msubsup>
                              <mml:mi>p</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>b</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                              <mml:mi>ν</mml:mi>
                            </mml:msubsup>
                            <mml:msubsup>
                              <mml:mi>p</mml:mi>
                              <mml:mrow>
                                <mml:msub>
                                  <mml:mi>Λ</mml:mi>
                                  <mml:mi>c</mml:mi>
                                </mml:msub>
                              </mml:mrow>
                              <mml:mi>μ</mml:mi>
                            </mml:msubsup>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                      </mml:mrow>
                      <mml:mo>)</mml:mo>
                    </mml:mrow>
                  </mml:mrow>
                  <mml:mo>]</mml:mo>
                </mml:mrow>
                <mml:msub>
                  <mml:mi>u</mml:mi>
                  <mml:mrow>
                    <mml:msub>
                      <mml:mi>Λ</mml:mi>
                      <mml:mi>b</mml:mi>
                    </mml:msub>
                  </mml:mrow>
                </mml:msub>
                <mml:mo>.</mml:mo>
              </mml:mtd>
            </mml:mtr>
          </mml:mtable>
        </mml:math>
      </disp-formula>
      <p>The covariance matrices for all ten form factors, along with the differential decay rate for <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub><mml:msup><mml:mi> ℓ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> ℓ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> , are provided in supplemental files. Differential decay rates will be computed for the SM and NP scenarios using a C-code for validation against Mathematica results.</p>
    </sec>
    <sec id="sec3">
      <title>3. Program Overview</title>
      <p>This paper introduces a C-language code for reading scalar, vector, and tensor lattice QCD form factors for any hadroinc transition. We will use the case study of the transition <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> , generating data points for the differential decay rate of the process <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub><mml:mi> τ </mml:mi><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> τ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> . The code, converted from the Mathematica code used in Ref. [<xref ref-type="bibr" rid="B3">3</xref>], is available on GitHub <ext-link ext-link-type="uri" xlink:href="https://github.com/darkfiresmith96/Lattice_QCD">https://github.com/darkfiresmith96/Lattice_QCD</ext-link> under the GNU General Public License 3 (GPL) license. The primary code is organized into main.c and supplementary files (Constant.c, Constant.h, Calculate.c, Calculate.h, File_Manipulate.c, File_Manipulate.h), along with data files like covariance, results, HO_covariance, and HO_results, where HO stands for higher-order fit.</p>
      <p>Verification against the Mathematica code showed that the C-code offers significant efficiency improvements, with a runtime ratio of 1:64.2 per data point, due to its lower-level implementation. The modularity and speed of C also enhance memory and resource control compared to Mathematica.</p>
      <p>The code development involved three main steps: 1) <bold>File Reading</bold>: Four custom read-file functions were created to handle diverse input data structures, which were reorganized for processing. 2) <bold>Calculations</bold>: Mapping data flow from the Mathematica code required recreating its functions in C and identifying computational patterns, such as those for nominal and higher-order form factors. Complex decay rate formulas were broken down for implementation. 3) <bold>Data Output</bold>: Results were tabulated, including <inline-formula><mml:math><mml:mrow><mml:msup><mml:mi> q </mml:mi><mml:mn> 2 </mml:mn></mml:msup></mml:mrow></mml:math></inline-formula> , differential decay rates, and associated errors, and exported to text files for graphing, such as plotting the differential decay rate versus <inline-formula><mml:math><mml:mrow><mml:msup><mml:mi> q </mml:mi><mml:mn> 2 </mml:mn></mml:msup></mml:mrow></mml:math></inline-formula> .</p>
      <p>This work highlights the advantages of C for scientific computing, particularly in efficiency and flexibility, while maintaining consistency with previous results from lattice QCD computations.</p>
    </sec>
    <sec id="sec4">
      <title>4. Results</title>
      <p>Once the results are stored in a file, they can be imported into graphing software to create plots of the decay rate and its associated error. The format of the data file is illustrated in <xref ref-type="fig" rid="fig1">Figure 1</xref>. The resulting graphs of the differential distribution, generated using both the Mathematica and C codes, are shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>, <bold>Figure 3</bold>. These graphs demonstrate that the C-code results align closely with the Mathematica results and are consistent with Ref. [<xref ref-type="bibr" rid="B3">3</xref>], confirming the correctness of the C implementation.</p>
      <p>The speed comparison between the C and Mathematica codes is summarized in <xref ref-type="fig" rid="fig4">Figure 4</xref> and <bold>Table 1</bold>. Both codes were tested with 10, 100, 1000, and 10,000 data points over five trials per case. The wall clock time for each trial was recorded and averaged. The resulting graph of wall clock time versus the number of data points is linear for both codes. Based on the slopes of these graphs, the C-code is determined to be approximately 64.2 times faster than the Mathematica code per data point.</p>
      <fig id="fig1">
        <label>Figure 1</label>
        <graphic xlink:href="https://html.scirp.org/file/2181473-rId91.jpeg?20260113025231" />
      </fig>
      <p><bold>Figure 1</bold><bold>.</bold> Example of data from code.</p>
      <fig id="fig2">
        <label>Figure 2</label>
        <graphic xlink:href="https://html.scirp.org/file/2181473-rId92.jpeg?20260113025231" />
      </fig>
      <fig id="fig3">
        <label>Figure 3</label>
        <graphic xlink:href="https://html.scirp.org/file/2181473-rId93.jpeg?20260113025231" />
      </fig>
      <p>(a) (b)</p>
      <p><bold>Figure 2</bold><bold>.</bold> The differential decay rate distribution from the Mathematica code. The left panel is the Standard Model results and the right panel is the new physics results at <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> g </mml:mi><mml:mi> s </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:msub><mml:mi> g </mml:mi><mml:mi> p </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:msub><mml:mi> g </mml:mi><mml:mi> R </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:msub><mml:mi> g </mml:mi><mml:mi> T </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:mn> 0 </mml:mn></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> g </mml:mi><mml:mi> L </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:mo> − </mml:mo><mml:mn> 2.2 </mml:mn></mml:mrow></mml:math></inline-formula> .</p>
      <fig id="fig4">
        <label>Figure 4</label>
        <graphic xlink:href="https://html.scirp.org/file/2181473-rId98.jpeg?20260113025230" />
      </fig>
      <fig id="fig5">
        <label>Figure 5</label>
        <graphic xlink:href="https://html.scirp.org/file/2181473-rId99.jpeg?20260113025231" />
      </fig>
      <p>(a) (b)</p>
      <p><bold>Figure 3</bold><bold>.</bold> The differential decay rate distribution from the C-code. The left panel is the Standard Model results and the right panel is the new physics results at <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> g </mml:mi><mml:mi> s </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:msub><mml:mi> g </mml:mi><mml:mi> p </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:msub><mml:mi> g </mml:mi><mml:mi> R </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:msub><mml:mi> g </mml:mi><mml:mi> T </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:mn> 0 </mml:mn></mml:mrow></mml:math></inline-formula> and <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> g </mml:mi><mml:mi> L </mml:mi></mml:msub><mml:mo> = </mml:mo><mml:mo> − </mml:mo><mml:mn> 2.2 </mml:mn></mml:mrow></mml:math></inline-formula> .</p>
      <fig id="fig6">
        <label>Figure 6</label>
        <graphic xlink:href="https://html.scirp.org/file/2181473-rId104.jpeg?20260113025231" />
      </fig>
      <fig id="fig7">
        <label>Figure 7</label>
        <graphic xlink:href="https://html.scirp.org/file/2181473-rId105.jpeg?20260113025231" />
      </fig>
      <p>(a) (b)</p>
      <p><bold>Figure 4</bold>. Results of the speed test. This shows that the C-code (red) performs faster than the Mathematica code (blue). Left and right panels are the linear and log plots, consequently, of the wall clock time (sec.) versus the number of data points.</p>
      <p><bold>Table 1</bold><bold>.</bold> Results of of the speed test for the C-code and the Mathematica code.</p>
      <table-wrap id="tbl1">
        <label>Table 1</label>
        <table>
          <tbody>
            <tr>
              <td>Number of points</td>
              <td>Average time of mathematica code (sec.)</td>
              <td>Average time of C code (sec.)</td>
            </tr>
            <tr>
              <td>10</td>
              <td>5.4264</td>
              <td>0.1076</td>
            </tr>
            <tr>
              <td>
              </td>
              <td>21.2736</td>
              <td>0.3652</td>
            </tr>
            <tr>
              <td>
              </td>
              <td>175.7828</td>
              <td>2.8656</td>
            </tr>
            <tr>
              <td>
              </td>
              <td>1736.1958</td>
              <td>26.8708</td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
    </sec>
    <sec id="sec5">
      <title>5. Web Application with Graphical Interface</title>
      <p>To expand accessibility beyond users familiar with compiling and running C code on a Linux command line, a prototype web application was developed using the Node.js framework. This web application allows users to upload the necessary data documents and input parameters via a graphical interface, as shown in <xref ref-type="fig" rid="fig5">Figure 5</xref>. The application then executes the C program on the server and delivers the computed raw data to the user through the webpage. Hosted on a “free-tier” Heroku Cloud instance, the system utilizes Docker for easy scaling to more powerful computational resources when needed.</p>
      <p>Future enhancements include a generalized interface that accepts user-defined mathematical expressions in LaTeX format. Users will upload compatible data files, as illustrated in <xref ref-type="fig" rid="fig6">Figure 6</xref>. The application parses the input expression, generates JavaScript code to compute the results, and delivers them based on the provided data files (e.g., a spreadsheet with “x” and “y” columns). Future versions will generate and compile C code for improved efficiency. This evolution of the web application demonstrates its potential for broader user adoption and versatility.</p>
    </sec>
    <sec id="sec6">
      <title>6. Conclusion</title>
      <p>In general, hadronic transitions are described using scalar, vector, and tensor QCD lattice form factors. While the widely used computational tool for reading and implementing form factor data files is Mathematica, this paper presented a C-code alternative that generates decay rate data points for any hadronic transition. We utilized this process <inline-formula><mml:math><mml:mrow><mml:msub><mml:mi> Λ </mml:mi><mml:mi> b </mml:mi></mml:msub><mml:mo> → </mml:mo><mml:msub><mml:mi> Λ </mml:mi><mml:mi> c </mml:mi></mml:msub><mml:msup><mml:mi> τ </mml:mi><mml:mo> − </mml:mo></mml:msup><mml:msub><mml:mover accent="true"><mml:mi> ν </mml:mi><mml:mo> ¯ </mml:mo></mml:mover><mml:mi> τ </mml:mi></mml:msub></mml:mrow></mml:math></inline-formula> as a case study. Verification against</p>
      <fig id="fig8">
        <label>Figure 8</label>
        <graphic xlink:href="https://html.scirp.org/file/2181473-rId108.jpeg?20260113025231" />
      </fig>
      <p><bold>Figure 5</bold><bold>.</bold> Web interface for user inputs.</p>
      <fig id="fig9">
        <label>Figure 9</label>
        <graphic xlink:href="https://html.scirp.org/file/2181473-rId109.jpeg?20260113025231" />
      </fig>
      <p><bold>Figure 6</bold><bold>.</bold> Web application which can parse user’s expression.</p>
      <p>the Mathematica code showed that both provided identical results. Performance comparisons revealed that the C-code was significantly more efficient, with a wall clock time ratio of 1:64.2 per data point compared to the Mathematica code. Additionally, the C-code was compact, occupying 26 KB of memory versus 107 KB for the Mathematica implementation. A user-friendly web interface was also developed to streamline input handling and computations, making the system more accessible.</p>
    </sec>
    <sec id="sec7">
      <title>Acknowledgements</title>
      <p>We thank Stefan Meinel for providing the Mathematica code that reads the data file of the QCD lattice form factor. B.S. acknowledges the hospitality of Stefan Meinel at the Department of Physics, University of Arizona, where he gave B.S. a lesson on the mathematics and physics behind the code, as well as the algorithm of the Mathematica code. This work was financially supported by the Student/Faculty Research Engagement (SFRE) Grant and Summer Undergrad Research Experience (SURE) Grant (B.S.).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="B1">
        <label>1.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Chakraverty, D., De, T., Dutta-Roy, B. and Gupta, K.S. (1997) Non-Relativistic Model for the Semileptonic <italic>λ</italic><sub>b</sub> → <italic>λ</italic><sub>c</sub> Decay. <italic>Modern Physics Letters A</italic>, 12, 195-204. https://doi.org/10.1142/s0217732397000194 <pub-id pub-id-type="doi">10.1142/s0217732397000194</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1142/s0217732397000194">https://doi.org/10.1142/s0217732397000194</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Chakraverty, D.</string-name>
              <string-name>De, T.</string-name>
              <string-name>Dutta-Roy, B.</string-name>
              <string-name>Gupta, K.S.</string-name>
            </person-group>
            <year>1997</year>
            <article-title>Non-Relativistic Model for the Semileptonic λb → λc Decay</article-title>
            <source>Modern Physics Letters A</source>
            <volume>12</volume>
            <pub-id pub-id-type="doi">10.1142/s0217732397000194</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B2">
        <label>2.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Albertus, C., Hernández, E. and Nieves, J. (2005) Combined Nonrelativistic Constituent Quark Model and Heavy Quark Effective Theory Study of Semileptonic Decays of <italic>λ</italic><italic><sub>b</sub></italic> and <italic>ξ</italic><italic><sub>b</sub></italic> baryons. <italic>Physical Review D</italic>, 71, Article ID: 014012. https://doi.org/10.1103/physrevd.71.014012 <pub-id pub-id-type="doi">10.1103/physrevd.71.014012</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.71.014012">https://doi.org/10.1103/physrevd.71.014012</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Albertus, C.</string-name>
              <string-name>Nieves, J.</string-name>
            </person-group>
            <year>2005</year>
            <article-title>Combined Nonrelativistic Constituent Quark Model and Heavy Quark Effective Theory Study of Semileptonic Decays of λb and ξb baryons</article-title>
            <source>Physical Review D</source>
            <volume>71</volume>
            <fpage>014012</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.71.014012</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B3">
        <label>3.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Datta, A., Kamali, S., Meinel, S. and Rashed, A. (2017) Phenomenology of <italic>λ</italic><italic><sub>b</sub></italic> → <italic>λ</italic><sub>c</sub><italic>τ</italic>ν‾ <italic><sub>τ</sub></italic> Using Lattice QCD Calculations. <italic>Journal of High Energy Physics</italic>, 2017, Article No. 131. https://doi.org/10.1007/jhep08(2017)131 <pub-id pub-id-type="doi">10.1007/jhep08(2017)131</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/jhep08(2017)131">https://doi.org/10.1007/jhep08(2017)131</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Datta, A.</string-name>
              <string-name>Kamali, S.</string-name>
              <string-name>Meinel, S.</string-name>
              <string-name>Rashed, A.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>Phenomenology of λb → λc τν‾τ Using Lattice QCD Calculations</article-title>
            <source>Journal of High Energy Physics</source>
            <volume>2017</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1007/jhep08(2017)131</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B4">
        <label>4.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Shivashankara, S., Wu, W. and Datta, A. (2015) <italic>λ</italic><sub>b</sub> → <italic>λ</italic><sub>c</sub><italic>τ</italic>ν¯ <sub>τ</sub> Decay in the Standard Model and with New Physics. <italic>Physical Review D</italic>, 91, Article ID: 115003. https://doi.org/10.1103/physrevd.91.115003 <pub-id pub-id-type="doi">10.1103/physrevd.91.115003</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.91.115003">https://doi.org/10.1103/physrevd.91.115003</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Shivashankara, S.</string-name>
              <string-name>Wu, W.</string-name>
              <string-name>Datta, A.</string-name>
            </person-group>
            <year>2015</year>
            <article-title>λb → λcτν¯τ Decay in the Standard Model and with New Physics</article-title>
            <source>Physical Review D</source>
            <volume>91</volume>
            <fpage>115003</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.91.115003</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B5">
        <label>5.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Lees, J.P., Poireau, V., Tisserand, V., Grauges, E., Palano, A., Eigen, G., <italic>et al.</italic> (2013) Measurement of an Excess of <italic>B</italic>¯ → <italic>D</italic><sup>(*)</sup><italic>τ</italic>−ν¯ <italic><sub>τ</sub></italic> Decays and Implications for Charged Higgs Bosons. <italic>Physical Review D</italic>, 88, Article ID: 072012. https://doi.org/10.1103/physrevd.88.072012 <pub-id pub-id-type="doi">10.1103/physrevd.88.072012</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.88.072012">https://doi.org/10.1103/physrevd.88.072012</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Lees, J.P.</string-name>
              <string-name>Poireau, V.</string-name>
              <string-name>Tisserand, V.</string-name>
              <string-name>Grauges, E.</string-name>
              <string-name>Palano, A.</string-name>
              <string-name>Eigen, G.</string-name>
            </person-group>
            <year>2013</year>
            <article-title>Measurement of an Excess of B¯ → D(*)τ−ν¯τ Decays and Implications for Charged Higgs Bosons</article-title>
            <source>Physical Review D</source>
            <volume>88</volume>
            <fpage>072012</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.88.072012</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B6">
        <label>6.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Bhattacharya, B., Datta, A., London, D. and Shivashankara, S. (2015) Simultaneous Explanation of the <italic>R</italic><italic><sub>K</sub></italic> and <italic>R</italic>( <italic><sub>D</sub></italic><sup>(</sup><sup>⁎</sup><sup>)</sup>) Puzzles. <italic>Physics Letters B</italic>, 742, 370-374. https://doi.org/10.1016/j.physletb.2015.02.011 <pub-id pub-id-type="doi">10.1016/j.physletb.2015.02.011</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.physletb.2015.02.011">https://doi.org/10.1016/j.physletb.2015.02.011</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Bhattacharya, B.</string-name>
              <string-name>Datta, A.</string-name>
              <string-name>London, D.</string-name>
              <string-name>Shivashankara, S.</string-name>
            </person-group>
            <year>2015</year>
            <article-title>Simultaneous Explanation of the RK and R(D(⁎)) Puzzles</article-title>
            <source>Physics Letters B</source>
            <volume>742</volume>
            <pub-id pub-id-type="doi">10.1016/j.physletb.2015.02.011</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B7">
        <label>7.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Bhattacharya, B., Datta, A., Guévin, J., London, D. and Watanabe, R. (2017) Simultaneous Explanation of the <italic>R</italic><italic><sub>K</sub></italic> and <italic>R</italic><italic><sub>D</sub></italic>(*) Puzzles: A Model Analysis. <italic>Journal of High Energy Physics</italic>, 2017, Article No. 15. https://doi.org/10.1007/jhep01(2017)015 <pub-id pub-id-type="doi">10.1007/jhep01(2017)015</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/jhep01(2017)015">https://doi.org/10.1007/jhep01(2017)015</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Bhattacharya, B.</string-name>
              <string-name>Datta, A.</string-name>
              <string-name>London, D.</string-name>
              <string-name>Watanabe, R.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>Simultaneous Explanation of the RK and RD(*) Puzzles: A Model Analysis</article-title>
            <source>Journal of High Energy Physics</source>
            <volume>2017</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1007/jhep01(2017)015</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B8">
        <label>8.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Aaij, R., Adeva, B., Adinolfi, M., Affolder, A., Ajaltouni, Z., Akar, S., <italic>et al.</italic> (2014) Test of Lepton Universality Using <italic>B</italic><sup>+</sup> → <italic>K</italic><sup>+</sup><italic>ℓ</italic><sup>+</sup><italic>ℓ</italic><sup>−</sup> Decays. <italic>Physical Review Letters</italic>, 113, Article ID: 151601. https://doi.org/10.1103/physrevlett.113.151601 <pub-id pub-id-type="doi">10.1103/physrevlett.113.151601</pub-id><pub-id pub-id-type="pmid">25375701</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevlett.113.151601">https://doi.org/10.1103/physrevlett.113.151601</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Aaij, R.</string-name>
              <string-name>Adeva, B.</string-name>
              <string-name>Adinolfi, M.</string-name>
              <string-name>Affolder, A.</string-name>
              <string-name>Ajaltouni, Z.</string-name>
              <string-name>Akar, S.</string-name>
            </person-group>
            <year>2014</year>
            <article-title>Test of Lepton Universality Using B+ → K+ℓ+ℓ− Decays</article-title>
            <source>Physical Review Letters</source>
            <volume>113</volume>
            <fpage>151601</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevlett.113.151601</pub-id>
            <pub-id pub-id-type="pmid">25375701</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B9">
        <label>9.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Alok, A.K., Bhattacharya, B., Datta, A., Kumar, D., Kumar, J. and London, D. (2017) New Physics in <italic>b</italic> → <italic>sμ</italic><sup>+</sup><italic>μ</italic><sup>−</sup> after the Measurement of <italic>R</italic><italic><sub>K</sub></italic><sub>*</sub>. <italic>Physical Review D</italic>, 96, Article ID: 095009. https://doi.org/10.1103/physrevd.96.095009 <pub-id pub-id-type="doi">10.1103/physrevd.96.095009</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.96.095009">https://doi.org/10.1103/physrevd.96.095009</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Alok, A.K.</string-name>
              <string-name>Bhattacharya, B.</string-name>
              <string-name>Datta, A.</string-name>
              <string-name>Kumar, D.</string-name>
              <string-name>Kumar, J.</string-name>
              <string-name>London, D.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>New Physics in b → sμ+μ− after the Measurement of RK*</article-title>
            <source>Physical Review D</source>
            <volume>96</volume>
            <fpage>095009</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.96.095009</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B10">
        <label>10.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Datta, A., Kumar, J. and London, D. (2019) The B Anomalies and New Physics in <italic>b</italic> → <italic>se</italic><sup>+</sup><italic>e</italic><sup>−</sup>. <italic>Physics Letters B</italic>, 797, Article ID: 134858. https://doi.org/10.1016/j.physletb.2019.134858 <pub-id pub-id-type="doi">10.1016/j.physletb.2019.134858</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.physletb.2019.134858">https://doi.org/10.1016/j.physletb.2019.134858</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Datta, A.</string-name>
              <string-name>Kumar, J.</string-name>
              <string-name>London, D.</string-name>
            </person-group>
            <year>2019</year>
            <article-title>The B Anomalies and New Physics in b → se+e−</article-title>
            <source>Physics Letters B</source>
            <volume>797</volume>
            <fpage>134858</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1016/j.physletb.2019.134858</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B11">
        <label>11.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Datta, A., Liao, J. and Marfatia, D. (2017) A Light Z’ for the <italic>R</italic><italic><sub>K</sub></italic> Puzzle and Nonstandard Neutrino Interactions. <italic>Physics Letters B</italic>, 768, 265-269. https://doi.org/10.1016/j.physletb.2017.02.058 <pub-id pub-id-type="doi">10.1016/j.physletb.2017.02.058</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.physletb.2017.02.058">https://doi.org/10.1016/j.physletb.2017.02.058</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Datta, A.</string-name>
              <string-name>Liao, J.</string-name>
              <string-name>Marfatia, D.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>A Light Z’ for the RK Puzzle and Nonstandard Neutrino Interactions</article-title>
            <source>Physics Letters B</source>
            <volume>768</volume>
            <pub-id pub-id-type="doi">10.1016/j.physletb.2017.02.058</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B12">
        <label>12.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Datta, A., Kumar, J., Liao, J. and Marfatia, D. (2018) New Light Mediators for the <italic>R</italic><italic><sub>K</sub></italic> and <italic>R</italic><italic><sub>K*</sub></italic> puzzles. <italic>Physical Review D</italic>, 97, Article ID: 115038. https://doi.org/10.1103/physrevd.97.115038 <pub-id pub-id-type="doi">10.1103/physrevd.97.115038</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.97.115038">https://doi.org/10.1103/physrevd.97.115038</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Datta, A.</string-name>
              <string-name>Kumar, J.</string-name>
              <string-name>Liao, J.</string-name>
              <string-name>Marfatia, D.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>New Light Mediators for the RK and RK* puzzles</article-title>
            <source>Physical Review D</source>
            <volume>97</volume>
            <fpage>115038</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.97.115038</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B13">
        <label>13.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Datta, A. (1995) Semi-Leptonic Decays of <italic>λ</italic><italic><sub>c</sub></italic> and <italic>λ</italic><italic><sub>b</sub></italic> Baryons Involving Heavy to Light Transitions and the Determination of V_{ub}. arXiv: hep-ph/9504429.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Datta, A.</string-name>
            </person-group>
            <year>1995</year>
            <article-title>Semi-Leptonic Decays of λc and λb Baryons Involving Heavy to Light Transitions and the Determination of V_{ub}</article-title>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B14">
        <label>14.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Cardarelli, F. and Simula, S. (1998) Isgur-Wise Form Factors of Heavy Baryons within a Light-Front Constituent Quark Model. <italic>Physics Letters B</italic>, 421, 295-302. https://doi.org/10.1016/s0370-2693(97)01581-5 <pub-id pub-id-type="doi">10.1016/s0370-2693(97)01581-5</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/s0370-2693(97)01581-5">https://doi.org/10.1016/s0370-2693(97)01581-5</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Cardarelli, F.</string-name>
              <string-name>Simula, S.</string-name>
            </person-group>
            <year>1998</year>
            <article-title>Isgur-Wise Form Factors of Heavy Baryons within a Light-Front Constituent Quark Model</article-title>
            <source>Physics Letters B</source>
            <volume>2693</volume>
            <issue>97</issue>
            <pub-id pub-id-type="doi">10.1016/s0370-2693(97)01581-5</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B15">
        <label>15.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Dosch, H.G., Ferreira, E., Nielsen, M. and Rosenfeld, R. (1998) QCD Sum Rules Calculation of Heavy <italic>λ</italic> Semileptonic Decay. <italic>Physics Letters B</italic>, 431, 173-178. https://doi.org/10.1016/s0370-2693(98)00566-8 <pub-id pub-id-type="doi">10.1016/s0370-2693(98)00566-8</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/s0370-2693(98)00566-8">https://doi.org/10.1016/s0370-2693(98)00566-8</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Dosch, H.G.</string-name>
              <string-name>Ferreira, E.</string-name>
              <string-name>Nielsen, M.</string-name>
              <string-name>Rosenfeld, R.</string-name>
            </person-group>
            <year>1998</year>
            <article-title>QCD Sum Rules Calculation of Heavy λ Semileptonic Decay</article-title>
            <source>Physics Letters B</source>
            <volume>2693</volume>
            <issue>98</issue>
            <pub-id pub-id-type="doi">10.1016/s0370-2693(98)00566-8</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B16">
        <label>16.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Huang, C., Qiao, C. and Yan, H. (1998) Decay <italic>λ</italic><sub>b</sub> → <italic>pl</italic><italic>ν¯</italic> in QCD Sum Rules. <italic>Physics Letters B</italic>, 437, 403-407. https://doi.org/10.1016/s0370-2693(98)00909-5 <pub-id pub-id-type="doi">10.1016/s0370-2693(98)00909-5</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/s0370-2693(98)00909-5">https://doi.org/10.1016/s0370-2693(98)00909-5</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Huang, C.</string-name>
              <string-name>Qiao, C.</string-name>
              <string-name>Yan, H.</string-name>
            </person-group>
            <year>1998</year>
            <article-title>Decay λb → plν¯ in QCD Sum Rules</article-title>
            <source>Physics Letters B</source>
            <volume>2693</volume>
            <issue>98</issue>
            <pub-id pub-id-type="doi">10.1016/s0370-2693(98)00909-5</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B17">
        <label>17.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Marques de Carvalho, R.S., Navarra, F.S., Nielsen, M., Ferreira, E. and Dosch, H.G. (1999) Form Factors and Decay Rates for Heavy <italic>λ</italic> Semileptonic Decays from QCD Sum Rules. <italic>Physical Review D</italic>, 60, Article ID: 034009. https://doi.org/10.1103/physrevd.60.034009 <pub-id pub-id-type="doi">10.1103/physrevd.60.034009</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.60.034009">https://doi.org/10.1103/physrevd.60.034009</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Carvalho, R.S.</string-name>
              <string-name>Navarra, F.S.</string-name>
              <string-name>Nielsen, M.</string-name>
              <string-name>Ferreira, E.</string-name>
              <string-name>Dosch, H.G.</string-name>
            </person-group>
            <year>1999</year>
            <article-title>Form Factors and Decay Rates for Heavy λ Semileptonic Decays from QCD Sum Rules</article-title>
            <source>Physical Review D</source>
            <volume>60</volume>
            <fpage>034009</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.60.034009</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B18">
        <label>18.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Huang, M. and Wang, D. (2004) Light-Cone QCD Sum Rules for the Semileptonic Decay <italic>λ</italic><italic><sub>b</sub></italic> → <italic>plν¯</italic>. <italic>Physical Review D</italic>, 69, Article ID: 094003. https://doi.org/10.1103/physrevd.69.094003 <pub-id pub-id-type="doi">10.1103/physrevd.69.094003</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.69.094003">https://doi.org/10.1103/physrevd.69.094003</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Huang, M.</string-name>
              <string-name>Wang, D.</string-name>
            </person-group>
            <year>2004</year>
            <article-title>Light-Cone QCD Sum Rules for the Semileptonic Decay λb → plν¯</article-title>
            <source>Physical Review D</source>
            <volume>69</volume>
            <fpage>094003</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.69.094003</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B19">
        <label>19.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Pervin, M., Roberts, W. and Capstick, S. (2005) Semileptonic Decays of Heavy <italic>λ</italic> Baryons in a Quark Model. <italic>Physical Review C</italic>, 72, Article ID: 035201. https://doi.org/10.1103/physrevc.72.035201 <pub-id pub-id-type="doi">10.1103/physrevc.72.035201</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevc.72.035201">https://doi.org/10.1103/physrevc.72.035201</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Pervin, M.</string-name>
              <string-name>Roberts, W.</string-name>
              <string-name>Capstick, S.</string-name>
            </person-group>
            <year>2005</year>
            <article-title>Semileptonic Decays of Heavy λ Baryons in a Quark Model</article-title>
            <source>Physical Review C</source>
            <volume>72</volume>
            <fpage>035201</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevc.72.035201</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B20">
        <label>20.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Ke, H., Li, X. and Wei, Z. (2008) Diquarks and <italic>λ</italic><sub>b</sub> → <italic>λ</italic><sub>c</sub> Weak decays. <italic>Physical Review D</italic>, 77, Article ID: 014020. https://doi.org/10.1103/physrevd.77.014020 <pub-id pub-id-type="doi">10.1103/physrevd.77.014020</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.77.014020">https://doi.org/10.1103/physrevd.77.014020</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Ke, H.</string-name>
              <string-name>Li, X.</string-name>
              <string-name>Wei, Z.</string-name>
            </person-group>
            <year>2008</year>
            <article-title>Diquarks and λb → λc Weak decays</article-title>
            <source>Physical Review D</source>
            <volume>77</volume>
            <fpage>014020</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.77.014020</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B21">
        <label>21.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Wang, Y., Shen, Y. and Lü, C. (2009) <italic>λ</italic><sub>b</sub> → <italic>p</italic>, <italic>λ</italic> Transition Form Factors from QCD Light-Cone Sum Rules. <italic>Physical Review D</italic>, 80, Article ID: 074012. https://doi.org/10.1103/physrevd.80.074012 <pub-id pub-id-type="doi">10.1103/physrevd.80.074012</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.80.074012">https://doi.org/10.1103/physrevd.80.074012</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Wang, Y.</string-name>
              <string-name>Shen, Y.</string-name>
            </person-group>
            <year>2009</year>
            <article-title>λb → p, λ Transition Form Factors from QCD Light-Cone Sum Rules</article-title>
            <source>Physical Review D</source>
            <volume>80</volume>
            <fpage>074012</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.80.074012</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B22">
        <label>22.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Azizi, K., Bayar, M., Sarac, Y. and Sundu, H. (2009) Semileptonic <italic>λ</italic><italic><sub>b</sub></italic><sub>,</sub><italic><sub>c</sub></italic> to Nucleon Transitions in Full QCD at Light Cone. <italic>Physical Review D</italic>, 80, Article ID: 096007. https://doi.org/10.1103/physrevd.80.096007 <pub-id pub-id-type="doi">10.1103/physrevd.80.096007</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.80.096007">https://doi.org/10.1103/physrevd.80.096007</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Azizi, K.</string-name>
              <string-name>Bayar, M.</string-name>
              <string-name>Sarac, Y.</string-name>
              <string-name>Sundu, H.</string-name>
            </person-group>
            <year>2009</year>
            <article-title>Semileptonic λb,c to Nucleon Transitions in Full QCD at Light Cone</article-title>
            <source>Physical Review D</source>
            <volume>80</volume>
            <fpage>096007</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.80.096007</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B23">
        <label>23.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Khodjamirian, A., Klein, C., Mannel, T. and Wang, Y. (2011) Form Factors and Strong Couplings of Heavy Baryons from QCD Light-Cone Sum Rules. <italic>Journal of High Energy Physics</italic>, 2011, Article No. 106. https://doi.org/10.1007/jhep09(2011)106 <pub-id pub-id-type="doi">10.1007/jhep09(2011)106</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/jhep09(2011)106">https://doi.org/10.1007/jhep09(2011)106</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Khodjamirian, A.</string-name>
              <string-name>Klein, C.</string-name>
              <string-name>Mannel, T.</string-name>
              <string-name>Wang, Y.</string-name>
            </person-group>
            <year>2011</year>
            <article-title>Form Factors and Strong Couplings of Heavy Baryons from QCD Light-Cone Sum Rules</article-title>
            <source>Journal of High Energy Physics</source>
            <volume>2011</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1007/jhep09(2011)106</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B24">
        <label>24.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Gutsche, T., Ivanov, M.A., Körner, J.G., Lyubovitskij, V.E. and Santorelli, P. (2016) Erratum: Heavy-To-Light Semileptonic Decays of <italic>λ</italic><sub>b</sub> and <italic>λ</italic><sub>c</sub> Baryons in the Covariant Confined Quark Model [Phys. Rev. D90, 114033 (2014)]. <italic>Physical Review D</italic>, 94, Article ID: 059902. https://doi.org/10.1103/physrevd.94.059902 <pub-id pub-id-type="doi">10.1103/physrevd.94.059902</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.94.059902">https://doi.org/10.1103/physrevd.94.059902</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Gutsche, T.</string-name>
              <string-name>Ivanov, M.A.</string-name>
              <string-name>Lyubovitskij, V.E.</string-name>
              <string-name>Santorelli, P.</string-name>
            </person-group>
            <year>2016</year>
            <article-title>Erratum: Heavy-To-Light Semileptonic Decays of λb and λc Baryons in the Covariant Confined Quark Model [Phys</article-title>
            <source>Rev. D90</source>
            <volume>94</volume>
            <fpage>059902</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.94.059902</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B25">
        <label>25.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Detmold, W., Lehner, C. and Meinel, S. (2015) <italic>λ</italic><italic><sub>b</sub></italic> → <italic>pℓ</italic><italic><sup>−</sup></italic><italic>ν¯</italic><italic><sub>ℓ</sub></italic> and <italic>λ</italic><italic><sub>b</sub></italic> → <italic>λcℓ</italic><italic><sup>−</sup></italic><italic>ν¯</italic><italic><sub>ℓ</sub></italic> form Factors from Lattice QCD with Relativistic Heavy Quarks. <italic>Physical Review D</italic>, 92, Article ID: 034503. https://doi.org/10.1103/physrevd.92.034503 <pub-id pub-id-type="doi">10.1103/physrevd.92.034503</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.92.034503">https://doi.org/10.1103/physrevd.92.034503</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Detmold, W.</string-name>
              <string-name>Lehner, C.</string-name>
              <string-name>Meinel, S.</string-name>
            </person-group>
            <year>2015</year>
            <article-title>λb → pℓ−ν¯ℓ and λb → λcℓ−ν¯ℓ form Factors from Lattice QCD with Relativistic Heavy Quarks</article-title>
            <source>Physical Review D</source>
            <volume>92</volume>
            <fpage>034503</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.92.034503</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B26">
        <label>26.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">The LHCb Collaboration (2015) Determination of the Quark Coupling Strength |V <sub>ub</sub>| Using Baryonic Decays. <italic>Nature Physics</italic>, 11, 743-747. https://doi.org/10.1038/nphys3415 <pub-id pub-id-type="doi">10.1038/nphys3415</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1038/nphys3415">https://doi.org/10.1038/nphys3415</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <year>2015</year>
            <article-title>Determination of the Quark Coupling Strength |Vub| Using Baryonic Decays</article-title>
            <source>Nature Physics</source>
            <volume>11</volume>
            <pub-id pub-id-type="doi">10.1038/nphys3415</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B27">
        <label>27.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Detmold, W. and Meinel, S. (2016) <italic>λ</italic><italic><sub>b</sub></italic> → <italic>λℓ</italic><sup>+</sup><italic>ℓ</italic><sup>−</sup> form Factors, Differential Branching Fraction, and Angular Observables from Lattice QCD with Relativistic <italic>b</italic> Quarks. <italic>Physical Review D</italic>, 93, Article ID: 074501. https://doi.org/10.1103/physrevd.93.074501 <pub-id pub-id-type="doi">10.1103/physrevd.93.074501</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.93.074501">https://doi.org/10.1103/physrevd.93.074501</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Detmold, W.</string-name>
              <string-name>Meinel, S.</string-name>
              <string-name>Factors, D</string-name>
            </person-group>
            <year>2016</year>
            <article-title>λb → λℓ+ℓ− form Factors, Differential Branching Fraction, and Angular Observables from Lattice QCD with Relativistic b Quarks</article-title>
            <source>Physical Review D</source>
            <volume>93</volume>
            <fpage>074501</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.93.074501</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B28">
        <label>28.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Wolfram Research, Inc (2024) Mathematica, Version 14.1.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Research, I</string-name>
              <string-name>Mathematica, V</string-name>
            </person-group>
            <year>2024</year>
            <article-title>Mathematica, Version 14</article-title>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B29">
        <label>29.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Chen, C. and Geng, C. (2005) Lepton Angular Asymmetries in Semileptonic Charmful <italic>B</italic> Decays. <italic>Physical Review D</italic>, 71, Article ID: 077501. https://doi.org/10.1103/physrevd.71.077501 <pub-id pub-id-type="doi">10.1103/physrevd.71.077501</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.71.077501">https://doi.org/10.1103/physrevd.71.077501</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Chen, C.</string-name>
              <string-name>Geng, C.</string-name>
            </person-group>
            <year>2005</year>
            <article-title>Lepton Angular Asymmetries in Semileptonic Charmful B Decays</article-title>
            <source>Physical Review D</source>
            <volume>71</volume>
            <fpage>077501</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.71.077501</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B30">
        <label>30.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Bhattacharya, T., Cirigliano, V., Cohen, S.D., Filipuzzi, A., González-Alonso, M., Graesser, M.L., <italic>et al.</italic> (2012) Probing Novel Scalar and Tensor Interactions from (Ultra)cold Neutrons to the LHC. <italic>Physical Review D</italic>, 85, Article ID: 054512. https://doi.org/10.1103/physrevd.85.054512 <pub-id pub-id-type="doi">10.1103/physrevd.85.054512</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.85.054512">https://doi.org/10.1103/physrevd.85.054512</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Bhattacharya, T.</string-name>
              <string-name>Cirigliano, V.</string-name>
              <string-name>Cohen, S.D.</string-name>
              <string-name>Filipuzzi, A.</string-name>
              <string-name>Alonso, M.</string-name>
              <string-name>Graesser, M.L.</string-name>
            </person-group>
            <year>2012</year>
            <article-title>Probing Novel Scalar and Tensor Interactions from (Ultra)cold Neutrons to the LHC</article-title>
            <source>Physical Review D</source>
            <volume>85</volume>
            <fpage>054512</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.85.054512</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B31">
        <label>31.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Datta, A., Duraisamy, M. and Ghosh, D. (2012) Diagnosing New Physics in <italic>b</italic> → <italic>cτν</italic><italic><sub>τ</sub></italic> Decays in the Light of the Recent <italic>BABAR</italic> Result. <italic>Physical Review D</italic>, 86, Article ID: 034027. https://doi.org/10.1103/physrevd.86.034027 <pub-id pub-id-type="doi">10.1103/physrevd.86.034027</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1103/physrevd.86.034027">https://doi.org/10.1103/physrevd.86.034027</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Datta, A.</string-name>
              <string-name>Duraisamy, M.</string-name>
              <string-name>Ghosh, D.</string-name>
            </person-group>
            <year>2012</year>
            <article-title>Diagnosing New Physics in b → cτντ Decays in the Light of the Recent BABAR Result</article-title>
            <source>Physical Review D</source>
            <volume>86</volume>
            <fpage>034027</fpage>
            <elocation-id>ID</elocation-id>
            <pub-id pub-id-type="doi">10.1103/physrevd.86.034027</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
    </ref-list>
  </back>
</article>