Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test input does not work #14

Open
fstein93 opened this issue Oct 4, 2023 · 1 comment
Open

Test input does not work #14

fstein93 opened this issue Oct 4, 2023 · 1 comment

Comments

@fstein93
Copy link

fstein93 commented Oct 4, 2023

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
@MaruSongMaru
Copy link
Contributor

Hi, thank you for reporting the issue. You are right; the excitation generation and time step keywords in the input need to be updated. We will update them in our internal development branch first. Please be aware that it might take some time before these changes are reflected in the public branch.

Since tau-search is off by default, you need to enable it explicitly in the input for more efficient calculations. For example, you can change the input as shown below:

    ...
    tau-values \                                                                    
        start user-defined 0.01                                                     
    tau-search \                                                                    
        algorithm conventional \                                                    
        stop-condition no-change 1000
    ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants