void syten::SQL::Helpers::printMapping | ( | int | l, |
int | w, | ||
int | b, | ||
int | s, | ||
std::function< Index(int, int)> | coord, | ||
std::ostream & | out | ||
) |
Print a mapping to a stream.
l | length of lattice |
w | width of lattice |
b | pbc (0: none, 1: width-wise, 2: length-wise, 3: both) |
s | shift between rung-connecting pbc |
coord | map function |
out | output stream |