1zts(1)                           User Commands                          zts(1)
2
3
4

NAME

6       zts - tensor spin of modules
7

SYNOPSIS

9       zts [OPTIONS] <M> <N> <Seed> [<Sub>]
10

DESCRIPTION

12       This  program  is similar to zsp, but it works on the tensor product of
13       two modules, M⊗N.  Zts spins up one or  more  vectors,  and  optionally
14       calculates  a matrix representation corresponding to the invariant sub‐
15       space.  The program does not use the matrix representation of the  gen‐
16       erators  on  M⊗N, which would be too large in many cases.  This program
17       is used, for example, to spin up vectors  that  have  been  uncondensed
18       with tuc.
19
20       The  action  of  the generators on both M and N must be given as square
21       matrices, see "INPUT FILES" below.  You can use the -g option to  spec‐
22       ify the number of generators.  The default is two generators.
23
24       Seed  vectors  are  read from Seed.  They must be given with respect to
25       the lexicographically ordered basis explained below.
26
27       If the Sub argument is given, zts writes a basis of the invariant  sub‐
28       space  to Sub, calculates the action of the generators on the invariant
29       subspace, and writes it to Sub.1, Sub.2, ....
30

OPTIONS

32       -Q     Quiet, no messages.
33
34       -V     Verbose, more messages.
35
36       -T <MaxTime>
37              Set CPU time limit
38
39       -g <#Gens>
40              Set number of generators.  Default: 2.
41
42       -n, --no-action
43              Output only Sub, do not calculate Sub.1, ....
44

IMPLEMENTATION DETAILS

46       Let B=(b_1,...,b_m) be a basis of M, C=(c_1,...,c_n) a basis of N,  and
47       denote  by  B⊗C  the lexicographically ordered basis (b_1⊗c_1, b_1⊗c_2,
48       ..., b_m⊗c_n).  For vϵM⊗N, the coordinate row m(v,B⊗C) has  mn  entries
49       which  can  be arranged as a m×n matrix (top to bottom, left to right).
50       Let M(B,v,C) denote this matrix.  Then
51
52         M(B,va,C) = m(B,a|_M,B)^trM(B,v,C)m(C,a|_N,C) for all aϵA,vϵM⊗N
53
54       Using this relation, we can calculate the image  of  any  vector  vϵM⊗N
55       under an algebra element a, and thus spin up a vector without using the
56       matrix representation of a on vϵM⊗N.
57

INPUT FILES

59       M.{1,2,...}
60              Generators on the left representation.
61
62       N.{1,2,...}
63              Generators on the right representation.
64
65       Seed   Seed vectors.
66

OUTPUT FILES

68       Sub    Invariant subspace.
69
70       Sub.{1,2,...}
71              Action on the invariant subspace.
72

SEE ALSO

74       tuc(1), zsp(1)
75
76
77
78MeatAxe                             2.4.24                              zts(1)
Impressum