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

Development #165

Open
wants to merge 171 commits into
base: master
Choose a base branch
from
Open

Development #165

wants to merge 171 commits into from

Commits on Jun 16, 2021

  1. change batching stragegy

    NicoRenaud committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    64b3a61 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    720791e View commit details
    Browse the repository at this point in the history
  2. fix solver bug

    NicoRenaud committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    1347f7f View commit details
    Browse the repository at this point in the history
  3. made mpi4py optional

    NicoRenaud committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    2e4326d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. fix mpi in Molecule

    NicoRenaud committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    46dae49 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Merge pull request #122 from NLESC-JCER/mpi4py_optional

    Mpi4py optional
    NicoRenaud authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d1da291 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. test

    NicoRenaud authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    d6612bd View commit details
    Browse the repository at this point in the history
  2. added h5py

    NicoRenaud authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    d3f9e30 View commit details
    Browse the repository at this point in the history
  3. Update build.yml

    remove h5py and mpi4py from the conda install
    NicoRenaud authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    3041149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    725580f View commit details
    Browse the repository at this point in the history
  5. Update setup.py

    NicoRenaud authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    a632207 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56910e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    38a1dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    315f4f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d8f538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4833b9e View commit details
    Browse the repository at this point in the history
  5. small style changes

    matthijsdewit111 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    0e9ab60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d6936a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Merge pull request #126 from NLESC-JCER/fft-corr-coef

    FFT correlation coefficient
    matthijsdewit111 authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    73fabda View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Merge pull request #120 from NLESC-JCER/batching

    change batching stragegy
    NicoRenaud authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    158fb98 View commit details
    Browse the repository at this point in the history
  2. removed plams

    NicoRenaud committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    27cfb3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    339c8d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #121 from NLESC-JCER/logspace_sampling

    introduced logspace sampling
    NicoRenaud authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    b3c6468 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. replaced dataloader

    NicoRenaud committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    fa85bc1 View commit details
    Browse the repository at this point in the history
  2. dataset

    NicoRenaud committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    82e11ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec817cb View commit details
    Browse the repository at this point in the history
  4. pin memory

    NicoRenaud committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    ee06a59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64e0180 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. clean files

    NicoRenaud committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    f0515f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from NLESC-JCER/data_loader

    Replace torch DataLoader by a custom simple DataLoader
    NicoRenaud authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5c33cbd View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. install

    NicoRenaud committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    c5dc1c2 View commit details
    Browse the repository at this point in the history
  2. started jastrow graph

    NicoRenaud committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    40ae671 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. added graph

    NicoRenaud committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f8fd664 View commit details
    Browse the repository at this point in the history
  2. added graph jastrow

    NicoRenaud committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    9378f02 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. LongTensor node data

    NicoRenaud committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    c3af14f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cf8308 View commit details
    Browse the repository at this point in the history
  3. bidirectional graph

    NicoRenaud committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d6d3e58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a05e00 View commit details
    Browse the repository at this point in the history
  5. refac jast

    NicoRenaud committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5a67abc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. added notebooks

    NicoRenaud committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    ebb9867 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

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

    NicoRenaud committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f66cbfe View commit details
    Browse the repository at this point in the history
  3. working the refactoring

    NicoRenaud committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f6c2666 View commit details
    Browse the repository at this point in the history
  4. fix kinetic calcilation

    NicoRenaud committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    0509b0a View commit details
    Browse the repository at this point in the history
  5. compare backflow

    NicoRenaud committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    43f2aad View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. fix test hvd

    NicoRenaud committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    33e76fb View commit details
    Browse the repository at this point in the history
  2. fix sampler test

    NicoRenaud committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    56f267e View commit details
    Browse the repository at this point in the history
  3. fix scf

    NicoRenaud committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    59a4e75 View commit details
    Browse the repository at this point in the history
  4. fix test utils

    NicoRenaud committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a1d8f6a View commit details
    Browse the repository at this point in the history
  5. fix jastrow test

    NicoRenaud committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    ab9a6cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    388289d View commit details
    Browse the repository at this point in the history
  7. init file in test folders

    NicoRenaud committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    2bbbdca View commit details
    Browse the repository at this point in the history
  8. fix jastrow tst

    NicoRenaud committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    60f8e7e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. bypass hvd test for now

    NicoRenaud committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    0f5d859 View commit details
    Browse the repository at this point in the history
  2. remove tables mendeleev

    NicoRenaud committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    ed3a70d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e87be89 View commit details
    Browse the repository at this point in the history
  4. refactor test solver

    NicoRenaud committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    458513c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    969eb65 View commit details
    Browse the repository at this point in the history
  6. fix test wavefunction

    NicoRenaud committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    e18491d View commit details
    Browse the repository at this point in the history
  7. remove test values

    NicoRenaud committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    f25d1a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b29a43d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c05da7d View commit details
    Browse the repository at this point in the history
  10. updated example

    NicoRenaud committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    236976d View commit details
    Browse the repository at this point in the history
  11. fix test graph

    NicoRenaud committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    7cb1574 View commit details
    Browse the repository at this point in the history
  12. change name of tests

    NicoRenaud committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    3eb6965 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. remove unused var

    NicoRenaud committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    e4b0a29 View commit details
    Browse the repository at this point in the history
  2. made plot not autoload

    NicoRenaud committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    d762715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31fb635 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ba0d2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01e230a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. fix import of plot data

    NicoRenaud committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    148828f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. fixed batch energy

    NicoRenaud committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    37e2afd View commit details
    Browse the repository at this point in the history
  2. remove sampler.walkers

    NicoRenaud committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    14b702c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a654aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    234284c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 18, 2021

  1. Merge pull request #135 from NLESC-JCER/lean_sampler

    Lean sampler
    NicoRenaud authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    aae8d42 View commit details
    Browse the repository at this point in the history
  2. batch single point

    NicoRenaud committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    47acadc View commit details
    Browse the repository at this point in the history
  3. grey value

    NicoRenaud committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c739ba2 View commit details
    Browse the repository at this point in the history
  4. added simple metropolis

    NicoRenaud committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    0ef9ea6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

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

