David A. Case schrieb am 05/18/2004 04:57 PM:
>On Tue, May 18, 2004, Joachim Reichelt wrote:
>
>
>
>>I think of having both active as in NTT=1 and NTT=4
>>
>>
>
>You would have to modify the code to do this...should not be hard.
>
>
I just looked into runmd.f (AMBER 7)
335 IF (NTT.EQ.1) DTTP = DT/TAUTP
458 IF (NTT.NE.0) DTTP = DT / TAUTP
550 IF(NTT.ne.0) then
625 if (NTT.ne.0) EKGP = EOLD3
761 IF (NTT.NE.0) DTTP = DT/TAUTP
793 c when outside of DTEMP range of target (when ntt=4)
797 if( ntt.eq.4 .and. (ABS(EKIN0-EKGP).GT.DTMP0)) resetvelo =
..true.
823 * NSHAK,NTU,TEMP0*FACTT,IG,NSOLUT,NTT,IH(M10),
836 else IF (NTT.EQ.1) THEN
839 C Constant Temperature; Berendsen Algorithm (NTT=1):
1394 if (NTT.ne.0 .and. onstep) then
1401 if (NTT.ne.0 .and. onstep) then
1703 if( ntt.eq.0 .and. nvalid.gt.1 ) then
1753 570 FORMAT(' ERROR: NTT=',I5,'; Unrecognized Option.')
In line 797 I can change to ntt .ge. 7
or whould it be better ti change 335 to look like 458?
couse all other check for ntt .ne. 0!
but a grep gives me:
dynlib.f: if(ntt.eq.5) then
dynlib.f: if(ntt.eq.5) then
dynlib.f: if (ntt .eq. 5)
dynlib.f: if (ntt .eq. 5)
I thought of using 5 for "use 1 AND 4"
>...regards...dac
>-----------------------------------------------------------------------
>The AMBER Mail Reflector
>To post, send mail to amber.scripps.edu
>To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
>
>
--
Mit freundlichen Gruessen Best Regards
Joachim Reichelt
WWW: http://www.gbf.de/bragi _/_/_/ _/_/_/ _/_/_/_/
WWW: http://www.gbf.de/sb _/ _/ _/ _/ _/
WWW: http://www.gbf.de/ _/ _/ _/ _/
_/ _/ _/_/_/ _/_/_/
_/ _/ _/ _/ _/
Mascheroder Weg 1 _/ _/ _/ _/ _/
D-38124 Braunschweig _/_/_/ _/_/_/ _/
Tel: +(49) 531 6181 352 FAX: +(49) 531 2612 388
SB - Strukturbiologie
GBF - Gesellschaft fuer Biotechnologische Forschung
German Research Centre for Biotechnology
See me at:
EMAIL: REICHELT.gbf.de WWW: http://www.gbf.de/sb/Reichelt.htm
-- Disclaimer --
Standard > Keyword : Opinions, my own, nobody else's, whatsoever ...
Man muss sich notfalls jemand mieten,
hat man an Geist selbst nichts zu bieten! (Heinz Erhardt)
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Tue May 18 2004 - 18:53:00 PDT