GithubHelp home page GithubHelp logo

sunqm / pyscf-forge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pyscf/pyscf-forge

0.0 1.0 0.0 269 KB

pyscf-forge is a collection of extensions for pyscf

License: Apache License 2.0

Python 98.70% C 0.67% CMake 0.63%

pyscf-forge's Introduction

pyscf-forge

pyscf-forge is a staging ground for code that may be suitable for pyscf-core. Please see CONTRIBUTING.md for further guidelines.

Install

pyscf-forge can be installed using the command

pip install pyscf-forge

This command adds features in pyscf-forge to the PySCF package. They can be used as if they were natively developed within PySCF.

To access the newest features of pyscf-forge, you can install them from git repository by running the command

pip install git+https://github.com/pyscf/pyscf-forge

If you are developing new features and would like to modify the code in pyscf-forge, editable installation is better suited. After cloning the library to your local repository, there are two possible ways to enable the editable installation:

  1. You can install the package using the pip command
pip install --no-deps -e /path/to/pyscf-forge

This method will add a .pth file in ~/.local/lib/python3.*/site-packages/ or other Python runtime paths. It is recommended to use this method with Python virtual environment.

  1. Setting an environment variable
export PYSCF_EXT_PATH=/path/to/pyscf-forge

The PySCF package can read the PYSCF_EXT_PATH environment and load the modules within this package at runtime. For more details of PYSCF_EXT_PATH environment and the extensions management, please see the PySCF installation manual https://pyscf.org/install.html#extension-modules

pyscf-forge's People

Contributors

matthewrhermes avatar sunqm avatar matthew-hennefarth avatar haskiy avatar gkc1000 avatar fchapoton avatar linusbdittmer avatar hebrewsnabla avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.