mptopcom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
mptopcom [2020/02/07 11:21] – external edit 127.0.0.1mptopcom [2020/06/05 11:51] – input file example lkastner
Line 66: Line 66:
 </code> </code>
 ===== Usage ===== ===== Usage =====
 +Input files are formatted as in TOPCOM, please have a look at the files in the ''%%examples%%'' folder for samples. The points are given homogeneously, i.e. embedded at height one. After the points you can give the generators of a group acting on your point set. Here is the example of the input file for the two-dimensional 0-1-square:
  
-Input files are formatted as in TOPCOMplease have a look at the files in the ''%%examples%%'' folder for samples. You can then call mptopcom in the following way:+<code> 
 +
 +[1,0,0], 
 +[1,0,1], 
 +[1,1,0], 
 +[1,1,1] 
 +
 +
 +[0,2,1,3], 
 +[3,1,2,0], 
 +[2,3,0,1] 
 +
 +</code> 
 +You can then call mptopcom in the following way:
  
 <code> <code>
  • mptopcom.txt
  • Last modified: 2024/03/25 09:05
  • by 127.0.0.1