Paula pitch

Problem statement

We would like to get a precise structure of the ground state and low lying energy states for a set of nuclei. This will allow us to get the form factors for neutrino interactions when the momentum transfer is low.

Why do we have a problem?

I study the low energy regime neutrinos (below 100 MeV) in the DUNE experiment, in particular supernova neutrinos, but solar and atmospheric neutrinos also fall in this regime.

One of the major sources of systematic uncertainty in the study of neutrinos at all energies is the understanding of the neutrino-nucleus interaction cross section.
These uncertainties are especially large at low energies where experimental data is scarce, yet understanding and quantifying them is extremely important for the whole low energy physics program (supernova physics, supernova pointing, solar neutrinos, etc).

The current event generator used for low energy interactions in DUNE (MARLEY) has two major shortcomings:

We need to expand the generator capabilities to design a more realistic low energy physics program.

Workplan

I intend to work on improving the generator in two stages:

  1. Implement the missing channels using the cross section model already in place.
  2. Improve the cross section model.

Both these steps require solving the nucleus.

Why do I need to solve the nucleus? And how?

  1. Because I want to and I think it's an interesting problem.
  2. There are several published calculations that give total cross section estimates for the missing channels. But this is useless for our generator as they do not compute the individual matrix elements that describe the transitions to each individual nuclear state.
  3. The generators used for oscillation energy simulations use more sophisticated models, but completely ignore the discrete region as it is uninteresting for them: the final state after a high energy neutrino scatters will always be unbound, and most of the time will come with one or more nucleon knockouts. In the low energy case, however, the region that accumulates most of the total cross section is where the energy transfer is low enough that the transition is from the nuclear ground state to a excited bound state. Tl;dr: existing generators are not suited for our problem.
  4. There are already mean-field solvers ready to use, but most are not tailored to our needs and act like black boxes (bad experiences with black boxes in this collaboration...).

Why tensor networks are promising

The usual way of solving the nucleus (other than pure ab-initio methods, which are another beast in themselves) is through incremental improvements of mean field theory:

Mean field theory

flowchart TD
        id1(No central field!)
        id2(Shell model)
        id3(Hartree-Fock)
        id4(HF-BCS)
        id5(HF-Bogoliuvob)
        id6(QRPA)
        id7(Brückner-HF)
        
        id1-->|Average phenomenological potential|id2
        id1-->|Self consistent field from a 2-particle potential|id3
        id3-->|"Add pairing (pp) correlations"|id4
        id4-->|Generalize pairing/HF with quasiparticles|id5
        id5-->|"Add long distance (ph) correlations"|id6
        id3-->|Density dependent forces|id7
        id7-.->id4

In brief summary: you solve for a mean field and then add residual interactions not accountable by this mean field. These can basically be divided into short distance "pairing" particle-particle (pp) correlations and long distance particle-hole (ph) correlations.
Adding these extra correlations are essential to describing the excited states of the nucleus (e.g., the vibrational states of the nucleus can only be accounted for by the ph correlations).

Some problems that this approach faces:

How the method in the tensor network paper (TNP) deals with them:

Also, the TNP Hamiltonian seems very flexible to expand.
And it is a novel use case for tensor networks, as as far as I'm aware they haven't been used in this context outside this paper and a couple references. We will need to include different forces than the paper does and this makes it completely new. This is cool!

If you're wondering why the hell all these problems aren't addressed in the models our current neutrino generators use is because most of them are irrelevant for oscillation energy physics!

What do I have to do, and what does Paula

The Hamiltonian used in the TNP is:

H=jϵj(2Ljz+Ωj)jjGjjLj+Lj

The "free parameters" are the Gjj coefficients, which roughly represent the interaction strengths between the different sites on the 1D lattice. Innocent enough as they seem, they are a nightmare to calculate, and that is my job. All the information about the potential between the nucleons is contained there.

Paula's job is to find a representation for the operators (MPO?) and implement the MPS/DMRG. All the operators are a linear combination of fermionic creation and destruction operators for different j,m values.

There is a more sophisticated Hamiltonian in the paper (and it can get more sophisticated still), but the principle is exactly the same.