MeatAxe  2.4
zsc - Spin-Up With Script

Command Line

zsc [Options] [-g NGen] Gen Seed Script Output 
Options
Standard options, see Standard Command Line Options.
-g NGen
Set the number of generators (default: 2).
Gen
Generator base name.
Seed
Seed space.
Script
Spin-up script.
Output
Output base name. Default is Script.

Input Files

Gen.1, Gen.2, ...
Generators.
Seed
Seed space.
Op
Spin-up script.

Output Files

Output.0001, Output.0002, ...
Spin-Up result, one file per seed vector.

Description

This program reads in two or more matrices (generators), a list of seed vectors and a list of operations (the script). Then, ZSC applies the script to each seed vector and writes the output in a separate file for each vector.

The generators must be square matrices over the same field. Seed must be a matrix over the same field with the same number of columns. Script must be an integer matrix with two columns in the format produced by the zsp program. Only one seed vectur may be used in the script, i.e., each row except the first row of Script must be of the form (x,y) with x≥0.

The number of generators is 2 by default. This can be changed by using the "-g" option. The number of output files equals the number of seed vectors. If no fourth argument is given, the output name defaults to Seed. For example,

zsc -g 3 gen seed op

reads three generators fom "gen.1", "gen.2" and "gen.3", seed vectors from ‘seed’, the script from "op", and writes the output to "seed.0001", "seed.0002", ...


MeatAxe 2.4 documentation, generated on Mon Jun 7 2021 11:42:24