Skip to content

Test input does not work #14

@fstein93

Description

@fstein93

Dear all,

After compiling the code, I tried the test case from the manual. Apparently, some keywords are outdated and thus not accepted anymore by NECI. Below, there is an updated file which does work, although I am not entirely that the tau search is turned on properly.

# comments are given like this
# simple N2 FCIQMC calculation
# for more complex FCIQMC variations , see the keywords for additional options
# such as the Hubbard model , transcorrelated options , or GAS-CI
title
  # read integrals from FCIDUMP
  system read
    electrons 6
    nonuniformrandexcits pchb delocalised
  endsys
  calc
    nmcyc 10000
    # for reproducibility
    seed 8
    totalWalkers 50000
    tau-values start user-defined 0.01
    #tau-search
    # use the initiator method
    truncinitiator
    addtoinitiator 3
    methods
      method vertex fcimc
    endmethods
  endcalc
  logging
    hdf5-pops
  endlog
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions