From 81517fa76b6e53301ff73b6c9331f266376ac07f Mon Sep 17 00:00:00 2001 From: hackbard Date: Mon, 10 Sep 2007 14:07:58 +0200 Subject: [PATCH] examples/hints added --- examples_hints/visualize.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples_hints/visualize.txt diff --git a/examples_hints/visualize.txt b/examples_hints/visualize.txt new file mode 100644 index 0000000..e08a4ef --- /dev/null +++ b/examples_hints/visualize.txt @@ -0,0 +1,12 @@ +examples using the visualize code +################################# + +to investiagte special configurations you could use something like: + +./visualize -d saves/dumbbell -nll -2.4 -2.4 -2.4 -fur 3.8 3.8 3.8 \ + -b -2.03 -2.03 -2.03 3.39 3.39 3.39 -r 0.6 -c 1.5 -15.0 1.5 + +this visualizes the atoms located in the box specified by -fur and -nll and +draws a box according to the -b values by looking at the atoms which have +a radius of 0.6 angstroms from the location determined by the -c coordinates. + -- 2.20.1