Kunhao ZHENG
Kunhao ZHENG
**Describe the bug** `strict_union_match` shadows the Error raised in `__post_init__` **To Reproduce** ```python from dacite import from_dict, Config from dataclasses import dataclass from typing import Union @dataclass class XArgs: a:...
Please: - [ x ] Check for duplicate requests. - [ x ] Describe your goal, and if possible provide a code snippet with a motivating example. It would be...
This will affect the following functionals: ```python gga_x_wpbeh # jit too long for E1_scaled gga_c_ft97 # jit too long for E1_scaled ``` Issue reported: https://github.com/google/jax/issues/13543
This will affect the following functionals: ```python lda_x_1d_exponential # Requires explicit 1D integration lda_x_1d_soft # Requires explicit 1D integration ``` In libxc, the calculation is done by explicitly integrating on...
This will affect the following functionals: ```python gga_x_fd_lb94 # Becke-Roussel not having an closed-form expression gga_x_fd_revlb94 # Becke-Roussel not having an closed-form expression gga_x_gg99 # Becke-Roussel not having an closed-form...