Personal tools

Difference between revisions of "Junior Research Team"

From hpcwiki

Jump to: navigation, search
(2. Harmonic Oscillators with Python)
Line 16: Line 16:
  
 
==2. Harmonic Oscillators with Python ==
 
==2. Harmonic Oscillators with Python ==
# Follow to tutorial on Jupyter notebook, [https://nbviewer.jupyter.org/gist/gdsosar/9f70990dbf714ec80274f1f601ab74f3 click]
+
# Follow to tutorial on, [https://nbviewer.jupyter.org/gist/gdsosar/9f70990dbf714ec80274f1f601ab74f3 Jupyter notebook]

Revision as of 08:48, 15 June 2017

Contents

TOPICS

TUTORIALS

1. 2-D Wave propagation (Bash Script running a C++ program)

  1. Download the C++ Code
  2. Download the Bash script
  3. Put both files in the same folder
  4. Compile the C++ code and use "wave" as the program filename
  5. Run the Bash script with the pipe ">" to create a .csv file
  6. Use software like Matlab or Python to visualize results

2. Harmonic Oscillators with Python

  1. Follow to tutorial on, Jupyter notebook