IMATCH
Jump to navigation
Jump to search
IMATCH = [integer]
Default: IMATCH = 1
Description: The tag IMATCH specifies the lattice matching algorithm to be used.
- IMATCH=1
- Matrix inversion method.
- Fast
- Might miss some that the other method will get.
- IMATCH=2
- Iterative method (Santoro and Mighell, 1980).
- Slow for large interfaces
- Should find all matches.