Download Condensed matter physics: More is different! Thomas Vojta Outline

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Spheromak wikipedia , lookup

Weakly-interacting massive particles wikipedia , lookup

Superconductivity wikipedia , lookup

Transcript
Condensed matter physics: More is different!
(and how to study it by high-performance computing)
Thomas Vojta
Quantum many-particle research group
Department of Physics, Missouri S&T
Outline
What is condensed matter physics?
Emerging phenomena and the axis of complexity
Superconductivity and quantum magnetism
Non-Fermi
liquid
Pseudo
gap
AFM
0
Fermi
liquid
SC
0.2
Doping level (holes per CuO2)
High-performance computing in scientific research
Pegasus cluster
Monte Carlo simulations
October 25, 2016
What is condensed matter physics?
Condensed Matter Physics:
field of physics that deals with the macroscopic properties of matter; in
particular ... the “condensed” phases that appear whenever the number
of constituents in a system is large and their interactions ... are strong.
Traditionally: Physics of solids and liquids
• What is the structure of crystals?
• How do solids melt or liquids evaporate?
• Why do some materials conduct an electric current and others do not?
Today: all systems consisting of a large number of interacting constituents
• biological systems: biomolecules, DNA, membranes, cells
• geological systems: earthquakes
• economical systems: fluctuations of stock markets, currencies
Why condensed matter physics?
Applications: ”Helps you to make stuff.”
•
•
•
•
semiconductors, transistors, microchips
magnetic recording devices
liquid crystal displays
plastic and composite materials
Maglev train using levitation by
superconducting magnets, can go
faster than 350 mph
Magnetic read head, based on Giant Magnetoresistance effect (Physics Nobel Prize 2007)
Why condensed matter physics II
Directions of fundamental physics research :
Astrophysics and cosmology:
increasing length and time scales
Atomic, nuclear and elementary
particle physics:
decreasing length and time scales
Particle accelerator at
Fermilab
What direction does condensed matter research explore?
Emerging phenomena and the axis of complexity
number of particles
100
elementary
particles
101 -102
103 - 105
-1012
1023
atoms,
molecules
cluster
mesoscopic
systems
macroscopic
solid or liquid
chemical prop.
(periodic table)
optical prop.
(e.g., color)
mechanical
properties
(rigidity,
solid vs. liquid)
transport
properties
(conductivity)
phases and
phase transitions
(ferromagnetism)
...
biology, life
Emerging phenomena:
When large numbers of particles strongly interact, qualitatively new properties of
matter emerge at every level of complexity
Physics Nobel Prize 2016: “for theoretical discoveries of topological phase
transitions and topological phases of matter”
Superconductivity
Superconductivity
• zero electrical resistance below a
certain temperature
• electrons form Cooper pairs
ferromagnetic superconductors
Quantum magnetism
2.0
Transverse-field Ising model
LiHoF4
paramagnet
1.5
Ĥ = −J
1.0
0.5
0.0
0
∑
⟨i,j⟩
− hx
∑
Ŝix
i
transverse magnetic field induces spin
flips via Ŝ x = Ŝ + + Ŝ −
ferromagnet
20
Ŝiz Ŝjz
40
Bc
60
transversal magnetic field (kOe)
80
⇒ Quantum phase transition
dilution of lattice leads
to percolation
⇒
quantum magnets on
percolating lattices
Phase transitions in chemical and biological systems
Contact process:
• prototypical nonequilibrium process
• model for the spreading of a disease
• small infection rate λ: infection dies
out (absorbing state)
• large infection rate λ:
active steady state with nonzero
fraction of sick (active) sites
⇒ nonequilibrium phase transition at
λ = λc
Applications:
ρ
0.15
0.1
dynamics of chemical reactions
population dynamics
0.05
0
1.6
1.65
1.7
λ
1.75
1.8
Computational Science
Application of computational and numerical techniques to solve large and
complex science problems
3rd independent scientific methodology
has arisen over the last 30 years or so
shares characteristics with both theory
and experiment
requires interdisciplinary skills in
science, mathematics, computer science
Computational Science ̸= Computer Science
Cluster computing
Cluster:
group of connected computers that work together as one machine
• diverse purposes (high availability, fault tolerance, high performance)
• many different cluster architectures
Recipe for cluster supercomputer:
1. Buy a pile of mass market commodity hardware for node computers
2. Connect all nodes via a private cluster network (the fastest you can afford)
3. Run the free Linux operating system and packages to support distributed
parallel computing: PVM, MPI, PBS
4. Run your code in parallel on hundreds, thousands, or millions of CPUs
⇒ supercomputer power for a fraction of the price
Top 500 supercomputer list
In the latest list (June 2016):
• 431 of the 500 fastest computers in the world are clusters (86.2%)
• top cluster system in the list (rank 2): Tianhe-2 in China, 3,120,000 CPUs
• largest cluster in the US (rank 12): Stampede, 462,462 CPUs,
(University of Texas)
Stampede
Pegasus cluster
Pegasus cluster:
• 188 diskless compute nodes (total 752 CPU cores)
• private Gigabit Ethernet network
• parallel computing via Message Passing Interface (MPI)
Monte Carlo simulations
Monte Carlo method:
class of computational algorithms for simulating various physical and
mathematical systems; they are ... stochastic, usually by using random
numbers.
Example: Monte Carlo calculation of Pi
• fire random data points at a circle inscribed within
a square
• ratio of the areas of circle and square is π/4
• ratio can be estimated as the number of hits in
the circle and the total number of points in the
square
Research opportunities for undergraduates
Computational Physics Projects:
• programming experience in Fortran or
C/C++ required
• projects involve:
developing Monte Carlo programs,
running large-scale parallel simulations,
analyzing and visualizing numerical data