You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 34 Next »

Seminar Schedule for MIT Lattice Club

Seminars in 26-528 on Wednesdays @ 12:30 unless otherwise noted.

Date                  

Speaker                                

Title                                                                  

Sep 19th

Stefan Meinel (MIT)

Lambda_b -> Lambda l+l-

Sep 26th

Will Detmold (MIT)

Nuclei

Oct 3rd

Uwe Wiese (Bern)

Atomic Quantum Simulation of Dynamical Gauge Fields using Quantum Links

Oct 10th

no seminar

 

Oct 17th

Chris Monahan (W&M)

Lattice perturbation theory and B physics

Oct 24th

Andre Walker-Loud (LBL)

Cottingham Formula for the Electromagnetic Self-Energy Contribution to Mp - Mn

Oct 31st

Jeremy Green (MIT)

Nucleon Structure near the physical pion mass

Nov 7th

Zhifeng Shi (W&M)

Multi-meson systems from lattice QCD

Nov 14th

Michael Buchoff (LLNL)

Neutron-Antineutron Oscillations on the Lattice

Nov 21st

Raul Briceno

Towards nuclear reactions from lattice QCD

"In this talk I will motivate the evaluation of nuclear reactions cross sections from Lattice Quantum Chromodynamics (LQCD) and discuss challenges associated with such calculations. In particular, I will explore the connection between the energy spectrum of a three-body system in a finite volume and infinite volume scattering matrix elements using an effective field theoretical approach. The implication of this formalism for studying systems composed of a particle and a bound-state below the bound-state break-up will be discussed. I will briefly discuss the similarities of the three-body problem and that of two-body coupled-channels systems and will comment on extensions of the formalism above the break-up threshold."

#!/usr/common/usg/python/2.7.1/bin/python
import h5py
import os
hh=h5py.File('cl21_32_256.hdf5','w')
flist=os.listdir('GLUONIC')
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="00dd9ff3-a97c-48b2-bd6f-7ee32d800c7b"><ac:plain-text-body><![CDATA[clist=[]]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d6dcfd70-fdd0-42bb-af85-e0deb84e66ce"><ac:plain-text-body><![CDATA[slist=[]]]></ac:plain-text-body></ac:structured-macro>
for f in flist:
    print f
    c=f.replace('.hdf5','')
    clist.append(c)
    ii=h5py.File('GLUONIC/'+f,'r')
    ll=list(ii)
    ll.remove('info')
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8efcf442-df4b-4b18-be7d-bfc6f6bcfdc1"><ac:plain-text-body><![CDATA[    ns=ii['info/N_src'][()]]]></ac:plain-text-body></ac:structured-macro>
    slist.append(ns)
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="d74010be-e755-4bac-9819-edd58ff589fa"><ac:plain-text-body><![CDATA[    if f == flist[0]:]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="db68c3f3-99d3-45de-9899-20679d389fcf"><ac:plain-text-body><![CDATA[        nt=ii['info/Nt'][()]]]></ac:plain-text-body></ac:structured-macro>
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0bb93bbd-8474-4964-b007-458300b9fbd3"><ac:plain-text-body><![CDATA[        nx=ii['info/Nx'][()]]]></ac:plain-text-body></ac:structured-macro>
        for l in ll:
            hh.create_group(l)
    for l in ll:
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="23f4eeeb-554e-463a-8cfa-14f1631c0bed"><ac:plain-text-body><![CDATA[        hh[l].create_dataset(c,data=ii[l])]]></ac:plain-text-body></ac:structured-macro>
hh.create_dataset('config_list',data=clist)
hh.create_dataset('nsrc_list',data=slist)
hh.close()

Nov 28th

Stefan Krieg (Wuppertal)

TBD

Dec 5th

 

 

Dec 12th

 


EVO details

Title

MIT Lattice Club

Community

Universe

URL

Lattice Club EVO link

Phone Bridge ID

14 4797

  • No labels