Skip to content

Simulates phase shift of particles (due to various effects) moving through 3-grating interferometer

License

Notifications You must be signed in to change notification settings

adenchfi/interferometer_simulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

interferometer_simulation

Simulates phase shift of particles (due to various effects) moving through 3-grating interferometer


Effects Accounted For:


  • Gravity

  • VanDerWaals effect


Authors:


  • Dr. Ben McMorran (put credentials here)

  • Arthur Romero, IIT research student, summer 2015

  • Adam Denchfield, IIT IPRO student, fall 2015

  • Melanie Cornelius (nee Dooley), IIT IPRO and research student, fall 2014 through fall 2015

  • Dr. Tom Roberts (put credentials here)


How to Commit:


  • Place all source files in the source/ dir

  • In general, keep functions pertaining to different effects in different files

  • Name variables descriptively. If a variable pertains to a common physics term or symbol, place that symbol in a nearby comment

  • Comment functions explaining the math in use

  • Add any new effect into this README


General Git Etiquette:


  • DO NOT commit executables (.out files by default)

  • DO NOT make dated folders in any directory except output/

  • In general, avoid committing output files - the output directory is a compromise between programming convention and needs of professors and students in class. Remember - you can always store your outputs in the Google Drive or on iGroups.

  • That said, DO NOT commit output files unless:

    • You have a good reason to track the output (IE, showing new functionality)

    • You have placed the output in a dated directory within the output/ dir

About

Simulates phase shift of particles (due to various effects) moving through 3-grating interferometer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.2%
  • C++ 15.3%
  • Makefile 1.5%