Bumped to version 0.10. v0.10
authorW. Trevor King <wking@drexel.edu>
Sun, 13 Sep 2009 15:55:50 +0000 (11:55 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 13 Sep 2009 15:55:50 +0000 (11:55 -0400)
src/sawsim.nw

index 90ab17b2b413cdf5cdbb9bd6bf53b7bd380b389c..86c5fc0acd7d8a9e8d081197e681e5a6aa0bcfef 100644 (file)
@@ -158,12 +158,18 @@ multi-domain groups.  The probability of at least one domain unfolding
 had been calculated as $P_N=NP_1$, rather than $P_N=1-(1-P_1)^N$.
 However, for small $P$ the two are equivalent.
 
-Version 0.9 the -P option to sawsim now sets the target probability
-for the per-state transition $P_N$, not the per-domain transisiton
-$P_1$.
+Version 0.9 added the [[-P]] option to sawsim, setting the target
+probability for the per-state transition $P_N$, not the per-domain
+transisiton $P_1$.
+
+Version 0.10 added the [[-F]] option to sawsim, setting a limit on the
+force change $dF$ in a single timestep for continuous pulling
+simulations.  It also added the piston tension model (Section
+\ref{sec.piston_tension}), and adjusted the stiffness calculations to
+handle domains with undefined stiffness.
 
 <<version definition>>=
-#define VERSION "0.9"
+#define VERSION "0.10"
 @
 
 \subsection{License}