Skip to main content

Package for performing Piris Natural Orbital Functionals (PNOF)

Project description

PyNOF

Citation DOI

Formally read as Python-Natural-Orbital-Functionals, PyNOF is based on the original DoNOF software written in Fortran by Prof. Mario Piris, but it takes advantage of the Python capabilities such as optimizers, vectorization via numpy and gpu compatibility via cupy.

Installation

We recommend to perform the installation inside an Anaconda enviroment:

conda create -y -n pynof
conda activate pynof

PyNOF uses Psi4 for integrals, so it is necessary to install it first:

conda install -y psi4 -c conda-forge/label/libint_dev -c conda-forge

then, you can simply install PyNOF using pip

pip install -y pynof

[Optional] Integrals transformations can benefit from a GPU. If available, just install cupy

conda install -y -c conda-forge cupy

Example

A pynof input has the following parts:

  • Import pynof
  • A declaration of the molecule geometry
  • A parameter object
  • The calculation instruction
import pynof

mol = pynof.molecule("""
0 1
  O  0.0000   0.000   0.116
  H  0.0000   0.749  -0.453
  H  0.0000  -0.749  -0.453
""")

p = pynof.param(mol,"cc-pvdz")
p.autozeros()

p.ipnof=8

p.RI = True
#p.gpu = True

E,C,gamma,fmiug0 = pynof.compute_energy(mol,p,hfidr=True)

If everything worked, the job may be executed by

python -u test_energy.py

Note. The first run may be slightly slow due to jit precompilation.

For development

First, clone PyNOF from github and change to the project directory

git clone https://github.com/felipelewyee/PyNOF.git
cd PyNOF

In the PyNOF folder, execute the following code

conda create -y -n pynof
conda activate pynof
conda install -y psi4 -c conda-forge/label/libint_dev -c conda-forge
conda install -y -c conda-forge cupy # Optional
python -m build && cd dist && pip install PyNOF*.whl && cd ..

Authors

The PyNOF code has been built by Juan Felipe Huan Lew Yee, Lizeth Franco Nolasco and Iván Alejandro Rivera under supervision of Jorge Martín del Campo Ramírez and Mario Piris.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynof-1.2.tar.gz (75.2 kB view details)

Uploaded Source

Built Distribution

pynof-1.2-py3-none-any.whl (48.0 kB view details)

Uploaded Python 3

File details

Details for the file pynof-1.2.tar.gz.

File metadata

  • Download URL: pynof-1.2.tar.gz
  • Upload date:
  • Size: 75.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for pynof-1.2.tar.gz
Algorithm Hash digest
SHA256 c2259bcfe3986aaaef95125041ff9330556fd07ea7b63b5e4a55fafb9a975c6c
MD5 e7b36d5737d0489dffa237fd88fbc0e2
BLAKE2b-256 66f0f2add1257c80ae69a56978dc3eb809c119f8c02f9a3d7cded0c69df57743

See more details on using hashes here.

File details

Details for the file pynof-1.2-py3-none-any.whl.

File metadata

  • Download URL: pynof-1.2-py3-none-any.whl
  • Upload date:
  • Size: 48.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for pynof-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 036414f5ea185f5fe569bed8e5e55ab235abf1a66788a7ebcbe8939398969bd7
MD5 878e32ab45aaf0b91d3d3befbc61606b
BLAKE2b-256 71e77aae93e2a8d494cd6ac71e8897adf9385b5dca13b0765f8ca270588b1439

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page