Skip to content

Commit

Permalink
minor need to sync with arxiv
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash committed Mar 25, 2022
1 parent 9727308 commit 4f6104c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/execute.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
echo "Create a surface for N=512"
../bin/exe_start 512 sph d_sph/
python ../utils/gen_memc_conf.py d_sph/part_pos0300.bin
python ../utils/gen_memc_conf.py d_sph/snap_0300.h5
sleep 2
../bin/exe_memc para_file.in out/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ of points used to represent the membrane above is 1024 (The number below N). The
+ pos_bot_wall :: z-position of the bottom wall. The value must be smaller than the radius
+ sigma :: The <img src="https://render.githubusercontent.com/render/math?math={\sigma}"> of the bottom LJ potential
+ epsilon :: Relative strength LJ potential
+ theta_attractive :: All the points for which $\theta$ (see fig 11) is less this value will be affected by the attractive surface.
+ theta_attractive :: All the points for which <img src="https://render.githubusercontent.com/render/math?math={\Theta}"> (shaded part in the fig just below) is less this value will be affected by the attractive surface.
* **Monte Carlo Parameters**
+ Dfac :: Each
Expand Down

0 comments on commit 4f6104c

Please sign in to comment.