This repository provides package build instructions for mokit compatible with the Homebrew toolchain.
You can install mokit by tapping this repository
brew install ansatzx/homebrew-mokit/mokit --with-py39
Or
brew tap ansatzx/homebrew-mokit
brew install mokit --with-py39
You have options --with-pyxxx
, varying from 38 to 311, since m1 chips do not have 37 and lower python.
If you do not want python part (pyscf) of mokit, do not write this option.
Use option --HEAD
to get latest commit
brew install mokit --with-py39 --HEAD
It's very suitable for pros.
brew update && brew upgrade mokit
brew update && brew upgrade mokit --fetch-HEAD
brew uninstall mokit
Available programs are
- mokit: Molecular Orbital KIT
The package build files are available under a BSD-2-Clause license.
brew help
, man brew
or check Homebrew's documentation.