Skip to content

chore(deps): bump pyscf from 2.11.0 to 2.12.0 in /quasix#25

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/quasix/pyscf-2.12.0
Closed

chore(deps): bump pyscf from 2.11.0 to 2.12.0 in /quasix#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/quasix/pyscf-2.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 26, 2026

Bumps pyscf from 2.11.0 to 2.12.0.

Release notes

Sourced from pyscf's releases.

PySCF v2.12.0 release

  • New Features
    • Velocity gauge integrals and oscillator strengths for TDSCF using GTH basis sets
    • High Performance CCSDT and CCSDTQ Implementation (T1-dressed formalism)
    • GHF stability_slow
    • Density fitting implementation for the NEVPT2
  • Improved
    • Adjust UHF and ROHF analyze() to be compatible with msym
    • Evaluate pseudo potential nonlocal term gradient on real space, the same as corresponding Fock evaluation
    • Improve GPU4PySCF interface
    • In pseudopotential nonlocal term gradient, if large imaginary is found, print warning instead of raise error
    • Improve PBC DFT instantiation
    • support complex vector for fci.direct_spin1 solver
    • Reduced memory usage for pbc RSGDF
    • Configurable einsum backend, supporting pytblis, tlibs-einsum and tensordot
  • Fixes
    • KRHF gradients when exxdiv='ewald'
    • segfault for qcint backend
    • fix a bug in x2c, where imag part has been deprecated.
  • New Features and Improvements in the Molecular ADC Module
    • Expanded 1-RDM Functionality:
      • Introduced 1-RDM calculation functions for CVS-IP-RADC, CVS-IP-UADC, EE-RADC, and EA-UADC methods.
      • Enhanced reference 1-RDM calculation function in UADC.
      • Updated 1-RDM functions in IP-UADC and EE-UADC to include contributions up to ADC(3).
    • Expanded oscillator strengths Functionality:
      • Enabled oscillator strengths calculation for EE-RADC.
      • Introduced get_properties function for EE-RADC.
      • Updated get_trans_moments function EE-UADC to include contributions from 3rd order singlet excited amplitudes
    • Advanced Orbital Control:
      • Implemented frozen orbital functionality across all ADC cases, offering greater computational efficiency and control.
    • Improved Initial Guess Strategies for ADC:
      • Added CIS initial guess options for EE-UADC and EE-RADC.
      • Introduced user-defined initial guess capabilities for all ADC methods, providing increased flexibility.
    • Enhanced Analysis and Output:
      • Integrated analyze_eigenvector function into EE-UADC, EE-RADC, CVS-IP-RADC, and CVS-IP-UADC for detailed analysis.
      • Added analyze_spec_factor for EE-RADC.
      • Updated analyze function for CVS-IP-RADC, CVS-IP-UADC, EE-RADC, and EA-UADC methods.
      • Improved logging in kernel and kernel_gs functions (UADC and RADC) to report the number of frozen and active orbitals.
    • Bug Fixes
      • Resolved a bug in 1-RDM functions that occurred when approx_trans_moments was set to True.
      • Fixed merge conflicts.
    • General Improvements
      • Replaced long floating-point numbers with fractional representations for improved precision and readability.
Changelog

Sourced from pyscf's changelog.

PySCF 2.12.0 (2026-01-20)

  • Added
    • Velocity gauge integrals and oscillator strengths for TDSCF using GTH basis sets
    • High Performance CCSDT and CCSDTQ Implementation (T1-dressed formalism)
    • GHF stability_slow
    • Density fitting implementation for the NEVPT2
  • Improved
    • Adjust UHF and ROHF analyze() to be compatible with msym
    • Evaluate pseudo potential nonlocal term gradient on real space, the same as corresponding Fock evaluation
    • Improve GPU4PySCF interface
    • In pseudopotential nonlocal term gradient, if large imaginary is found, print warning instead of raise error
    • Improve PBC DFT instantiation
    • support complex vector for fci.direct_spin1 solver
    • Reduced memory usage for pbc RSGDF
    • Configurable einsum backend, supporting pytblis, tlibs-einsum and tensordot
  • Fixes
    • KRHF gradients when exxdiv='ewald'
    • segfault for qcint backend
    • fix a bug in x2c, where imag part has been deprecated.
  • New Features and Improvements in the Molecular ADC Module
    • Expanded 1-RDM Functionality:
      • Introduced 1-RDM calculation functions for CVS-IP-RADC, CVS-IP-UADC, EE-RADC, and EA-UADC methods.
      • Enhanced reference 1-RDM calculation function in UADC.
      • Updated 1-RDM functions in IP-UADC and EE-UADC to include contributions up to ADC(3).
    • Expanded oscillator strengths Functionality:
      • Enabled oscillator strengths calculation for EE-RADC.
      • Introduced get_properties function for EE-RADC.
      • Updated get_trans_moments function EE-UADC to include contributions from 3rd order singlet excited amplitudes
    • Advanced Orbital Control:
      • Implemented frozen orbital functionality across all ADC cases, offering greater computational efficiency and control.
    • Improved Initial Guess Strategies for ADC:
      • Added CIS initial guess options for EE-UADC and EE-RADC.
      • Introduced user-defined initial guess capabilities for all ADC methods, providing increased flexibility.
    • Enhanced Analysis and Output:
      • Integrated analyze_eigenvector function into EE-UADC, EE-RADC, CVS-IP-RADC, and CVS-IP-UADC for detailed analysis.
      • Added analyze_spec_factor for EE-RADC.
      • Updated analyze function for CVS-IP-RADC, CVS-IP-UADC, EE-RADC, and EA-UADC methods.
      • Improved logging in kernel and kernel_gs functions (UADC and RADC) to report the number of frozen and active orbitals.
    • Bug Fixes
      • Resolved a bug in 1-RDM functions that occurred when approx_trans_moments was set to True.
      • Fixed merge conflicts.
    • General Improvements
      • Replaced long floating-point numbers with fractional representations for improved precision and readability.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyscf](https://github.com/pyscf/pyscf) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/pyscf/pyscf/releases)
- [Changelog](https://github.com/pyscf/pyscf/blob/master/CHANGELOG)
- [Commits](pyscf/pyscf@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: pyscf
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 26, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 9, 2026

Superseded by #26.

@dependabot dependabot Bot closed this Feb 9, 2026
@dependabot dependabot Bot deleted the dependabot/pip/quasix/pyscf-2.12.0 branch February 9, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants