Closed kshitij-v-mehta closed 6 years ago
Made directory structure changes. Moved all code to src/, which further contains sub-directories src/simulation/ and src/analysis.
src/
src/simulation/
src/analysis
Provided analysis code norm_calc.cpp by incorporating changes suggested by Norbert and William in the previous PR.
norm_calc.cpp
Added Scott's changes where plotgap is accepted as a command line argument, and added a python plotting script.
plotgap
Made directory structure changes. Moved all code to
src/
, which further contains sub-directoriessrc/simulation/
andsrc/analysis
.Provided analysis code
norm_calc.cpp
by incorporating changes suggested by Norbert and William in the previous PR.Added Scott's changes where
plotgap
is accepted as a command line argument, and added a python plotting script.