10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-08 20:33:56 +02:00
QuantumPackage/src/utils_complex
Kevin Gasperich 02c6539daa fixed problem with iterating over unique 2-electron integrals
should loop over union of two sets of integrals:
set 1:
  i<=k
  j<=l
  ik<=jl
set 2:
  i>k
  j<l
  ik<=jl

looping over kpts in same way is incorrect
here I've relaxed the constraints over kpt indices, while keeping those over orbital indices
There is probably a more efficient way to do this where we have more kpt constraints and additional logic in orbital loops
2020-02-18 14:11:22 -06:00
..
create_ezfio_complex_3idx.py working on 3->4 2020-02-13 16:33:11 -06:00
dump_2e_from_map.irp.f rename 2020-02-11 18:24:13 -06:00
dump_ao_1e_complex.irp.f rename 2020-02-11 18:24:13 -06:00
dump_ao_2e_complex.irp.f working on 3->4 2020-02-13 16:33:11 -06:00
dump_ao_2e_from_df_all.irp.f fixed problem with iterating over unique 2-electron integrals 2020-02-18 14:11:22 -06:00
dump_ao_2e_from_df.irp.f fixed problem with iterating over unique 2-electron integrals 2020-02-18 14:11:22 -06:00
dump_df_ao.irp.f working on 3->4 2020-02-13 16:33:11 -06:00
export_integrals_ao_complex.irp.f rename 2020-02-11 18:26:28 -06:00
Gen_Ezfio_from_integral_complex_3idx.sh updated converters and fixed ao df ints 2020-02-17 16:16:46 -06:00
import_ao_2e_complex.irp.f updated converters and fixed ao df ints 2020-02-17 16:16:46 -06:00
import_integrals_ao_complex.irp.f working on 3->4 2020-02-13 16:33:11 -06:00
import_kconserv.irp.f updated converters and fixed ao df ints 2020-02-17 16:16:46 -06:00
import_mo_coef_complex.irp.f rename 2020-02-11 18:26:28 -06:00
MolPyscfToQPkpts.py fixed problem with iterating over unique 2-electron integrals 2020-02-18 14:11:22 -06:00
NEED rename 2020-02-11 18:24:13 -06:00
qp2-pbc-diff.txt rename 2020-02-11 18:24:13 -06:00
README.rst rename 2020-02-11 18:24:13 -06:00

=====
dummy
=====

Module necessary to avoid the ``xxx  is a root module but does not contain a main file`` message.