Commits on Oct 20, 2021

  1. added energy plotter bin

    NicoRenaud committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9c1859d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afa39b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7db7e1 View commit details
    Browse the repository at this point in the history
  4. fixed orb conf cas

    NicoRenaud committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    67ad02f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    307f857 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from NLESC-JCER/spin

    added possiblity to have odd number of elec
    NicoRenaud authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    07f9aba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eca7464 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4753081 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

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

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    9c2cfc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7224608 View commit details
    Browse the repository at this point in the history
  3. added pints to setup

    NicoRenaud committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    f59ea34 View commit details
    Browse the repository at this point in the history
  4. added test for mh

    NicoRenaud committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    c1c42b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. clean up

    NicoRenaud committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    238c02e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Merge pull request #134 from NLESC-JCER/unify_slaterjastrow

    Unify slaterjastrow
    NicoRenaud authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    4e35c32 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. fix import issue

    NicoRenaud committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    91958c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. fix some conflicts

    NicoRenaud committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6505080 View commit details
    Browse the repository at this point in the history
  2. fix typos

    NicoRenaud committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    39093c8 View commit details
    Browse the repository at this point in the history
  3. fix path and module

    NicoRenaud committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    64caa35 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

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

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    8f41762 View commit details
    Browse the repository at this point in the history
  2. fix call to jastrow kernel

    NicoRenaud committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    aa3b495 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. fix arg

    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fd5703f View commit details
    Browse the repository at this point in the history
  2. reformat black

    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fef6564 View commit details
    Browse the repository at this point in the history
  3. Revert "reformat black"

    This reverts commit fef6564.
    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    021b52f View commit details
    Browse the repository at this point in the history
  4. black only src

    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    725a51f View commit details
    Browse the repository at this point in the history
  5. removed trash wf

    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7581cf4 View commit details
    Browse the repository at this point in the history
  6. removed unused import

    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d54d958 View commit details
    Browse the repository at this point in the history
  7. critical error

    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0fe3590 View commit details
    Browse the repository at this point in the history
  8. unused import in test

    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9784ea1 View commit details
    Browse the repository at this point in the history
  9. gradient no backflow

    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9ab7ae8 View commit details
    Browse the repository at this point in the history
  10. Revert "removed unused import"

    This reverts commit d54d958.
    NicoRenaud committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    218424f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. add charge and spin to adf

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    87ca460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0af70 View commit details
    Browse the repository at this point in the history
  3. fix callable jastrow args

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    eca0db0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95fd44e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86f66d6 View commit details
    Browse the repository at this point in the history
  6. fix coday

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3424c69 View commit details
    Browse the repository at this point in the history
  7. black formatting

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    903c148 View commit details
    Browse the repository at this point in the history
  8. black formatting

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6085953 View commit details
    Browse the repository at this point in the history
  9. fix mcgn test

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4c2a354 View commit details
    Browse the repository at this point in the history
  10. fix ao callable args

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a32e7e2 View commit details
    Browse the repository at this point in the history
  11. fix metropolis

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d5bc69e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eea0091 View commit details
    Browse the repository at this point in the history
  13. coday fix

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    51798b6 View commit details
    Browse the repository at this point in the history
  14. codacy fix

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2905be8 View commit details
    Browse the repository at this point in the history
  15. codacy fix

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    69dd17e View commit details
    Browse the repository at this point in the history
  16. exception in hdf5,py

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bfa8894 View commit details
    Browse the repository at this point in the history
  17. black src

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8039185 View commit details
    Browse the repository at this point in the history
  18. black test

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a799420 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #166 from NLESC-JCER/dev_black

    reformat black
    NicoRenaud authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c8a04ac View commit details
    Browse the repository at this point in the history
  20. black badge + example fix

    NicoRenaud committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4ac815b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    7c31752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    271cd33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a06f7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b92f19f View commit details
    Browse the repository at this point in the history
  5. nmo through calc

    NicoRenaud committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7bb2a3a View commit details
    Browse the repository at this point in the history
  6. fix nmo via basis

    NicoRenaud committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f556604 View commit details
    Browse the repository at this point in the history
  7. nmo

    NicoRenaud committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c02b22e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a08ee0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    327e07e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. clear up notenooks

    NicoRenaud committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2f4c361 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. clean notebooks

    NicoRenaud committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ece4225 View commit details
    Browse the repository at this point in the history
  2. added doc on gh action

    NicoRenaud committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5c0ae26 View commit details
    Browse the repository at this point in the history
  3. added pandoc install

    NicoRenaud committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    4446122 View commit details
    Browse the repository at this point in the history
  4. add conda path

    NicoRenaud committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    64d48ea View commit details
    Browse the repository at this point in the history
  5. try without sphinx-action

    NicoRenaud committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    43bb0f7 View commit details
    Browse the repository at this point in the history
  6. coverage

    NicoRenaud committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    175c4c7 View commit details
    Browse the repository at this point in the history
  7. fix yaml

    NicoRenaud committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    66f22ab View commit details
    Browse the repository at this point in the history
  8. revert to sphinx-action

    NicoRenaud committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    21fa673 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. execute notebooks

    NicoRenaud committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    37bc31a View commit details
    Browse the repository at this point in the history
  2. removed h2 traj

    NicoRenaud committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4579c48 View commit details
    Browse the repository at this point in the history
  3. chagne nbexecute to never

    NicoRenaud committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9b601d1 View commit details
    Browse the repository at this point in the history
  4. added jupyter as dep

    NicoRenaud committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    07e1442 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fab56a9 View commit details
    Browse the repository at this point in the history
  6. default jastrow

    NicoRenaud committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e3900c9 View commit details
    Browse the repository at this point in the history
  7. fix build file

    NicoRenaud committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    13ae24d View commit details
    Browse the repository at this point in the history
  8. updated rst in the doc

    NicoRenaud committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cc397de View commit details
    Browse the repository at this point in the history
  9. fix some docstrings

    NicoRenaud committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6ebdd88 View commit details
    Browse the repository at this point in the history
  10. fix foc

    NicoRenaud committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7b9e026 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. fix factorial2

    NicoRenaud committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    a378c00 View commit details
    Browse the repository at this point in the history
  2. added 3.9 python in CI

    NicoRenaud committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    45f57ac View commit details
    Browse the repository at this point in the history
  3. froze scipy

    NicoRenaud committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    c85c62b View commit details
    Browse the repository at this point in the history
  4. fix 2

    NicoRenaud committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    53ff7e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge pull request #168 from NLESC-JCER/issue167

    Issue167
    NicoRenaud authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5c89bc7 View commit details
    Browse the repository at this point in the history
  2. fux default jastrow on gpu

    NicoRenaud committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    bc50100 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. removed graph jastrow

    NicoRenaud committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    46e191b View commit details
    Browse the repository at this point in the history
  2. removed graph jastrow test

    NicoRenaud committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    44648fa View commit details
    Browse the repository at this point in the history
  3. Revert "removed graph jastrow test"

    This reverts commit 44648fa.
    NicoRenaud committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    926a51e View commit details
    Browse the repository at this point in the history
  4. Revert "removed graph jastrow"

    This reverts commit 46e191b.
    NicoRenaud committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    43f466b View commit details
    Browse the repository at this point in the history