Example #1
0
def F3i_00(e, L, a0, IPV):

    K3 = -33500 * 0
    f3mat = F3_mat.F3mat00(e, L, a0, 0., 0., 0., 0.5, IPV)
    #  resaux = sorted(np.linalg.eig(pr.iso_proj00(f3mat,e,L))[0],key=abs)
    #  print(1./(np.ones(len(f3mat))@[email protected](len(f3mat))) + K3)
    return 1. / (np.ones(len(f3mat)) @ f3mat @ np.ones(len(f3mat))) + K3
Example #2
0
def F3i(e, L, a0, r, P, a2):

    K0 = 1000 * 5
    K1 = 3 * 270 / 9 * 0
    K2 = 40. / 81 * 0
    A = 40 / 81 * 0
    B = 400 * 0
    Kdf = K3.K3mat(e, L, K0, K1, K2, A, B)
    f3mat = F3_mat.F3i_mat(e, L, a0, r, P, a2, 0.3)
    return pr.irrep_proj(f3mat + Kdf, e, L, "T2+")
Example #3
0
def F3i(e, L, a0, a2):

    K0 = -1000 * 0
    K1 = -100 * 0
    K2 = -50 * 0
    A = -470 * 0
    B = 0.
    Kdf = K3.K3mat(e, L, K0, K1, K2, A, B)
    f3mat = F3_mat.F3i_mat(e, L, a0, 0., 0., a2, 0.3)
    return pr.irrep_proj(f3mat + Kdf, e, L, "E+")
Example #4
0
def F3iK(e, L, a0, a2):
    r = 0.
    P = 0.
    K0 = 100 * 0
    K1 = 10 * 0
    K2 = 200. / 81 * -1 * 0
    A = 200 / 81 * 0
    B = 40 / 81 * -20000 * 0
    Kdf = K3.K3mat(e, L, K0, K1, K2, A, B)
    f3mat = F3_mat.F3i_mat(e, L, a0, r, P, a2, 0.3)
    return pr.irrep_proj(f3mat + Kdf, e, L, "E+")
Example #5
0
def F3i_00(e,L,a0,IPV):
    
#  f3mat= F3_mat.F3imat00(e,L,a0,0.,0.,0.,0.3,IPV)
#    r0=8.34
    r0=0.
    f3mat= F3_mat.F3mat00(e,L,a0,r0,0.,0.,0.5,IPV)
    resaux = sorted(np.linalg.eig(pr.iso_proj00(f3mat,e,L))[0],key=abs)
#  print(len(pr.iso_proj00(f3mat,e,L)))
#  return np.ndarray.flatten(pr.iso_proj00(f3mat,e,L))[0]
#  return np.linalg.det(f3mat)
#  return np.prod(resaux[0:2])
#  print(np.ones(len(pr.iso_proj00(f3mat,e,L)))@pr.iso_proj00(f3mat,e,L)@np.ones(len(pr.iso_proj00(f3mat,e,L))))
#  return 1./(np.ones(len(pr.iso_proj00(f3mat,e,L)))@pr.iso_proj00(f3mat,e,L)@np.ones(len(pr.iso_proj00(f3mat,e,L))))
    return 1./(np.ones(len(f3mat))@[email protected](len(f3mat)))
Example #6
0
def F3i_00(e, L, a0, IPV):

    #  K0=-1000*5*1.77315*0
    K0 = 248280.198
    #  K0 = 61365.491
    K1 = 0
    #  K1 = -144193.2

    #  Kdf = K3.K3mat(e,L,K0,K1,K2,A,B)
    f3mat = F3_mat.F3imat00(e, L, a0, 0., 0., 0., 0.3, IPV)
    #print(f3mat)
    Kdf = K0 + (e**2 - 9) * K1 / 9 + f3mat * 0
    #  print('hola',pr.iso_proj00(f3mat,e,L))
    #  return np.ndarray.flatten(pr.iso_proj00(f3mat,e,L))[0]
    #  return np.linalg.eig(f3mat)
    return f3mat + Kdf
