Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony.
Tools /
MpAuxMatrixThe Synopsis
Given the supplied infinite wavefunction and lattice file, the main arguments are a list of operators and output files, which can be either product MPOs, triangular MPOs, or finite operators. The matrix elements of the operator are evaluated, and written into the file in sparse format of 4 columns: row, column, real, imag. It is also possible to use a polar format with the The numbering of the rows/columns is 1-based, and is in the order of density matrices, from largest to smallest. Because the matrices can be very big, it is often useful to just show a few of the matrix elements corresponding to the largest eigenvalues, which can be done with the Options
show help message
Use this infinite MPS (required)
Parse operators from this lattice file (required)
Determine the matrix elements of the product MPO operator , and write them to file
Determine the matrix elements of the product MPO operator , and write them to file
Only output a subset of matrix elements, in density matrix order with 1-based indexing.
Only relevant for triangular MPOs, output the component of the polynomial for this degree. Defaults to degree 0.
''' Write the matrix elements in <magnitude> <argument> format
''' Display the argument in radians instead of degrees [implies --polar ]
Examples
This command is very useful for calculating the matrix elements of SPT symmetry operators, so an example should be added. NotesFor triangular operators, the toolkit chooses to fix the trace to be zero (strictly speaking, the trace weighted by the density matrix, so that {$\mathrm{Tr} A \rho = 0$}). This is a somewhat arbitrary choice, since this value is just a constant boundary term and could be taken to be anything, which amounts to a constant shift of the operator {$A \rightarrow A + xI$}. Finite operators are not yet supported. Currently this tool only constructs operators at the edge of the unit cell; other partitions are not yet supported. See also |