How to Install and Uninstall python3-pyscf.x86_64 Package on Fedora 34

Last updated: July 08,2024

1. Install "python3-pyscf.x86_64" package

Please follow the guidance below to install python3-pyscf.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pyscf.x86_64

2. Uninstall "python3-pyscf.x86_64" package

Here is a brief guide to show you how to uninstall python3-pyscf.x86_64 on Fedora 34:

$ sudo dnf remove python3-pyscf.x86_64 $ sudo dnf autoremove

3. Information about the python3-pyscf.x86_64 package on Fedora 34

Last metadata expiration check: 1:05:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pyscf
Version : 1.7.6
Release : 5.fc34
Architecture : x86_64
Size : 9.5 M
Source : python-pyscf-1.7.6-5.fc34.src.rpm
Repository : updates
Summary : Python 3 module for quantum chemistry
URL : https://github.com/pyscf/pyscf/
License : ASL 2.0
Description : Python‐based simulations of chemistry framework (PySCF) is a
: general‐purpose electronic structure platform designed from the ground
: up to emphasize code simplicity, so as to facilitate new method
: development and enable flexible computational workflows. The package
: provides a wide range of tools to support simulations of finite‐size
: systems, extended systems with periodic boundary conditions,
: low‐dimensional periodic systems, and custom Hamiltonians, using
: mean‐field and post‐mean‐field methods with standard Gaussian basis
: functions. To ensure ease of extensibility, PySCF uses the Python
: language to implement almost all of its features, while
: computationally critical paths are implemented with heavily optimized
: C routines. Using this combined Python/C implementation, the package
: is as efficient as the best existing C or Fortran‐based quantum
: chemistry programs.