Project-1/README.md
2023-09-11 18:28:42 +02:00

39 lines
773 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Project 1
## Practical information
- [Project](https://anderkve.github.io/FYS3150/book/projects/project1.html)
## How to compile C++ code
Make sure that you are inside the **src** directory before compiling the code.
Now you can execute the command shown under to compile:
´´´
make
´´´
This will create object files and link them together into 2 executable files.
These files are called **main** and **analyticPlot**.
To run them, you can simply use the commands below:
´´´
./main
´´´
´´´
./analyticPlot
´´´
## How to generate plots
For generating the plots, there are 4 Python scripts.
You can run each one of them by using this command:
´´´
python <PythonFile>
´´´
The plots will be saved inside **latex/images**.