Example #7
0
def main():
    # Choose what scenario to test

    #irreps = GT.irrep_list()
    irreps = ['A1+']

    shell = 'all'
    l = 'both'

    E_MIN = 4.24
    E_MAX = 4.24
    L = 5

    show_eigs = True

    find_root = False
    E0 = 4.25  # initial guess for root-finder
    order = 1  # polynomial order used for fit

    new_plots = False
    temp_plots = False
    (Ymin, Ymax) = (-1e6, 1e6)
    (ymin, ymax) = (-1e4, 1e4)

    (xmin, xmax) = (4.22, 4.5)  # only uncomment/edit if you want to zoom in

    # Separate energies by # of active shells
    breaks = defns.shell_breaks(E_MAX, L)
    breaks.append(E_MAX)
    for b in range(1, len(breaks) - 1):  # skip first window
        Emin = breaks[b] + 1e-8
        Emax = breaks[b + 1] - 1e-8 if breaks[b + 1] != E_MAX else breaks[b +
                                                                          1]
        if Emax < E_MIN or Emin > E_MAX:
            continue
        else:
            Emin = max(Emin, E_MIN)
            Emax = min(Emax, E_MAX)

        #########################################################
        # Define parameters (necessary for several functions)

        # K2 parameters

        # a0=-10; r0=0.5; P0=0.5; a2=-1
        # K2_dir = 'a0=m10_r0=0.5_P0=0.5_a2=m1/'

        #a0=0.1; r0=0; P0=0; a2=0

        #a0=0.1; r0=0; P0=0; a2=0.1

        a0 = 0.1
        r0 = 0
        P0 = 0
        a2 = 0.3

        #a0=0.1; r0=0; P0=0; a2=0.5

        #a0=0.1; r0=0; P0=0; a2=0.7

        #a0=0.1; r0=0; P0=0; a2=0.9

        #a0=0.1; r0=0; P0=0; a2=1

        #a0=0; r0=0; P0=0; a2=0.1

        #a0=0; r0=0; P0=0; a2=0.3

        #a0=0; r0=0; P0=0; a2=0.5

        #a0=0; r0=0; P0=0; a2=0.7

        #a0=0; r0=0; P0=0; a2=0.9

        #a0=0; r0=0; P0=0; a2=1

        # F2_KSS parameter
        alpha = 0.5  # so far I've ALWAYS set alpha=0.5

        # Data & plot directories
        K2_dir = 'a0=' + str(a0) + '_r0=' + str(r0) + '_P0=' + str(
            P0) + '_a2=' + str(a2) + '/'
        data_dir = '../Data/' + K2_dir
        plot_dir = '../Plots/' + K2_dir

        if not os.path.exists(data_dir):
            os.makedirs(data_dir)
        if not os.path.exists(plot_dir):
            os.makedirs(plot_dir)

        # Total CM energy & lattice size (lists)
        E_list = [
            2.9,
            2.95,  #2.99,2.995,2.999,2.9999,
            3.0001,  #3.001,3.005,3.01,
            #3.0318609166490167, # A1+ single root
            3.03186092,
            3.05,
            3.1,
            3.15,
            #3.16303178,
            #3.1630317882, # T1+ triple root
            3.16303179,
            3.2,
            3.25,
            3.3,
            #3.30679060158175, # T2- triple root
            3.30679061,
            3.35,
            3.4,
            3.45,
            3.5,
            3.55,
            3.6,
            3.61,
            3.62,
            3.63,
            3.65,
            3.67,
            3.68,
            3.69,
            3.7,
            3.75,
            3.8,
            3.81,
            3.82,
            3.827,
            3.82755621,  # just below where (1,1,0) turns on
            #
            #################################
            # Begin 3-shell regime
            3.84,
            3.85,
            3.86,
            3.87,
            3.88,
            3.89,
            #3.8950494797495034, # T2+ triple root
            3.89504948,
            3.9,
            3.91,
            3.92,
            3.93,
            #3.9360802243295736, # E- double root
            3.93608023,
            3.94,
            #3.9485642787554895, # A2- single root
            3.94856428,
            3.95,
            3.96,
            #3.963,3.965,3.967,3.96798888,
            #3.9679888998546713, # old root of Ftilde before removing q's
            #3.96798890,3.968,3.969,
            3.97,  #3.973,3.975,3.977,
            3.98,
            3.99,
            4.0,
            4.05,
            4.1,
            #4.105402464984292, # T2- triple root
            4.10540247,
            4.15,
            4.16,
            4.17,
            4.19,
            4.195,
            4.2,
            4.205,
            #4.209892475540663, # T1+ triple root
            4.20989248,
            4.21,
            4.211,
            4.2112,
            4.2114,
            4.2116,
            4.2117,
            4.2118,
            4.21182,
            4.21184,
            4.21186,
            4.21188,
            4.2119,
            4.21191,
            4.21192,
            4.211925,
            4.21193,
            4.211933,
            4.211935,
            #4.2119352,4.2119354,4.2119356,4.2119358,
            4.211936,  #4.2119361,
            4.2119362,
            4.2119364,
            4.2119366,
            4.2119368,
            4.211937,
            4.2119372,
            4.2119374,
            4.2119376,
            4.2119378,
            4.211938,
            4.21193816,
            4.21193817,
            #4.211938171368993, # non-interacting energy E1         #############
            4.21193818,
            4.2119385,
            4.211939,
            4.21193948,  # A1+ single root for a0=0, a2=0.1 ?
            4.21194,
            4.211941,
            4.211942,
            4.211944,
            4.211946,
            4.211948,
            4.21195,
            4.211955,
            4.21196,
            #4.21196290, # E+ double root for a0=0, a2=0.1 ?
            4.21196291,
            4.211965,
            4.21197,
            4.211975,
            4.21198,
            4.21199,
            4.212,
            4.2121,
            4.2122,
            4.2125,
            4.213,
            4.2135,
            4.214,
            4.2145,
            4.215,
            4.22,
            4.23,
            4.24,
            #4.2421632582173645, # E+ double root for a0=0.1, a2=0 (r0=P0=0)
            4.24216326,
            4.25,
            4.27,
            #4.2784624639738, # A1+ single root for a0=0.1, a2=0 (r0=P0=0)
            4.27846247,
            4.3,
            4.32,
            4.33,  #4.33374164,
            #4.333741640225551, # A1+ single root
            4.33374165,
            4.335,
            4.338,
            4.34,
            #4.341716880828459, # T1- triple root
            4.34171689,
            4.342,
            4.345,
            4.35,
            4.37,
            4.4,
            4.43,
            #4.441146045889443, # T2- triple root
            4.44114605,
            4.45,
            #4.486997310056035, # T1+ triple root
            4.48699732,
            4.5,
            4.55,
            4.58101788  # just below where (1,1,1) turns on
        ]

        E_list = [x for x in E_list if Emin <= x <= Emax]
        L_list = [5.0]

        # print('E='+str(E)+', L='+str(L)+'\n')
        # print('Shells: ', defns.shell_list(E,L), '\n')
        # print('Matrix dimension: ', len(defns.list_nnk(E,L))*6, '\n')

        ####################################################################################
        # Load F3 matrix from file if exists, otherwise compute from scratch & save to file

        for L in L_list:
            F3_list = []

            for E in E_list:
                if a2 == 0:
                    datafile = data_dir + 'F3_00_E' + str(E) + '_L' + str(
                        L) + '.dat'
                elif a0 == 0:
                    datafile = data_dir + 'F3_22_E' + str(E) + '_L' + str(
                        L) + '.dat'
                else:
                    datafile = data_dir + 'F3_E' + str(E) + '_L' + str(
                        L) + '.dat'

                try:
                    with open(datafile, 'rb') as fp:
                        F3 = pickle.load(fp)
                        #F3 = pickle.loads(fp.read())
                        print('F3 loaded from ' + datafile + '\n')

                except IOError:
                    print(datafile +
                          ' not found; computing F3 from scratch...')
                    t0 = time.time()
                    if a2 == 0:
                        F3 = F3_mat.F3mat00(E, L, a0, r0, P0, a2, alpha)
                    elif a0 == 0:
                        F3 = F3_mat.F3mat22(E, L, a0, r0, P0, a2, alpha)
                    else:
                        F3 = F3_mat.F3mat(E, L, a0, r0, P0, a2, alpha)
                    t1 = time.time()
                    print('Calculation complete (time:', t1 - t0, ')')
                    with open(datafile, 'wb') as fp:
                        pickle.dump(F3, fp, protocol=4, fix_imports=False)
                        print('F3 saved to ' + datafile + '\n')

                F3_list.append(F3)

            ###################################################
            # Create list of inputs needed by several functions
            inputs = [L, a0, r0, P0, a2, alpha]

            # Free energies
            E_free = defns.E_free_list(L, 3, 1).values()
            E_free = [e for e in E_free if Emin < e < Emax]

            ##################################################
            # Project onto chosen irrep
            for irrep in irreps:

                # General irrep
                if irrep in GT.irrep_list():
                    I = irrep
                    inputs.append(I)

                    if a2 == 0:
                        if sum([
                                GT.subspace_dim_o_l(s, I, 0)
                                for s in defns.shell_list(Emax, L)
                        ]) == 0:
                            print("0-dim l'=l=0 subspace for " + I +
                                  ' for E<' + str(round(Emax, 4)))
                            continue

                        irrep_eigs_array_list = AD.F3i_00_I_eigs_list(
                            E_list, L, F3_list, I)

                        irrep_eigs_array_list_flip = AD.F3i_00_I_eigs_list(
                            E_list, L, F3_list, I, flip=True)

                        f_eigs = F3_mat.F3i_00_I_eigs

                    elif a0 == 0:
                        if sum([
                                GT.subspace_dim_o_l(s, I, 2)
                                for s in defns.shell_list(Emax, L)
                        ]) == 0:
                            print("0-dim l'=l=2 subspace for " + I +
                                  ' for E<' + str(round(Emax, 4)))
                            continue

                        irrep_eigs_array_list = AD.F3i_22_I_eigs_list(
                            E_list, L, F3_list, I)

                        irrep_eigs_array_list_flip = AD.F3i_22_I_eigs_list(
                            E_list, L, F3_list, I, flip=True)

                        f_eigs = F3_mat.F3i_22_I_eigs

                    else:
                        if sum([
                                GT.subspace_dim_o(s, I)
                                for s in defns.shell_list(Emax, L)
                        ]) == 0:
                            print('0-dim subspace for ' + I + ' for E<' +
                                  str(round(Emax, 4)))
                            continue

                        irrep_eigs_array_list = AD.F3i_I_eigs_list(
                            E_list, L, F3_list, I)

                        irrep_eigs_array_list_flip = AD.F3i_I_eigs_list(
                            E_list, L, F3_list, I, flip=True)

                        f_eigs = F3_mat.F3i_I_eigs

                    if show_eigs == True:
                        for i in range(len(E_list)):
                            E = E_list[i]
                            x = irrep_eigs_array_list[i]
                            #x = [y for y in x if abs(y)<1e2]
                            print(E, x)
                            #print(E,min(x,key=abs))

                    if find_root == True:
                        root = AD.root_finder_secant(E_list,
                                                     irrep_eigs_array_list,
                                                     f_eigs, inputs, E0, order)
                        print(root)

                        # irrep_roots_list = AD.root_finder(E_list, irrep_eigs_array_list, f_eigs, inputs)

                        #irrep_roots_file = data_dir+I+'_roots_L='+str(L)+'.dat'
                        #with open(irrep_roots_file,'w') as fp:
                        #  fp.write(str(irrep_roots_list))

                #################################################
                # Full matrix, no projections (all eigenvalues present --> very messy plots)
                elif irrep == 'full':
                    eigs_array_list = AD.F3i_eigs_list(E_list, L, F3_list)

                    #roots_list = AD.root_finder(E_list, eigs_array_list, F3_mat.F3i_eigs, inputs)  # I can't see any reason why we'd ever want to do this
                    #  print(roots_list)

                    #roots_file = data_dir+'roots_L='+str(L)+'.dat'
                    #with open(roots_file,'w') as fp:
                    #  fp.write(str(roots_list))

                #################################################
                # Plot F3i eigenvalues vs. E
                if new_plots == True or temp_plots == True:
                    plotfile1 = plot_dir + str(irrep) + '_' + str(
                        b + 1) + 'shells.pdf'
                    plotfile2 = plot_dir + str(irrep) + '_' + str(
                        b + 1) + 'shells_zoom.pdf'

                    if len(irrep) == 2:
                        irrep_tex = '$' + irrep[0] + '^' + irrep[1] + '$'
                    elif len(irrep) == 3 and irrep != 'iso':
                        irrep_tex = '$' + irrep[0] + '_' + irrep[
                            1] + '^' + irrep[2] + '$'

                    plt.plot(E_list, irrep_eigs_array_list, '.')
                    plt.plot(E_list,
                             irrep_eigs_array_list_flip,
                             'o',
                             mfc='none')
                    plt.xlabel('E')
                    plt.ylabel(r'$\lambda$')
                    plt.title(r'$F_3^{-1}$ eigenvalues, ' + irrep_tex +
                              ' irrep, ' + str(b + 1) + ' shells')

                    for e0 in E_free:
                        plt.axvline(x=e0, c='k', ls='--', lw=1)

                    plt.xlim((Emin, Emax))
                    plt.ylim((Ymin, Ymax))
                    plt.tight_layout()
                    plt.grid(True)
                    if new_plots == True:
                        plt.savefig(plotfile1)
                    elif temp_plots == True:
                        plt.savefig('temp.pdf')

                    plt.ylim((ymin, ymax))
                    if new_plots == True:
                        plt.savefig(plotfile2)
                    elif temp_plots == True:
                        plt.xlim((xmin, xmax))
                        plt.savefig('temp_zoom.pdf')
                    plt.close()
