You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@
3
3
This software package calculates the Phantom modulus for the following systems:
4
4
- linear chains mixed with cross linkers
5
5
6
+
## Compilation
7
+
This project needs the [LeMonADE-library](https://github.com/LeMonADE-project/LeMonADE/) installed. The configure file helps to set the correct path and options. Execute in a shell
This will run `cmake` and create the `build` directory. Now type in `make` which compiles the executables and runs the test if this option was given.
12
+
13
+
6
14
## Linear chains with cross linkers
7
15
The main [program](https://github.com/LeMonADE-project/LeMonADE_PhantomModulus/blob/master/projects/ForceEquilibrium.cpp) reads in a .bfm file and a data file. It is expected that the bfm file contains the following flags
0 commit comments