CYANA Macro: forall: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Parameters ==
== Parameters ==


Line 9: Line 8:
== Description ==
== Description ==


This macro performs a loop over all selected structures, copies them into
This macro performs a loop over all selected structures, copies them into the structure memory #0, executes the user ''commands'', and copies the structure back to the structure memory. Optionally, the structures are saved as angle files with names ''dnnnmmm''.ang (''nnn'' denotes the current process number, and ''mmm'' the structure number) before they are copied back. The calculation may be executed in '''parallel''' (if the INCLAN variable '''nproc''' has a value larger than 1).  
the structure memory #0, executes the user commands, and copies the
structure back to the structure memory. Optionally, the structures are
saved as angle files with name dnnnmmm.ang (nnn denotes the current
process number, and mmm the structure number) before they are copied back.
The calculation may be executed in parallel (if the Inclan variable nproc
has a value larger than 1).


forall parallel "vtfmin steps=100,800; angstat make"
'''forall parallel "vtfmin steps=100,800; angstat make"'''
Minimize all selected structures using the macro vtfmin with the given
Minimize all selected structures using the macro '''vtfmin''' with the given number of steps and include the resulting structures into the angle statistics.
number of steps and include the resulting structures into the angle
statistics.

Latest revision as of 16:58, 12 January 2010

Parameters

parameters
save
parallel
skip

Description

This macro performs a loop over all selected structures, copies them into the structure memory #0, executes the user commands, and copies the structure back to the structure memory. Optionally, the structures are saved as angle files with names dnnnmmm.ang (nnn denotes the current process number, and mmm the structure number) before they are copied back. The calculation may be executed in parallel (if the INCLAN variable nproc has a value larger than 1).

forall parallel "vtfmin steps=100,800; angstat make" 

Minimize all selected structures using the macro vtfmin with the given number of steps and include the resulting structures into the angle statistics.