an experiment in embedding and distributing programming ... · uncertainty, experiment design, and...

24
An experiment in embedding and distributing programming throughout an undergraduate degree Anna Wilson, University of Stirling (thanks to Joe Hope, ANU)

Upload: others

Post on 06-Nov-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

An experiment in embedding and distributing programming

throughout an undergraduate degree

Anna Wilson, University of Stirling (thanks to Joe Hope, ANU)

Page 2: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation
Page 3: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Background and context (1)

• One of Group of Eight • Research-intensive • Faculties and Research Schools (Department of Physics

and RSPE) • Approx 150 physics academics • Approx 150 PhD students

Page 4: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Background and context (2)

• Three year BSc • Majors (and minors) • Honours year as pathway to PhD • Elite (UAI 82+) • Elite degrees: PhB and BSc (Advanced)

Level 1 Level 2 Level 3 Level 4

100 (+150) 60-70 30-40 15-20

20 15 10 10

Page 5: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Degree structure Advanced Physics 1

Advanced Physics 2

Quantum Mechanics

Statistical Mechanics

Electromagnetism

Waves and Optics

Nuclear Physics

Theoretical Physics

Condensed Matter Physics

Fluid Physics

Physics of the Earth

Advanced Theoretical Physics

Particle Physics Plasma Physics

Research Projects

Computational Physics

Atomic Physics

Optical Physics

Photonics

Research Projects

Page 6: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Major and minor learning goals Students who complete the Physics major will be able to:

• …

• Use mathematical, computational and experimental skills to solve conceptual and quantitative problems in physics.

• Demonstrate skills including: equipment familiarity, data gathering, record keeping, data analysis, dealing with uncertainty, experiment design, and comparison with theory.

• …

• Be both creative and rigorous in the design and construction of scientific investigations of physical systems.

• …

Page 7: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Process (1): articulating desired learning

Level 1 • Plot 1D/2D/3D graphs (functions)

• Plot data with error bars

• Basic statistical analysis of data: averaging, standard errors, lines of best fit

• Solve systems of algebraic equations (analytically and numerically); root finding

• Perform integrals (analytically and numerically)

• Solve ordinary differential equations (analytically and numerically)

Page 8: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Process (1): articulating desired learning

Level 2 • Calculate quantities using linear

algebra

• Iteration

• Visualise high dimensional data

• Write simple algorithms

• Input/output of datasets

Page 9: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Process (1): articulating desired learning

Level 3 • Solve partial differential equations

• Confidence with new packages, unix

• Produce (computational) models from physical problems

Page 10: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Process (2): he who shouts loudest …

Page 11: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Process (3): implementation

Level 1 • Labs • Homework Level 2 • Labs • Homework, course extensions • Linux Level 3 • Mini-projects

Page 12: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation
Page 13: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation
Page 14: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation
Page 15: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Level 1 revised: excel in the lab

• Dark energy lab

– Manipulating and plotting data in excel

– Basic modelling

Page 16: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Level 1 revised: python in the lab

• Quantum cryptography (real data)

– Importing data

– Plotting

– Modifying templates

• Higgs boson (fake data)

– Importing data

– Plotting

– Handling arrays

– Analysing data

Page 17: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Level 1: coursework • Electrostics

– Editing a template

• Local magnetic fields

– More importing, plotting and analysing

– Editing a template

Page 18: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Level 2: Chaos lab

Page 19: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Level 2: Chaos lab

Page 20: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation
Page 21: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Level 2: Racing robots with LabView

Page 22: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Level 2: Coursework • Quantum Mechanics

– Plotting electron probability density distributions (infinite cuboid well)

– Animating time-dependent states (ISW, HO)

– Wave packets and Fourier transforms

• Electromagnetism

– Calculating grads and curls

– Plotting surfaces and field lines, e.g.

Page 23: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Level 2: coursework extension activities

Page 24: An experiment in embedding and distributing programming ... · uncertainty, experiment design, and comparison with theory. • ... Level 3: coursework •Theoretical physics computation

Level 3: coursework

• Theoretical physics computation project

– Double pendulum or Duffing oscillator

– Describe the system

– Design ways to check numerical results

– Identify key influencing parameters