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
//! constructor for the class MoveNonLinearForceEquilibrium taking the filename of the force extension relation and the realaxation parameter for the chain
= clara::detail::Opt( inputBFM, "inputBFM (=inconfig.bfm)" ) ["-i"]["--input" ] ("(required)Input filename of the bfm file" ).required()
70
-
| clara::detail::Opt( inputConnection, "inputConnection (=BondCreationBreaking.dat)" ) ["-d"]["--inputConnection"] ("used for the time development of the topology. " ).required()
71
-
| clara::detail::Opt( outputDataPos, "outputDataPos (=CrosslinkPosition.dat)" ) ["-o"]["--outputPos" ] ("(optional) Output filename of the crosslink ID and the equilibrium Position.").optional()
72
-
| clara::detail::Opt( outputDataDist, "outputDataDist (=ChainExtensionDistribution.dat)") ["-c"]["--outputDist" ] ("(optional) Output filename of the chain extension distribution." ).optional()
73
-
| clara::detail::Opt( stepwidth, "stepwidth" ) ["-s"]["--stepwidth" ] ("(optional) Width for the increase in percentage. Default: 1%." ).optional()
74
-
| clara::detail::Opt( minConversion, "minConversion" ) ["-u"]["--minConversion" ] ("(optional) Minimum conversion to be read in. Default: 50%." ).optional()
75
-
| clara::detail::Opt( threshold, "threshold" ) ["-t"]["--threshold" ] ("(optional) Threshold of the average shift. Default 0.5 ." ).optional()
74
+
= clara::detail::Opt( inputBFM, "inputBFM (=inconfig.bfm)" ) ["-i"]["--input" ] ("(required)Input filename of the bfm file" ).required()
75
+
| clara::detail::Opt( inputConnection, "inputConnection (=BondCreationBreaking.dat)" ) ["-d"]["--inputConnection"] ("used for the time development of the topology. " ).required()
76
+
| clara::detail::Opt( outputDataPos, "outputDataPos (=CrosslinkPosition.dat)" ) ["-o"]["--outputPos" ] ("(optional) Output filename of the crosslink ID and the equilibrium Position.").optional()
77
+
| clara::detail::Opt( outputDataDist, "outputDataDist (=ChainExtensionDistribution.dat)") ["-c"]["--outputDist" ] ("(optional) Output filename of the chain extension distribution." ).optional()
78
+
| clara::detail::Opt( stepwidth, "stepwidth" ) ["-s"]["--stepwidth" ] ("(optional) Width for the increase in percentage. Default: 1%." ).optional()
79
+
| clara::detail::Opt( minConversion, "minConversion" ) ["-u"]["--minConversion" ] ("(optional) Minimum conversion to be read in. Default: 50%." ).optional()
80
+
| clara::detail::Opt( threshold, "threshold" ) ["-t"]["--threshold" ] ("(optional) Threshold of the average shift. Default 0.5 ." ).optional()
0 commit comments