A C++ code to calculate the white dwarf eos with electron-positron pairs, ions and photons
Open the testbench.cpp and select the test 1, 2 or 3 and execute using
g++ -o test.exe testbench.cpp eos.cpp fermions.cpp fermi.cpp -lm -fopenmp
A C++ code to calculate the white dwarf eos with electron-positron pairs, ions and photons
C++