logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dmrg - The main DMRG++ driver

Description

       If no -f input-file is given, DMRG++ prints the version details and exits.  Else it uses  the  input-file
       as  input  for the main driver.  Command line options override input file options, which in turn override
       defaults.

Name

       dmrg - The main DMRG++ driver

Options

-b     Run in the background. Requires the --logfile option.

       -finput-file
              Use input-file as the input for the main driver. If input-file is - then read standard input.

       -h     Print this message and exit.

       --logfile=logfile
              Do not print progress to the terminal. Close standard  output  and  error  and  redirect  both  to
              logfile.

       --no-finite-loops
              Do not perform finite loops, that is, exit after the infinite algorithm has finished.

       --threads=n
              Use  n  pthreads.  It is an error to specify this option unless the code was compiled with pthread
              support.

       -v     Turn on verbose mode.

       --wft=yes|no
              Perform or do not perform the wave-function transformation for guessing the ground state.

       AUTHOR
              G.A.

       BUGSLIMITATIONSSEEALSO
              configure.pl, observe, testsuite.pl, oracleCreator.pl, processingLibrary.txt

version 2.6                                        May 1, 2012                                           dmrg(8)

Synopsis

./dmrg  [-b]  [--threads=n]  [--wft=yes|no]  [--no-finite-loops] [--logfile=logfile] [-v] [-h] [-f input-
       file]

See Also