Commit 894f3d52 authored by Dmitry I. Lyakh's avatar Dmitry I. Lyakh
Browse files

Cosmetic, looking in the ExaTN General visitor problem ...

parent 1ffd9001
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@
// +-----------------------------+------------------------------------------------------------------------+-------------+--------------------------+
// |  Initialization Parameter   |                  Parameter Description                                 |    type     |         default          |
// +=============================+========================================================================+=============+==========================+
// | reconstruct-layers          | Perform reconstruction after this number of 2-q gates.                 |    int      | -1 (no reconstruct       |
// | reconstruct-layers          | Perform reconstruction after this number of 2-q gates                  |    int      | -1 (no reconstruct)      |
// +-----------------------------+------------------------------------------------------------------------+-------------+--------------------------+
// | reconstruct-tolerance       | Reconstruction convergence tolerance                                   |    double   | 1e-4                     |
// +-----------------------------+------------------------------------------------------------------------+-------------+--------------------------+
// | max-bond-dim                | Reconstruction max MPS bond dimension                                  |    int      | 512                      |
// | max-bond-dim                | Reconstruction max bond dimension                                      |    int      | 512                      |
// +-----------------------------+------------------------------------------------------------------------+-------------+--------------------------+
// | reconstruct-builder         | Reconstruction network builder                                         |    string   | "MPS"                    |
// | reconstruct-builder         | Reconstruction network builder (tensor network ansatz)                 |    string   | "MPS"                    |
// +-----------------------------+------------------------------------------------------------------------+-------------+--------------------------+
#pragma once

+10 −10

File changed.

Contains only whitespace changes.