Example #8
0
def F3i(e, L, a0, a2):
    f3mat = F3_mat.F3i_mat(e, L, a0, 0., 0., a2, 0.3)
    return pr.irrep_proj(f3mat, e, L, "A1")
Example #9
0
def main():
    # Choose what scenario to test

    #irreps = GT.irrep_list()
    irreps = ['A1+']

    shell = 'all'
    l = 'both'

    E_MIN = 2.9
    E_MAX = 4.9
    L = 6

    show_eigs = False

    find_root = False
    E0 = 4.25  # initial guess for root-finder
    order = 1  # polynomial order used for fit

    new_plots = True
    temp_plots = True
    (Ymin, Ymax) = (-1e6, 1e6)
    (ymin, ymax) = (-1e4, 1e4)

    (xmin, xmax) = (0, 0)  # gets changed later to full shell window
    #(xmin,xmax) = (4.22,4.5) # only uncomment/edit if you want to zoom in

    # Separate energies by # of active shells
    breaks = defns.shell_breaks(E_MAX, L)
    breaks.append(E_MAX)
    for b in range(1, len(breaks) - 1):  # skip first window
        Emin = breaks[b] + 1e-8
        Emax = breaks[b + 1] - 1e-8 if breaks[b + 1] != E_MAX else breaks[b +
                                                                          1]
        if Emax < E_MIN or Emin > E_MAX:
            continue
        else:
            Emin = max(Emin, E_MIN)
            Emax = min(Emax, E_MAX)

        #########################################################
        # Define parameters (necessary for several functions)

        # K2 parameters

        # a0=-10; r0=0.5; P0=0.5; a2=-1
        # K2_dir = 'a0=m10_r0=0.5_P0=0.5_a2=m1/'

        #a0=0.1; r0=0; P0=0; a2=0

        #a0=0.1; r0=0; P0=0; a2=0.1

        a0 = 0.1
        r0 = 0
        P0 = 0
        a2 = 0.3

        #a0=0.1; r0=0; P0=0; a2=0.5

        #a0=0.1; r0=0; P0=0; a2=0.7

        #a0=0.1; r0=0; P0=0; a2=0.9

        #a0=0.1; r0=0; P0=0; a2=1

        #a0=0; r0=0; P0=0; a2=0.1

        #a0=0; r0=0; P0=0; a2=0.3

        #a0=0; r0=0; P0=0; a2=0.5

        #a0=0; r0=0; P0=0; a2=0.7

        #a0=0; r0=0; P0=0; a2=0.9

        #a0=0; r0=0; P0=0; a2=1

        # F2_KSS parameter
        alpha = 0.5  # so far I've ALWAYS set alpha=0.5

        # Data & plot directories
        K2_dir = 'L=' + str(L) + '/a0=' + str(a0) + '_r0=' + str(
            r0) + '_P0=' + str(P0) + '_a2=' + str(a2) + '/'
        data_dir = '../Data/' + K2_dir
        plot_dir = '../Plots/' + K2_dir

        if not os.path.exists(data_dir):
            os.makedirs(data_dir)
        if not os.path.exists(plot_dir):
            os.makedirs(plot_dir)

        # Total CM energy & lattice size (lists)
        E_list = [
            2.9,
            2.95,  #2.99,2.995,2.999,2.9999,
            3.0001,  #3.001,3.005,3.01,
            3.05,
            3.1,
            3.15,
            3.2,
            3.25,
            3.3,
            3.35,
            3.4,
            3.45,
            3.5,
            3.55,
            3.6,
            3.65,
            3.7,
            3.75,
            3.8,
            #3.82755621, # just below where (1,1,0) turns on
            #
            #################################
            # Begin 3-shell regime
            3.85,
            #3.86,3.87,3.88,3.89,
            #3.9, # just above where shell turns on
            3.91,  #3.92,3.93,3.94,
            3.95,
            4.0,
            4.05,
            4.1,
            4.15,  #4.16,4.17,4.19,4.195,
            4.2,
            #4.21,4.22,4.23,4.24,
            4.25,  #4.27,
            4.3,  #4.32,4.33,
            4.35,  #4.37,
            4.4,  #4.43,
            4.45,
            4.5,
            4.55,
            #4.58101788 # just below where (1,1,1) turns on
            4.6,
            4.65,
            4.7,
            4.75,
            4.8,
            4.85,
            4.91
        ]

        E_list = [x for x in E_list if Emin <= x <= Emax]

        # print('E='+str(E)+', L='+str(L)+'\n')
        # print('Shells: ', defns.shell_list(E,L), '\n')
        # print('Matrix dimension: ', len(defns.list_nnk(E,L))*6, '\n')

        ####################################################################################
        # Load F3 matrix from file if exists, otherwise compute from scratch & save to file

        F3_list = []

        for E in E_list:
            if a2 == 0:
                datafile = data_dir + 'F3_00_E=' + str(E) + '.dat'
            elif a0 == 0:
                datafile = data_dir + 'F3_22_E=' + str(E) + '.dat'
            else:
                datafile = data_dir + 'F3_E=' + str(E) + '.dat'

            try:
                with open(datafile, 'rb') as fp:
                    F3 = pickle.load(fp)
                    #F3 = pickle.loads(fp.read())
                    print('F3 loaded from ' + datafile + '\n')

            except IOError:
                print(datafile + ' not found; computing F3 from scratch...')
                t0 = time.time()
                if a2 == 0:
                    F3 = F3_mat.F3mat00(E, L, a0, r0, P0, a2, alpha)
                elif a0 == 0:
                    F3 = F3_mat.F3mat22(E, L, a0, r0, P0, a2, alpha)
                else:
                    F3 = F3_mat.F3mat(E, L, a0, r0, P0, a2, alpha)
                t1 = time.time()
                print('Calculation complete (time:', t1 - t0, ')')
                with open(datafile, 'wb') as fp:
                    pickle.dump(F3, fp, protocol=4, fix_imports=False)
                    print('F3 saved to ' + datafile + '\n')

            F3_list.append(F3)

        ###################################################
        # Create list of inputs needed by several functions
        inputs = [L, a0, r0, P0, a2, alpha]

        # Free energies
        E_free = defns.E_free_list(L, 5, 2).values()
        E_free = [e for e in E_free if Emin < e < Emax]

        ##################################################
        # Project onto chosen irrep
        for irrep in irreps:

            # General irrep
            if irrep in GT.irrep_list():
                I = irrep
                inputs.append(I)

                if a2 == 0:
                    if sum([
                            GT.subspace_dim_o_l(s, I, 0)
                            for s in defns.shell_list(Emax, L)
                    ]) == 0:
                        print("0-dim l'=l=0 subspace for " + I + ' for E<' +
                              str(round(Emax, 4)))
                        continue

                    irrep_eigs_array_list = AD.F3i_00_I_eigs_list(
                        E_list, L, F3_list, I)

                    irrep_eigs_array_list_flip = AD.F3i_00_I_eigs_list(
                        E_list, L, F3_list, I, flip=True)

                    f_eigs = F3_mat.F3i_00_I_eigs

                elif a0 == 0:
                    if sum([
                            GT.subspace_dim_o_l(s, I, 2)
                            for s in defns.shell_list(Emax, L)
                    ]) == 0:
                        print("0-dim l'=l=2 subspace for " + I + ' for E<' +
                              str(round(Emax, 4)))
                        continue

                    irrep_eigs_array_list = AD.F3i_22_I_eigs_list(
                        E_list, L, F3_list, I)

                    irrep_eigs_array_list_flip = AD.F3i_22_I_eigs_list(
                        E_list, L, F3_list, I, flip=True)

                    f_eigs = F3_mat.F3i_22_I_eigs

                else:
                    if sum([
                            GT.subspace_dim_o(s, I)
                            for s in defns.shell_list(Emax, L)
                    ]) == 0:
                        print('0-dim subspace for ' + I + ' for E<' +
                              str(round(Emax, 4)))
                        continue

                    irrep_eigs_array_list = AD.F3i_I_eigs_list(
                        E_list, L, F3_list, I)

                    irrep_eigs_array_list_flip = AD.F3i_I_eigs_list(E_list,
                                                                    L,
                                                                    F3_list,
                                                                    I,
                                                                    flip=True)

                    f_eigs = F3_mat.F3i_I_eigs

                if show_eigs == True:
                    for i in range(len(E_list)):
                        E = E_list[i]
                        x = irrep_eigs_array_list[i]
                        #x = [y for y in x if abs(y)<1e2]
                        print(E, x)
                        #print(E,min(x,key=abs))

                if find_root == True:
                    root = AD.root_finder_secant(E_list, irrep_eigs_array_list,
                                                 f_eigs, inputs, E0, order)
                    print(root)

                    # irrep_roots_list = AD.root_finder(E_list, irrep_eigs_array_list, f_eigs, inputs)

                    #irrep_roots_file = data_dir+I+'_roots_L='+str(L)+'.dat'
                    #with open(irrep_roots_file,'w') as fp:
                    #  fp.write(str(irrep_roots_list))

            #################################################
            # Full matrix, no projections (all eigenvalues present --> very messy plots)
            elif irrep == 'full':
                eigs_array_list = AD.F3i_eigs_list(E_list, L, F3_list)

                #roots_list = AD.root_finder(E_list, eigs_array_list, F3_mat.F3i_eigs, inputs)  # I can't see any reason why we'd ever want to do this
                #  print(roots_list)

                #roots_file = data_dir+'roots_L='+str(L)+'.dat'
                #with open(roots_file,'w') as fp:
                #  fp.write(str(roots_list))

            #################################################
            # Plot F3i eigenvalues vs. E
            if new_plots == True or temp_plots == True:
                plotfile1 = plot_dir + str(irrep) + '_' + str(b +
                                                              1) + 'shells.pdf'
                plotfile2 = plot_dir + str(irrep) + '_' + str(
                    b + 1) + 'shells_zoom.pdf'

                if len(irrep) == 2:
                    irrep_tex = '$' + irrep[0] + '^' + irrep[1] + '$'
                elif len(irrep) == 3 and irrep != 'iso':
                    irrep_tex = '$' + irrep[0] + '_' + irrep[1] + '^' + irrep[
                        2] + '$'

                plt.plot(E_list, irrep_eigs_array_list, '.')
                plt.plot(E_list, irrep_eigs_array_list_flip, 'o', mfc='none')
                plt.xlabel('E')
                plt.ylabel(r'$\lambda$')
                plt.title(r'$F_3^{-1}$ eigenvalues, ' + irrep_tex +
                          ' irrep, ' + str(b + 1) + ' shells')

                for e0 in E_free:
                    plt.axvline(x=e0, c='k', ls='--', lw=1)

                plt.xlim((Emin, Emax))
                plt.ylim((Ymin, Ymax))
                plt.tight_layout()
                plt.grid(True)
                if new_plots == True:
                    plt.savefig(plotfile1)
                elif temp_plots == True:
                    plt.savefig('temp.pdf')

                plt.ylim((ymin, ymax))
                if new_plots == True:
                    plt.savefig(plotfile2)
                elif temp_plots == True:
                    if Emin <= xmin < xmax <= Emax:
                        plt.xlim(xmin, xmax)
                    plt.savefig('temp_zoom.pdf')
                plt.close()
