jxc-python 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jxc_python-0.1.0 → jxc_python-0.1.1}/PKG-INFO +1 -1
- {jxc_python-0.1.0 → jxc_python-0.1.1}/README.md +5 -5
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/get_params.py +24 -6
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc_python.egg-info/PKG-INFO +1 -1
- {jxc_python-0.1.0 → jxc_python-0.1.1}/pyproject.toml +1 -1
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/__init__.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/composite.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/__init__.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/_libxc_laplacian.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/deorbitalized_common.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_acgga.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_acggap.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_am05.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_bmk.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_ccdf.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_chachiyo.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_cs1.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_ft97.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_gapc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_gaploc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_hcth_a.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_lm.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_lyp.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_lypr.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_op_b88.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_op_g96.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_op_pbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_op_pw91.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_op_xalpha.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_optc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_p86.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_p86vwn.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_pbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_pbe_erf_gws.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_pbe_vwn.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_pbeloc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_pw91.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_q2d.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_regtpss.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_revtca.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_scan_e0.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_sg4.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_sogga11.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_tca.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_w94.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_wi.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_wl.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_zpbeint.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_zvpbeint.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_c_zvpbeloc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_apbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_apbeint.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_dk.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_exp4.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_lc94.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_lgap.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_lgap_ge.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_lkt.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_llp.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_meyer.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_mpbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_ol1.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_ol2.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_pearson.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_pg.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_pw86.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_rational_p.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_tflw.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_thakkar.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_k_vt84f.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_2d_b86.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_2d_b86_mgc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_2d_b88.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_2d_pbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_airy.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_ak13.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_am05.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_b86.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_b88.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_bayesian.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_beefvdw.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_bkl.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_bpccac.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_c09x.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_cap.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_chachiyo.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_dk87.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_ev93.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_fd_lb94.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_ft97.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_g96.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_gg99.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_hcth_a.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_hjs.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_hjs_b88.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_hjs_b88_v2.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_htbs.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_ityh.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_ityh_optx.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_ityh_pbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_kt.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_lb.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_lg93.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_lspbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_lsrpbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_lv_rpw86.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_mpbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_n12.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_ncap.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_ol2.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_optx.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_pbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_pbe_erf_gws.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_pbea.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_pbeint.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_pbepow.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_pbetrans.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_pw86.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_pw91.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_q1d.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_q2d.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_rge2.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_rpbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_s12.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_sfat.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_sfat_pbe.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_sg4.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_sogga11.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_ssb_sw.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_vmt.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_vmt84.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_wc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_x_wpbeh.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_xc_b97.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_xc_th1.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_xc_th2.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/gga_xc_th3.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_gga_x_cam_s12.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_gga_xc_case21.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_gga_xc_wb97.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_lda_xc_bn05.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_mgga_x_dldf.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_mgga_x_js18.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_mgga_x_m05.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_mgga_x_pjs18.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_mgga_xc_gas22.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/hyb_mgga_xc_wb97mv.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/jax_derivatives.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_1d_csc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_1d_loos.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_2d_amgb.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_2d_prm.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_chachiyo.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_chachiyo_mod.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_epc17.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_epc18.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_gk72.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_gombas.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_hl.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_lp96.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_ml1.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_pk09.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_pmgb06.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_pw.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_pw_erf.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_pz.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_rc04.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_rpa.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_vwn.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_vwn_1.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_vwn_2.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_vwn_3.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_vwn_4.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_vwn_rpa.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_w20.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_c_wigner.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_k_gds08_worker.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_k_tf.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_k_zlp.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_x.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_x_1d_exponential.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_x_1d_soft.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_x_2d.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_x_erf.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_x_rel.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_x_sloc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_x_yukawa.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_xc_1d_ehwlrg.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_xc_ksdt.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_xc_teter93.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_xc_tih.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/lda_xc_zlp.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_b88.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_b94.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_bc95.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_cc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_ccalda.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_cs.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_kcis.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_kcisk.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_ltapw.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_m05.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_m06l.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_m08.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_pkzb.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_r2scan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_r2scanl.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_revscan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_revtpss.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_rmggac.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_rppscan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_rregtm.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_rscan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_scan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_scanl.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_tpss.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_tpssloc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_c_vsxc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_k_csk.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_k_csk_loc.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_k_gea2.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_k_gea4.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_k_lk.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_k_pc07.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_k_pgslb.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_k_rda.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_2d_js17.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_2d_prhg07.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_2d_prp10.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_br89.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_br89_explicit.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_edmgga.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_eel.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_ft98.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_gdme.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_gvt4.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_gx.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_jk.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_ktbm.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_lak.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_lta.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_m06l.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_m08.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_m11.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_m11_l.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mbeef.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mbeefvdw.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mbr.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mbrxc_bg.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mbrxh_bg.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mcml.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mggac.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mn12.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_ms.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_msb.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_msb86bl.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mspbel.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_msrpbel.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mvs.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_mvsb.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_pbe_gx.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_pkzb.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_r2scan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_r2scanl.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_r4scan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_regtm.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_regtpss.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_revscan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_revscanl.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_revtm.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_rlda.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_rppscan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_rscan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_rtpss.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_sa_tpss.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_scan.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_scanl.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_task.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_tau_hcth.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_tb09.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_th.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_tm.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_tpss.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_vcml.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_x_vt84.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_xc_b97mv.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_xc_b98.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_xc_cc06.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_xc_lp90.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/mgga_xc_zlp.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/util.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/functionals/utils.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/helper.cpython-313-x86_64-linux-gnu.so +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/libxc_aliases.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/maple_series_overrides.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc/maple_taylor_overrides.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc_python.egg-info/SOURCES.txt +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc_python.egg-info/dependency_links.txt +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc_python.egg-info/requires.txt +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/jxc_python.egg-info/top_level.txt +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/setup.cfg +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/setup.py +0 -0
- {jxc_python-0.1.0 → jxc_python-0.1.1}/tests/test_composite.py +0 -0
|
@@ -200,7 +200,7 @@ All commands below assume you are inside `projects/jxc/`. The repository uses
|
|
|
200
200
|
build steps with `uv run` instead of activating the virtualenv.
|
|
201
201
|
|
|
202
202
|
```bash
|
|
203
|
-
# create venv, build and install both
|
|
203
|
+
# create venv, build and install both pylibxc3 + jxc (default python version 3.13)
|
|
204
204
|
make install
|
|
205
205
|
|
|
206
206
|
# switch to python 3.12
|
|
@@ -217,7 +217,7 @@ make help
|
|
|
217
217
|
regenerates the helper glue, builds (or reuses) the LibXC core under
|
|
218
218
|
`.libxc-core/`, compiles the pybind11 helper against that installation, bundles
|
|
219
219
|
the Python sources, and drops a wheel into `dist/`. Use `make install` to
|
|
220
|
-
install the freshly built `
|
|
220
|
+
install the freshly built `pylibxc3` and `jxc` wheels into the selected `uv`
|
|
221
221
|
environment. The first phase (`scripts/build_libxc_core.sh`) only
|
|
222
222
|
runs when `.libxc-core` is absent; subsequent builds for new Python versions
|
|
223
223
|
reuse the same C artifacts.
|
|
@@ -232,19 +232,19 @@ The Julia package now lives under `projects/jxc/JXC.jl`.
|
|
|
232
232
|
|
|
233
233
|
> **Heads-up:** `JXC.get_params` defers to the Python helper via
|
|
234
234
|
> [PythonCall.jl](https://github.com/JuliaPy/PythonCall.jl). Build the helper
|
|
235
|
-
> (`make build-wheel` / `make install`) so that `
|
|
235
|
+
> (`make build-wheel` / `make install`) so that `pylibxc3` and the `jxc.helper`
|
|
236
236
|
> extension are importable, or point Julia at your existing virtualenv with
|
|
237
237
|
> `JULIA_CONDAPKG_BACKEND=Null JULIA_PYTHONCALL_EXE=@venv julia --project`.
|
|
238
238
|
> If those prerequisites are missing, the Julia API will fall back to a minimal
|
|
239
239
|
> parameter stub and emit a warning.
|
|
240
240
|
|
|
241
241
|
> Use `make sync-julia-wheels` (and optionally `PYVER=3.12 make sync-julia-wheels`)
|
|
242
|
-
> to copy freshly built `
|
|
242
|
+
> to copy freshly built `pylibxc3`/`jxc` wheels, the matching helper, and a cached
|
|
243
243
|
> NumPy wheel into `JXC.jl/python_wheels`. Run `make package-julia` to produce a
|
|
244
244
|
> tarball under `artifacts/` that GitHub Actions can publish as the Julia bundle.
|
|
245
245
|
|
|
246
246
|
If you are preparing a distributable Julia package, run `make sync-julia-wheels`
|
|
247
|
-
after building so the latest `
|
|
247
|
+
after building so the latest `pylibxc3`/`jxc` wheels are copied into
|
|
248
248
|
`JXC.jl/python_wheels/`. The Julia runtime will install from that cache on first
|
|
249
249
|
use when the helper is absent.
|
|
250
250
|
|
|
@@ -266,14 +266,32 @@ XC_UNPOLARIZED = 0
|
|
|
266
266
|
XC_POLARIZED = 1
|
|
267
267
|
|
|
268
268
|
|
|
269
|
+
def _import_pylibxc():
|
|
270
|
+
"""Load the LibXC Python bindings module.
|
|
271
|
+
|
|
272
|
+
The distribution published to PyPI will be named ``pylibxc3``, but it
|
|
273
|
+
exposes the importable module ``pylibxc`` (matching the upstream
|
|
274
|
+
LibXC project). For local development, users may also have installed
|
|
275
|
+
a legacy ``pylibxc`` build directly.
|
|
276
|
+
"""
|
|
277
|
+
try:
|
|
278
|
+
import pylibxc # type: ignore[import-not-found]
|
|
279
|
+
return pylibxc
|
|
280
|
+
except Exception as e:
|
|
281
|
+
raise RuntimeError(
|
|
282
|
+
"The 'pylibxc' module is required to allocate LibXC functionals. "
|
|
283
|
+
"Install it via the 'pylibxc3' wheels on PyPI or a local build."
|
|
284
|
+
) from e
|
|
285
|
+
|
|
286
|
+
|
|
269
287
|
def list_functionals() -> list[str]:
|
|
270
288
|
"""Return all LibXC functional names known to JXC.
|
|
271
289
|
|
|
272
290
|
This is a lightweight convenience wrapper around LibXC's registry:
|
|
273
291
|
|
|
274
|
-
- If :mod:`pylibxc` is available, we return the list from
|
|
292
|
+
- If :mod:`pylibxc3` or :mod:`pylibxc` is available, we return the list from
|
|
275
293
|
``pylibxc.util.xc_available_functional_names()``, sorted.
|
|
276
|
-
- If
|
|
294
|
+
- If neither binding is available, we fall back to scanning the
|
|
277
295
|
``jxc.functionals`` package for generated Maple modules.
|
|
278
296
|
|
|
279
297
|
Returns:
|
|
@@ -281,8 +299,7 @@ def list_functionals() -> list[str]:
|
|
|
281
299
|
``\"gga_x_pbe\"``, ``\"hyb_gga_xc_b3lyp\"``).
|
|
282
300
|
"""
|
|
283
301
|
try:
|
|
284
|
-
|
|
285
|
-
|
|
302
|
+
pylibxc = _import_pylibxc()
|
|
286
303
|
return sorted(pylibxc.util.xc_available_functional_names())
|
|
287
304
|
except Exception:
|
|
288
305
|
# Minimal, best-effort fallback based on generated modules.
|
|
@@ -348,10 +365,11 @@ def get_params(name, polarized, *ext_params, _visited=None):
|
|
|
348
365
|
if name in _M06_PARAM_SETS:
|
|
349
366
|
return _build_m06_variant(name, polarized, _visited)
|
|
350
367
|
try:
|
|
351
|
-
|
|
368
|
+
pylibxc = _import_pylibxc()
|
|
352
369
|
except Exception as e:
|
|
353
370
|
raise RuntimeError(
|
|
354
|
-
"pylibxc is required to allocate LibXC functionals"
|
|
371
|
+
"The 'pylibxc' module is required to allocate LibXC functionals. "
|
|
372
|
+
"Install it via the 'pylibxc3' wheels on PyPI or a local build."
|
|
355
373
|
) from e
|
|
356
374
|
try:
|
|
357
375
|
from . import helper as _helper
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|