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

Symmetry operations #293

Merged
merged 27 commits into from Oct 24, 2018
Merged

Symmetry operations #293

merged 27 commits into from Oct 24, 2018

Commits on Aug 16, 2018

  1. temporary commits

    fbischoff committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    9cb7e23 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Merge branch 'master' into symmetry-operations

    Florian Bischoff authored and Florian Bischoff committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    8b8075b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. symmetry operations working with nemo

    Florian Bischoff committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    7255f30 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. symmetry projections more stable with respect to orthogonalizing symm…

    …etry-equivalent functions
    Florian Bischoff committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    0acebf6 View commit details
    Browse the repository at this point in the history
  2. removing fences

    Florian Bischoff committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    8b4c6af View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Merge branch 'master' into symmetry-operations

    Florian Bischoff committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    3bda17a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Merge branch 'master' into symmetry-operations

    Florian Bischoff committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    0df9f8d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. fixed conflicts

    Florian Bischoff committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    16e1158 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Merge branch 'master' into symmetry-operations

    Florian Bischoff committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    7010319 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. added pointgroup sources to autotools Makefile

    Florian Bischoff committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    4befbd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Merge branch 'master' into symmetry-operations, fixed conflicts

    # Conflicts:
    #	src/apps/chem/CCStructures.cc
    #	src/apps/chem/CCStructures.h
    #	src/apps/chem/CMakeLists.txt
    #	src/apps/chem/Makefile.am
    #	src/apps/chem/TDHF.cc
    #	src/apps/chem/TDHF.h
    #	src/madness/mra/funcplot.h
    Florian Bischoff committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    6d42f4d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. symmetry working for lrccs

    Florian Bischoff committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    59c4a3f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. lrccs can select irreps now

    Florian Bischoff committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    6e385ac View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. adding usability: specify irrep in response block, consistency check …

    …of the irreps
    Florian Bischoff committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    0b26832 View commit details
    Browse the repository at this point in the history
  2. added symmetry to lrccs test

    kottmanj committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    ca41135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c52c9ce View commit details
    Browse the repository at this point in the history
  4. merge with origin

    kottmanj committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    42c991d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dab78e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. added reprojection method to the symmetry operator -- no need for ort…

    …hogonalization and linear dependency thresholds
    Florian Bischoff committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    06201df View commit details
    Browse the repository at this point in the history
  2. fixed lindep threshold for projector, replaced exact exchange with ld…

    …a exchange for guess virtuals
    Florian Bischoff committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    ba8cabb View commit details
    Browse the repository at this point in the history
  3. shifting virtual orbital energies for the guess, inconsistencies due …

    …to lda potential in the fock operator
    Florian Bischoff committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    d424232 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. canonical orthonormalization with removing linear dependencies, no ld…

    …a potential, because its guess is too far off
    Florian Bischoff committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    1fb6dd7 View commit details
    Browse the repository at this point in the history
  2. fixed output

    Florian Bischoff committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    f9c699e View commit details
    Browse the repository at this point in the history
  3. added comments

    Florian Bischoff committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    eb7bad9 View commit details
    Browse the repository at this point in the history
  4. fixed return values in C1 symmetry

    Florian Bischoff committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    a7e99aa View commit details
    Browse the repository at this point in the history
  5. lowered linear dependency threshold for canonicalization

    Florian Bischoff committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    caa8e15 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    baf9c79 View commit details
    Browse the repository at this point in the history