Help for this page

Select Code to Download


  1. or download this
    # Count number of atoms
        
    ...
        }
    }
    close *ARGV; ## Add this.
    
  2. or download this
    @a = 1 .. 10;
    $a[0] = 1;
    ...
    ...
    $a[8] = 9;
    $a[9] = 10;
    
  3. or download this
    # Calculate distance between all atom coordinates
    
    ...
        
        }
    }