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

Optimize2 #358

Merged
merged 110 commits into from
Apr 28, 2023
Merged

Optimize2 #358

merged 110 commits into from
Apr 28, 2023

Commits on Mar 16, 2023

  1. refactor utils into module

    lbluque committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5e1e2bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ffb6df View commit details
    Browse the repository at this point in the history
  3. linting

    lbluque committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    94f503e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06f8d75 View commit details
    Browse the repository at this point in the history
  5. add test for Containers

    lbluque committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f817bd8 View commit details
    Browse the repository at this point in the history
  6. add test for orbitcontainer

    lbluque committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5788dab View commit details
    Browse the repository at this point in the history
  7. int array containers

    lbluque committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    fcee94c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    c0520dd View commit details
    Browse the repository at this point in the history
  2. fixed evaluator

    lbluque committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    0391370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5112c75 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    0cbcd8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dd13b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1848ed View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. re-arrange loop variables

    lbluque committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1219e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4f932d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03a6168 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    a149e4e View commit details
    Browse the repository at this point in the history
  2. mark evaluator as final

    lbluque committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    87e0dd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b91363b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e160b94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b74e158 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18e29b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    47f02d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94185c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65fae34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf02587 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91ba975 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ee61f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    031144d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. use evaluator in clusterspace

    lbluque committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    53efcd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7630225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0e782d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d36586 View commit details
    Browse the repository at this point in the history
  5. use evaluator in CE processor

    lbluque committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b48cc58 View commit details
    Browse the repository at this point in the history
  6. use evaluator in CD processor

    lbluque committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    0e580b5 View commit details
    Browse the repository at this point in the history
  7. fix CD processor as_dict

    lbluque committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ed93951 View commit details
    Browse the repository at this point in the history
  8. add cythonized C files

    lbluque committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    860a139 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    9c194f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1f40b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e1eb43 View commit details
    Browse the repository at this point in the history
  4. test evaluator vs legacy

    lbluque committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    bdad6e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7976348 View commit details
    Browse the repository at this point in the history
  6. fixes + TODO

    lbluque committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    547fc27 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    ec2cf37 View commit details
    Browse the repository at this point in the history
  2. fix evaluator tests

    lbluque committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    027f6ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9636f27 View commit details
    Browse the repository at this point in the history
  4. fix comments in container

    lbluque committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2131a1a View commit details
    Browse the repository at this point in the history
  5. improvements to test_prune

    lbluque committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5f66cec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c77bf7f View commit details
    Browse the repository at this point in the history
  7. rename compute_cluster_interactions to cluster_interactions_from_stru…

    …cture to match subspace style
    lbluque committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    69807e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0057288 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b39f56 View commit details
    Browse the repository at this point in the history
  10. add correlations.c file

    lbluque committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    83e1c9f View commit details
    Browse the repository at this point in the history
  11. delta_ewald as nogil

    lbluque committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    95f4fd1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00789bb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    6cf84e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf836ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2871fc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    3d0f891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4700eb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    485b0e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    badc5b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4133723 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84bd10a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    27f5372 View commit details
    Browse the repository at this point in the history
  2. ENH: add _openmp_helpers.pyx

    lbluque committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5d905fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfda2f7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/CederGroupHub/smol into opt…

    …imize2
    
    � Conflicts:
    �	smol/cofe/space/clusterspace.py
    lbluque committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    def23de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2607378 View commit details
    Browse the repository at this point in the history
  6. DEV: fix build.yml

    lbluque committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e6633df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8617616 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e890b7 View commit details
    Browse the repository at this point in the history
  9. BLD: fix build.yml

    lbluque committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ad9e61b View commit details
    Browse the repository at this point in the history
  10. BLD: fix build.yml

    lbluque committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b20c83e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42ee9c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    b0f94f0 View commit details
    Browse the repository at this point in the history
  2. DEV: fix build.yml

    lbluque committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b081876 View commit details
    Browse the repository at this point in the history
  3. STY: fix precommit

    lbluque committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7960a70 View commit details
    Browse the repository at this point in the history
  4. BLD: use pyproject.toml

    lbluque committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e2e10f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49a7212 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b87690 View commit details
    Browse the repository at this point in the history
  7. TST: use Types for 3.8 compat

    lbluque committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6c14e39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9517d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e50f3bf View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    bef0e3d View commit details
    Browse the repository at this point in the history
  2. DEV: fix build.yml

    lbluque committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a8e6e62 View commit details
    Browse the repository at this point in the history
  3. DEV: fix build.yml

    lbluque committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    615b74a View commit details
    Browse the repository at this point in the history
  4. DEV: fix build.yml

    lbluque committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    799b4ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    922b1d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1713bc5 View commit details
    Browse the repository at this point in the history
  7. DEV: fix build.yml

    lbluque committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    7e9e61b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f41737 View commit details
    Browse the repository at this point in the history
  9. debugging build.yml

    lbluque committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    45a8191 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. debugging build.yml

    lbluque committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    cc23278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa0761b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e597bb4 View commit details
    Browse the repository at this point in the history
  4. DOC: omp parallelism notebook

    lbluque committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    d1db5d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    4c093fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c928e23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f496b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62c1f78 View commit details
    Browse the repository at this point in the history
  5. TST: fix test_flush_to_hdf5

    lbluque committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6821320 View commit details
    Browse the repository at this point in the history
  6. STY: minor codacy fixes

    lbluque committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1c071c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f91ed9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    d1656e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6680e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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