Home
last modified time | relevance | path

Searched refs:basis_cutoff (Results 1 – 13 of 13) sorted by relevance

/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/converter/
H A Dwf_writer.cpp318 double basis_cutoff) { in print_std_jastrow2() argument
324 eecusp[0].cutoff=eecusp[1].cutoff=basis_cutoff; in print_std_jastrow2()
338 tbas.cutoff=basis_cutoff; in print_std_jastrow2()
348 eebas.cutoff=basis_cutoff; in print_std_jastrow2()
H A Dg032qmcmain.cpp887 double basis_cutoff; in main_print_qwalk() local
889 basis_cutoff=7.5; //arbitrary cutoff in main_print_qwalk()
892 basis_cutoff=find_basis_cutoff(pbcvector); in main_print_qwalk()
898 print_std_jastrow2(jast2writer, jast2out, basis_cutoff); in main_print_qwalk()
H A Dwf_writer.h134 double basis_cutoff);
H A Dconverter.cpp309 double basis_cutoff=cutoff; in find_centers() local
472 return basis_cutoff; in find_centers()
H A Dcrystal2qmc.cpp451 double basis_cutoff; in main() local
453 basis_cutoff=find_basis_cutoff(latvec); in main()
454 else basis_cutoff=7.5; in main()
460 print_std_jastrow2(jast2writer, jast2out, basis_cutoff); in main()
468 print_3b_jastrow2(jast3out,unique_atoms,basis_cutoff); in main()
531 << basis_cutoff*2.0/cutoff_length << endl; in main()
596 << basis_cutoff*2.0/cutoff_length << endl; in main()
H A Dgamess2qmc.cpp271 double basis_cutoff=7.5; //arbitrary cutoff in main() local
276 print_std_jastrow2(jast2writer, jast2out, basis_cutoff); in main()
284 print_3b_jastrow2(jast3out,unique_atoms,basis_cutoff); in main()
H A Djeep2qmc.cpp286 double basis_cutoff=find_basis_cutoff(latvec); in main() local
293 print_std_jastrow2(jast2writer, jast2out, basis_cutoff); in main()
H A Dnwchem2qmc.cpp181 double basis_cutoff=15; //arbitrary cutoff in main() local
186 print_std_jastrow2(jast2writer, jast2out, basis_cutoff); in main()
194 print_3b_jastrow2(jast3out,unique_atoms,basis_cutoff); in main()
H A Dsqd2qmc.cpp1090 double basis_cutoff=7.5; //arbitrary cutoff in main() local
1092 print_std_jastrow2(jast2writer, jast2out, basis_cutoff); in main()
H A Dabinit2qmc.cpp718 double basis_cutoff=find_basis_cutoff(latvec); in write_files() local
722 print_std_jastrow2(jast2writer, jast2out, basis_cutoff); in write_files()
H A Dsiesta2qmc.cpp330 double basis_cutoff=find_basis_cutoff(latvec); in main() local
336 print_std_jastrow2(jast2writer, jast2out, basis_cutoff); in main()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/utils/autogen/
H A Dcrystal2qmc.py496 basis_cutoff = find_basis_cutoff(lat_parm)
497 cutoff_divider = basis_cutoff*2.0 / cutoff_length
577 basis_cutoff = find_basis_cutoff(lat_parm)
589 " cutoff {0}".format(basis_cutoff),
596 " cutoff {0}".format(basis_cutoff),
614 " rcut {0}".format(basis_cutoff),
631 " rcut {0}".format(basis_cutoff),
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/system/
H A DPbc_enforcer.cpp247 double basis_cutoff=cutoff; in find_centers() local
429 return basis_cutoff; in find_centers()