Example #10
0
import defns, projections as proj, analysis_defns as AD, group_theory_defns as GT

alpha = 0.5

a0 = 0.1
a2 = 0
r0 = 0
P0 = 0

E = 4.24216326
L = 5

I = 'E+'

if a2 == 0:
    F3 = F3_mat.F3mat00(E, L, a0, r0, P0, a2, alpha)
    F3_I = proj.irrep_proj_00(F3, E, L, I)
elif a0 == r0 == P0 == 0:
    F3 = F3_mat.F3mat22(E, L, a0, r0, P0, a2, alpha)
    F3_I = proj.irrep_proj_22(F3, E, L, I)
else:
    F3 = F3_mat.F3mat(E, L, a0, r0, P0, a2, alpha)
    F3_I = proj.irrep_proj(F3, E, L, I)

F3i_I = defns.chop(LA.inv(F3_I))
w_list, v_list = LA.eig(F3i_I)

F3i = defns.chop(LA.inv(F3))

w0, v0 = AD.smallest_eig_evec(
    F3i)  # Need to make evec_decomp() for 00 and 22 cases
Example #11
0
def main():
    # Choose what scenario to test

    #irreps = GT.irrep_list()
    irreps = ['A1+']

    shell = 'all'
    l = 'both'

    E_MIN = 3.1
    E_MAX = 3.1
    L = 5

    show_eigs = False

    find_root = False
    E0 = 4.342  # initial guess for root-finder
    order = 1  # polynomial order used for fit

    new_plots = False
    (Ymin, Ymax) = (-1e6, 1e6)
    (ymin, ymax) = (-1e5, 1e5)

    # Separate energies by # of active shells
    breaks = defns.shell_breaks(E_MAX, L)
    breaks.append(E_MAX)
    for b in range(1, len(breaks) - 1):  # skip first window
        Emin = breaks[b] + 1e-8
        Emax = breaks[b + 1] - 1e-8 if breaks[b + 1] != E_MAX else breaks[b +
                                                                          1]
        if Emax < E_MIN or Emin > E_MAX:
            continue
        else:
            Emin = max(Emin, E_MIN)
            Emax = min(Emax, E_MAX)

        #########################################################
        # Define parameters (necessary for several functions)

        # K2 parameters
        # a0=-10; r0=0.5; P0=0.5; a2=-1
        # K2_dir = 'a0=m10_r0=0.5_P0=0.5_a2=m1/'

        # a0=0.1; r0=0; P0=0; a2=1
        # K2_dir = 'a0=0.1_r0=0_P0=0_a2=1/'

        # a0=0.1; r0=0; P0=0; a2=0.5
        # K2_dir = 'a0=0.1_r0=0_P0=0_a2=0.5/'

        # a0=0.1; r0=0; P0=0; a2=0.1
        # K2_dir = 'a0=0.1_r0=0_P0=0_a2=0.1/'

        a0 = 0.1
        r0 = 0
        P0 = 0
        a2 = 0
        K2_dir = 'a0=0.1_r0=0_P0=0_a2=0/'

        # a0=0; r0=0; P0=0; a2=0.1
        # K2_dir = 'a0=0_r0=0_P0=0_a2=0.1/'

        # F2_KSS parameter
        alpha = 0.5  # so far I've ALWAYS set alpha=0.5

        # Data & plot directories
        data_dir = 'Data/' + K2_dir
        plot_dir = 'Plots/' + K2_dir

        # Total CM energy & lattice size (lists)
        E_list = [
            2.9,
            2.95,
            2.99,
            2.995,
            2.999,
            2.9999,
            3.0001,
            3.001,
            3.005,
            3.01,
            #3.0318609166490167, # A1+ single root
            3.03186092,
            3.05,
            3.1,
            3.15,
            3.16303178,
            #3.1630317882, # T1+ triple root
            3.16303179,
            3.2,
            3.25,
            3.3,
            #3.30679060158175, # T2- triple root
            3.30679061,
            3.35,
            3.4,
            3.45,
            3.5,
            3.55,
            3.6,
            3.61,
            3.62,
            3.63,
            3.65,
            3.67,
            3.68,
            3.69,
            3.7,
            3.75,
            3.8,
            3.81,
            3.82,
            3.827,
            3.82755621,  # just below where (1,1,0) turns on
            #
            #################################
            # Begin 3-shell regime
            3.84,
            3.85,
            3.86,
            3.87,
            3.88,
            3.89,
            #3.8950494797495034, # T2+ triple root
            3.89504948,
            3.9,
            3.91,
            3.92,
            3.93,
            #3.9360802243295736, # E- double root
            3.93608023,
            3.94,
            #3.9485642787554895, # A2- single root
            3.94856428,
            3.95,
            3.96,
            #3.963,3.965,3.967,3.96798888,
            #3.9679888998546713, # old root of Ftilde before removing q's
            #3.96798890,3.968,3.969,
            3.97,  #3.973,3.975,3.977,
            3.98,
            3.99,
            4.0,
            4.05,
            4.1,
            #4.105402464984292, # T2- triple root
            4.10540247,
            4.15,
            4.16,
            4.17,
            4.19,
            4.2,
            #4.209892475540663, # T1+ triple root
            4.20989248,
            4.21,
            4.21193816,
            #4.211938171368993, # non-interacting energy E1
            4.21193818,
            4.215,
            4.22,
            4.25,
            4.27,
            4.3,
            4.32,
            4.33,  #4.33374164,
            #4.333741640225551, # A1+ single root
            4.33374165,
            4.335,
            4.338,
            4.34,
            #4.341716880828459, # T1- triple root
            4.34171689,
            4.342,
            4.345,
            4.35,
            4.37,
            4.4,
            4.43,
            #4.441146045889443, # T2- triple root
            4.44114605,
            4.45,
            #4.486997310056035, # T1+ triple root
            4.48699732,
            4.5,
            4.55,
            4.58101788  # just below where (1,1,1) turns on
        ]

        E_list = [x for x in E_list if Emin <= x <= Emax]
        L_list = [5.0]

        # print('E='+str(E)+', L='+str(L)+'\n')
        # print('Shells: ', defns.shell_list(E,L), '\n')
        # print('Matrix dimension: ', len(defns.list_nnk(E,L))*6, '\n')

        ####################################################################################
        # Load F3 matrix from file if exists, otherwise compute from scratch & save to file

        for L in L_list:
            F3_list = []

            for E in E_list:
                if a2 == 0:
                    datafile = data_dir + 'F3_00_E' + str(E) + '_L' + str(
                        L) + '.dat'
                elif a0 == 0:
                    datafile = data_dir + 'F3_22_E' + str(E) + '_L' + str(
                        L) + '.dat'
                else:
                    datafile = data_dir + 'F3_E' + str(E) + '_L' + str(
                        L) + '.dat'

                try:
                    with open(datafile, 'rb') as fp:
                        F3 = pickle.load(fp)
                        #F3 = pickle.loads(fp.read())
                        print('F3 loaded from ' + datafile + '\n')

                except IOError:
                    print(datafile +
                          ' not found; computing F3 from scratch...')
                    t0 = time.time()
                    if a2 == 0:
                        F3 = F3_mat.F3mat00(E, L, a0, r0, P0, a2, alpha)
                    elif a0 == 0:
                        F3 = F3_mat.F3mat22(E, L, a0, r0, P0, a2, alpha)
                    else:
                        F3 = F3_mat.F3mat(E, L, a0, r0, P0, a2, alpha)
                    t1 = time.time()
                    print('Calculation complete (time:', t1 - t0, ')')
                    with open(datafile, 'wb') as fp:
                        pickle.dump(F3, fp, protocol=4, fix_imports=False)
                        print('F3 saved to ' + datafile + '\n')

                F3_list.append(F3)

            ###################################################
            # Create list of inputs needed by several functions
            inputs = [L, a0, r0, P0, a2, alpha]

            # Free energies
            E_free = defns.E_free_list(L, 3, 1).values()
            E_free = [e for e in E_free if Emin < e < Emax]

            ##################################################
            # Project onto chosen irrep
            for flag in irreps:

                # General irrep
                if flag in GT.irrep_list():
                    I = flag
                    inputs.append(I)

                    if a2 == 0:
                        if sum([
                                GT.subspace_dim_o_l(s, I, 0)
                                for s in defns.shell_list(Emax, L)
                        ]) == 0:
                            print("0-dim l'=l=0 subspace for " + I +
                                  ' for E<' + str(round(Emax, 4)))
                            continue

                        irrep_eigs_array_list = AD.F3i_00_I_eigs_list(
                            E_list, L, F3_list, I)

                        irrep_eigs_array_list_flip = AD.F3i_00_I_eigs_list(
                            E_list, L, F3_list, I, flip=True)

                        f_eigs = F3_mat.F3i_00_I_eigs

                    elif a0 == 0:
                        if sum([
                                GT.subspace_dim_o_l(s, I, 2)
                                for s in defns.shell_list(Emax, L)
                        ]) == 0:
                            print("0-dim l'=l=2 subspace for " + I +
                                  ' for E<' + str(round(Emax, 4)))
                            continue

                        irrep_eigs_array_list = AD.F3i_22_I_eigs_list(
                            E_list, L, F3_list, I)

                        irrep_eigs_array_list_flip = AD.F3i_22_I_eigs_list(
                            E_list, L, F3_list, I, flip=True)

                        f_eigs = F3_mat.F3i_22_I_eigs

                    else:
                        if sum([
                                GT.subspace_dim_o(s, I)
                                for s in defns.shell_list(Emax, L)
                        ]) == 0:
                            print('0-dim subspace for ' + I + ' for E<' +
                                  str(round(Emax, 4)))
                            continue

                        irrep_eigs_array_list = AD.F3i_I_eigs_list(
                            E_list, L, F3_list, I)

                        irrep_eigs_array_list_flip = AD.F3i_I_eigs_list(
                            E_list, L, F3_list, I, flip=True)

                        f_eigs = F3_mat.F3i_I_eigs

                    if show_eigs == True:
                        print(irrep_eigs_array_list)

                    if find_root == True:
                        root = AD.root_finder_secant(E_list,
                                                     irrep_eigs_array_list,
                                                     f_eigs, inputs, E0, order)
                        print(root)

                        # irrep_roots_list = AD.root_finder(E_list, irrep_eigs_array_list, f_eigs, inputs)

                    #print(irrep_eigs_array_list)

                    #print(irrep_roots_list)
                    #print(root)

                    #irrep_roots_file = data_dir+I+'_roots_L='+str(L)+'.dat'
                    #with open(irrep_roots_file,'w') as fp:
                    #  fp.write(str(irrep_roots_list))

                #################################################
                # # BAD isotropic approx (A1+ proj, l=0)
                # elif flag == 'iso':
                #   iso_eigs_array_list = AD.F3i_iso_eigs_list_bad(E_list,L,F3_list)

                #   iso_roots_list = AD.root_finder(E_list, iso_eigs_array_list, F3_mat.F3i_iso_eigs_bad, inputs)
                #   # print(iso_roots_list)

                #   iso_roots_file = data_dir+'iso_roots_L='+str(L)+'.dat'
                #   with open(iso_roots_file,'w') as fp:
                #     fp.write(str(iso_roots_list))

                # #################################################
                # # A1+ projection (l=0 and l=2 contributions)
                # elif flag == 'A1':
                #   A1_eigs_array_list = AD.F3i_A1_eigs_list(E_list,L,F3_list)

                #   A1_roots_list = AD.root_finder(E_list, A1_eigs_array_list, F3_mat.F3i_A1_eigs, inputs)

                #   #print(A1_roots_list)

                #   A1_roots_file = data_dir+'A1_roots_L='+str(L)+'.dat'
                #   with open(A1_roots_file,'w') as fp:
                #     fp.write(str(A1_roots_list))

                #################################################
                # Full matrix, no projections (doesn't work well)
                elif flag == 'full':
                    eigs_array_list = AD.F3i_eigs_list(E_list, L, F3_list)

                    roots_list = AD.root_finder(E_list, eigs_array_list,
                                                F3_mat.F3i_eigs, inputs)
                    # print(roots_list)

                    roots_file = data_dir + 'roots_L=' + str(L) + '.dat'
                    with open(roots_file, 'w') as fp:
                        fp.write(str(roots_list))

                #################################################
                # Plot F3i eigenvalues vs. E
                if new_plots == True:
                    plotfile1 = plot_dir + str(flag) + '_' + str(
                        b + 1) + 'shells.pdf'
                    plotfile2 = plot_dir + str(flag) + '_' + str(
                        b + 1) + 'shells_zoom.pdf'

                    if len(flag) == 2:
                        irrep_tex = '$' + flag[0] + '^' + flag[1] + '$'
                    elif len(flag) == 3 and flag != 'iso':
                        irrep_tex = '$' + flag[0] + '_' + flag[1] + '^' + flag[
                            2] + '$'

                    plt.plot(E_list, irrep_eigs_array_list, '.')
                    plt.plot(E_list,
                             irrep_eigs_array_list_flip,
                             'o',
                             mfc='none')
                    plt.xlabel('E')
                    plt.ylabel(r'$\lambda$')
                    plt.title(r'$F_3^{-1}$ eigenvalues, ' + irrep_tex +
                              ' irrep, ' + str(b + 1) + ' shells')

                    for e0 in E_free:
                        plt.axvline(x=e0, c='k', ls='--', lw=1)

                    plt.xlim((Emin, Emax))
                    plt.ylim((Ymin, Ymax))
                    plt.tight_layout()
                    plt.grid(True)
                    plt.savefig(plotfile1)
                    plt.savefig('tmp.pdf')

                    plt.ylim((ymin, ymax))
                    plt.savefig(plotfile2)
                    plt.savefig('tmp2.pdf')

                    plt.close()