This project calculates the Van der Waals force based on user input.
main.cpp: The main driver program.data.cppanddata.hpp: Contains thedata_entreefunction for user input.van_der_waals_lib.cppandvan_der_waals_lib.hpp: Contains thevan_der_waalfunction and related functions for calculating the Van der Waals force.execute.sh: A shell script for compiling and running the program.
- Compile the project using the provided shell script:
./execute.sh