8000 Comparing v1.0...v1.0.1 · pyscf/gpu4pyscf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyscf/gpu4pyscf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: pyscf/gpu4pyscf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 11 commits
  • 32 files changed
  • 4 contributors

Commits on Jul 25, 2024

  1. bugfix in opt_driver (#187)

    * bugfix in opt_driver
    
    * revert unnecessary changes
    
    * unchange dft_driver.py
    
    * delete tmp file
    wxj6000 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cb3bad4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. try to fix possible memory leak in libxc (#189)

    * try to fix possible memory leak in libxc
    
    * unchange example
    
    * unchange example
    
    * Update libxc.py
    wxj6000 authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8fdfaa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. fixed a bug in rks.reset (#191)

    * fixed a bug in rks.reset
    
    * fixed the bug in uks
    
    * check if _libxc is None
    
    * align xc_func fields with c structure
    
    * remove -g
    wxj6000 authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c9ed7f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update unittest.yml (#194)

    wxj6000 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5b7caaf View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. enable thermo calculation and save to h5 (#192)

    * enable thermo calculation and save to h5
    
    * revise format
    
    * correct mistake
    
    * save
    
    * update h.kernel() to one time usage
    
    * enable SMD and add e_solvent into results
    
    * set thermo to False
    
    ---------
    
    Co-authored-by: xiaojie.wu <xiaojie.wu@bytedance.com>
    liuyu-chem1996 and wxj6000 authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    2b5a879 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. enable SMD option in opt_driver (#196)

    * enable thermo calculation and save to h5
    
    * revise format
    
    * correct mistake
    
    * save
    
    * update h.kernel() to one time usage
    
    * enable SMD and add e_solvent into results
    
    * set thermo to False
    
    * enable SMD in geo-opt driver
    
    ---------
    
    Co-authored-by: xiaojie.wu <xiaojie.wu@bytedance.com>
    liuyu-chem1996 and wxj6000 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    dd2367f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. added check_sanity for df_rhf

    wxj6000 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    893e5a3 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#199)

    wxj6000 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1316025 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Cleanup opt_driver and dft_driver (#197)

    * cleanup opt_driver and dft_driver
    
    * lint
    
    * lint
    wxj6000 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c8ee796 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Remove unified memory in CUDA libxc (#180)

    * update benchmark markdowns
    
    * replace contract with cupy.dot in eval_rho2
    
    * remove lprof
    
    * reduce overhead of cuda libxc
    
    * flake
    
    * Update unittest.yml
    
    * bugfix: initialize cuda config
    
    * improved nr_rks with new libxc api
    
    * improved screen_index kernel
    
    * remove counting_argsort
    
    * bugfix dimension of cderi
    
    * sync for unified memory
    
    * more sync in libxc.py
    
    * sync in __del__
    
    * simplify screen_index
    
    * remove template for screen_index
    
    * update libxc
    
    * gpu4pyscf-libxc v0.5
    
    * update xc.h
    
    * remove cuda.sync
    
    * remove xc_version.h
    
    * flake
    
    * remove cuda11x packages in CI
    
    * updated packages in unittest
    
    * remove unsupported unit test
    wxj6000 authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    76de3e0 View commit details
    Browse the repository at this point in the history
  2. release v1.0.1 (#198)

    wxj6000 authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    45422bd View commit details
    Browse the repository at this point in the history
Loading
0