Syllabus: Difference between revisions

From phys660
Jump to navigationJump to search
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Spring 2011'''
== Instructor ==
== Instructor ==


Line 9: Line 7:
**Fax: (302) 831-1637
**Fax: (302) 831-1637


== Calendar ==
== Calendar for Spring 2014==
 
 
* Monday and Friday: 9:05AM-9:55AM in 116 Pearson Lab.
* Monday and Friday: 9:05AM-9:55AM in 305 Pearson.
* Wednesday: 9:05AM-9:55AM in 118 Sharp Lab.  
* Wednesday: 9:05AM-9:55AM in 118 Sharp Lab.  
* Office hours: MW 1:00-2:00PM in 234 Sharp Lab, or by appointment (send me an email).
* Office hours: MW 1:00-2:00PM in 234 Sharp Lab, or by appointment (send me an email).
* Classes start on Monday, February 6 and terminate on Tuesday, May 15.
* Classes start on Monday, February 10 and terminate on Monday, May 19.
* Poster Session: Tuesday, May 13 at 4:00PM in Sharp Lab Commons Room.
* Breaks:  
* Breaks:  
**Spring recess, March 24-April 1.  
**Spring recess, March 31-April 6.  
**Instructor's travel schedule:
**Instructor's travel schedule: May 5-6.


== Course Objectives ==
== Course Objectives ==
Line 36: Line 35:
== Requirements ==
== Requirements ==


This is a Research project based course: There are no weekly homeworks and no midterm or final exams. Projects will be announced on Mondays on the Research Project section of this Web site, and final Report (written in the form emulating a scientific paper - see guidelines for more information) is due after 14 days on Mondays at midnight. The Report should be submitted by email (bnikolic at udel.edu) as two files: (i) PDF file of the Report itself + (ii) ASCII source code of your program.  The files must be labeled as follows (substitute with pertinent file extension if you are sending something else than Matlab m-file as your code):
This is a '''Research Project'''-based course: There are no weekly homeworks and no midterm or final exams. Projects will be announced on Mondays on the Research Project section of this Web site, and final Report (written in the form emulating a scientific paper - see guidelines for more information) is due after 14 days on Mondays at midnight. The Report should be submitted by email (bnikolic at udel.edu) as two files: (i) PDF file of the Report itself + (ii) ASCII source code of your program.  The files must be labeled as follows (substitute with pertinent file extension if you are sending something else than Matlab m-file as your code):
 
*project<no>_<your_last_name>.pdf
*project<no>_code_<your_last_name>.m


project<no>_<your_last_name>.pdf
The report should start with a clear front page containing information akin to journal publications:  
project<no>_code_<your_last_name>.m
The report should start with a clear front page containing information akin to journal publications (see a real life example ):
project title,
your name,
the address of the Department you are affiliated with,
abstract explaining succinctly the aim of the project, results, and conclusion.
In order to meet standards of research articles in a typical Physics Journal, it is mandatory for PHYS660 students to use LaTeX (to facilitate meeting this demand use REVTeX4 course template) and highly recommended for PHYS460 students.


In Project 5, which deals with quite demanding real time Quantum Tunneling problems, research teams will be established (consisting of an undergraduate and a graduate student) to collaborate on the problem. Each team will present a poster during a Poster Session which will also include peer reviewing.
*project title,
*your name,
*the address of the Department you are affiliated with,
*[http://www.aip.org/pacs/pacs2010/individuals/pacs2010_regular_edition/index.html PACS codes],
*abstract explaining succinctly the aim of the project
*results,
*conclusion.
 
This is illustrated by an [[Media:project_2_mckeown.pdf|example]] submitted by a one of the former (enthusiastic) undergraduate students in the course. In order to meet standards of research articles in a typical Physics Journal, it is mandatory for PHYS660 students to use LaTeX (to facilitate meeting this demand use REVTeX4 course template) and highly recommended for PHYS460 students.
 
In Project 5, which deals with quite demanding real time Quantum Tunneling problems, research teams will be established (consisting of an undergraduate and a graduate student) to collaborate on the problem. Each team will present a poster during a '''Poster Session''' which will also include ''peer reviewing''.


== Grading ==
== Grading ==
Line 54: Line 59:


*Here is a guideline for your final letter grade, as a percentage of the total number of points:  
*Here is a guideline for your final letter grade, as a percentage of the total number of points:  
**86-100, some type of A,
**93 - 100 -> A
**73-85, some type of B,
**90 - 92 -> A-
**61-72 some type of C,
**85 - 89 -> B+
**51-60 some type of D,
**80 - 84 -> B
**50 and below is F.
**75 - 79 -> B-
These numbers may be lowered, depending upon numerous factors, but will not be raised (i.e., if you have an 86 average you are assured of at least an A-). The course grades are not curved.  
**70 - 74 -> C+
** 65 - 69 -> C
** 60 - 64 -> C-
** 57 - 59 -> D+
** 53 - 56 -> D
** 50 - 52 -> D-
** < 50 -> F
These numbers may be lowered, depending upon numerous factors, but will not be raised (i.e., if you have 90 average you are assured of at least an A-). The course grades are not curved.  


*'''Grading of overdue reports:''' Reports submitted after the deadline will incur a penalty 5 points for each 24 hour period. After eight days, the maximum possible grade is set at 60 points.
*'''Grading of overdue reports:''' Reports submitted after the deadline will incur '''a penalty of 5 points for each 24 hour period'''. After eight days, the maximum possible grade is set at 60 points.


== Study Guides ==
== Study Guides ==
Line 68: Line 80:
**N. Giordano and H. Nakanishi: [http://www.physics.purdue.edu/~hisao/book/ Computational Physics] (2nd edition, Prentice Hall, New Jersey, 2005).
**N. Giordano and H. Nakanishi: [http://www.physics.purdue.edu/~hisao/book/ Computational Physics] (2nd edition, Prentice Hall, New Jersey, 2005).


*Numerical Recipes Books
*Numerical Algorithms:
**C. Moler, [http://www.mathworks.com/moler/chapters.html Numerical Computing with Matlab] (SIAM, Philadelphia, 2004).
**W. H. Press, S. A. Teukolsky, W. T. Vetterling, and B. P. Flannery: [http://www.nr.com/ Numerical Recipes: The Art of Scientific Computing] (CUP, Cambridge, 2007).
**W. H. Press, S. A. Teukolsky, W. T. Vetterling, and B. P. Flannery: [http://www.nr.com/ Numerical Recipes: The Art of Scientific Computing] (CUP, Cambridge, 2007).
**C. Moler, [http://www.mathworks.com/moler/chapters.html Numerical Computing with Matlab] (SIAM, Philadelphia, 2004).


*Supplementary Material:
*Supplementary Material:
**H. Gould, J. Tobochnik, and W. Christian: [http://sip.clarku.edu/ An Introduction to Computer Simulation Methods: Application to Physical Systems (3nd edition, Adison-Wesley, Reading, 2006).
**H. Gould, J. Tobochnik, and W. Christian: [http://sip.clarku.edu/ An Introduction to Computer Simulation Methods: Application to Physical Systems] (3nd edition, Adison-Wesley, Reading, 2006).
**Selected articles from  [http://ajp.aapt.org/ American Journal of Physics].
**Selected articles from  [http://ajp.aapt.org/ American Journal of Physics].


*Advanced topics for PHYS660 students:
*Advanced topics for PHYS660 students:
**J. Thijssen, [http://www3.cambridge.org/asia/catalogue/catalogue.asp?isbn=9780521833462 Computational Physics] (CUP, Cambridge, 2007).
**J. Thijssen, [http://www3.cambridge.org/asia/catalogue/catalogue.asp?isbn=9780521833462 Computational Physics] (CUP, Cambridge, 2007).
**K. Varga and J. A. Driscoll, [https://sites.google.com/site/varga1kalmanbook/ Computational Nanoscience] (CUP, Cambridge, 2011).
**W. Krauth, [http://www.smac.lps.ens.fr/index.php/Main_Page Statistical Mechanics: Algorithms and Computations] (OUP, Oxford, 2006).  
**W. Krauth, [http://www.smac.lps.ens.fr/index.php/Main_Page Statistical Mechanics: Algorithms and Computations] (OUP, Oxford, 2006).  
**P. de Forcrand and P. Werner, [[Media:WERNER_BOOK=computational_quantum_physics.pdf|Computational Quantum Physics]] (course at ETH, Zurich).
**P. de Forcrand and P. Werner, [[Media:WERNER_BOOK=computational_quantum_physics.pdf|Computational Quantum Physics]] (course at ETH, Zurich).

Latest revision as of 12:08, 11 May 2014

Instructor

Calendar for Spring 2014

  • Monday and Friday: 9:05AM-9:55AM in 305 Pearson.
  • Wednesday: 9:05AM-9:55AM in 118 Sharp Lab.
  • Office hours: MW 1:00-2:00PM in 234 Sharp Lab, or by appointment (send me an email).
  • Classes start on Monday, February 10 and terminate on Monday, May 19.
  • Poster Session: Tuesday, May 13 at 4:00PM in Sharp Lab Commons Room.
  • Breaks:
    • Spring recess, March 31-April 6.
    • Instructor's travel schedule: May 5-6.

Course Objectives

  • To encourage students to "discover" physics in a way how physicists learn by doing research.
  • To open a gateway for a deeper understanding of the physics learned in other courses.
  • To introduce numerical methods and new areas of physics that can be studied using them.
  • To show how physics can be applied in a much broader context than discussed in traditional curriculum.
  • To introduce students to the frontiers of high performance scientific computing.

Course Topics

  • Computation in Classical Physics: projectile motion, physics of baseball, oscillations, chaos in non-linear equations, 2-, 3-and n-body dynamics, vibrations in glasses.
  • Computation in Quantum Physics: Schrödinger equation (time-independent and time dependent), variational methods, spectral methods.
  • Competition in Statistical Mechanics: random systems. random walks and diffusion, Monte-Carlo techniques, percolation, Ising model, phase transitions.
  • Complexity: cellular automata, self-organized criticality, Fractals, protein folding, neural networks (spin glasses), genetic algorithms.

Requirements

This is a Research Project-based course: There are no weekly homeworks and no midterm or final exams. Projects will be announced on Mondays on the Research Project section of this Web site, and final Report (written in the form emulating a scientific paper - see guidelines for more information) is due after 14 days on Mondays at midnight. The Report should be submitted by email (bnikolic at udel.edu) as two files: (i) PDF file of the Report itself + (ii) ASCII source code of your program. The files must be labeled as follows (substitute with pertinent file extension if you are sending something else than Matlab m-file as your code):

  • project<no>_<your_last_name>.pdf
  • project<no>_code_<your_last_name>.m

The report should start with a clear front page containing information akin to journal publications:

  • project title,
  • your name,
  • the address of the Department you are affiliated with,
  • PACS codes,
  • abstract explaining succinctly the aim of the project
  • results,
  • conclusion.

This is illustrated by an example submitted by a one of the former (enthusiastic) undergraduate students in the course. In order to meet standards of research articles in a typical Physics Journal, it is mandatory for PHYS660 students to use LaTeX (to facilitate meeting this demand use REVTeX4 course template) and highly recommended for PHYS460 students.

In Project 5, which deals with quite demanding real time Quantum Tunneling problems, research teams will be established (consisting of an undergraduate and a graduate student) to collaborate on the problem. Each team will present a poster during a Poster Session which will also include peer reviewing.

Grading

Although grades are a bit obsolete concept when learning about science through experience and by asking questions, at the end of the semester a letter grade will have to be assigned. Here is a guideline for your final grade, as a percentage of the total number of points: 86-100, some type of A; 73-85, some type of B; 61-72 some type of C, 51-60 some type of D; 50 and below is F. These numbers may be lowered, depending upon numerous factors, but will not be raised (i.e., if you have an 86 average you are assured of at least an A-). The course grades are not curved.

  • Here is a guideline for your final letter grade, as a percentage of the total number of points:
    • 93 - 100 -> A
    • 90 - 92 -> A-
    • 85 - 89 -> B+
    • 80 - 84 -> B
    • 75 - 79 -> B-
    • 70 - 74 -> C+
    • 65 - 69 -> C
    • 60 - 64 -> C-
    • 57 - 59 -> D+
    • 53 - 56 -> D
    • 50 - 52 -> D-
    • < 50 -> F

These numbers may be lowered, depending upon numerous factors, but will not be raised (i.e., if you have 90 average you are assured of at least an A-). The course grades are not curved.

  • Grading of overdue reports: Reports submitted after the deadline will incur a penalty of 5 points for each 24 hour period. After eight days, the maximum possible grade is set at 60 points.

Study Guides

  • Main Textbook: