This page was generated from `source/notebooks/L15/2_project_template.ipynb`_.
Binder badge

Project: YOUR PROJECT TITLE

by Max Mustermann, Matrikel #

delete me:
• please don't forget to put your name and Matrikel #. Otherwise we cannot sort that to the right name.
• please do one project per person. group projects will be not allowed
• submit the project on the molecular nanophotonics course pages
[2]:
import numpy as np
import matplotlib.pyplot as plt

## add all the module imports here at the beginning, give our usual formatting options.

Introduction

delete me:
Please write here an introduction about your project. Describe the topic and why you chose to work on that project, what you want to achieve.
[ ]:
## code goes here

Fundamentals

delete me:
add some fundamentals, which are required to understand the topic. This could be drawings, text, formulas and other considerations.
[ ]:
## code goes here

Results and Discussion

delete me:
• Please do all calculation for your project here including a discussion of the meaning of the results.
• The discussion is important! You should describe what the results mean, even if you think I will know that. Describe the results as if somebody would not know the topic you are dealing with.
• I will give most of the credit to the discussion
• Also note that all diagrams require axes labels and tick labels with an appropriate size.
[3]:
## code goes here

Summary

delete me:
This is just the summary. Sounds that easy, but you should return to what you have stated as a problem or your intention in the introduction. This is more difficult. You should not just write what the results were.