No project description provided
Project description
Psience
Psience is a set of core scientific packages written by the McCoy group for the McCoy group to handle interesting scientific problems, like DVR, managing potential and dipole surfaces, VPT2, normal mode analysis, etc.
We're working on documenting the package, but writing good documentation takes more time than writing good code.
Installation & Requirements
Psience
is written in pure python and we've worked to try to avoid any major dependencies outside of what comes in Anaconda
and our McUtils
package.
The easiest way to install is via pip
, as
pip install mccoygroup-psience
This should install all dependencies. The major requirement is that Python 3.8+ is required due to use of the types module. If installing on Windows, use the above command in the "Anaconda Prompt" as opposed to the default terminal installed on Windows. For safety, it is best to install this in a virtual environment, which we can make like
python3.8 -m pip venv mcenv
and activate like
. mcenv/bin/activate
or to use it in a container or conda environment or some other place where we can control the environment.
It is also possible to install from source like
git clone https://github.com/McCoyGroup/Psience.git
but in this case you will need to make sure the library is on the path yourself and all of the dependencies are installed.
Once the package is installed, you can go ahead and get started in your scripts by importing Psience with the following command.
import Psience
Have fun doing Psience!
Contributing
If you'd like to help out with this, we'd love contributions. The easiest way to get started with it is to try it out. When you find bugs, please report them. If there are things you'd like added let us know, and we'll try to help you get the context you need to add them yourself. One of the biggest places where people can help out, though, is in improving the quality of the documentation. As you try things out, add them as examples, either to the main page or to a child page. You can also edit the docstrings in the code to add context, explanation, argument types, return types, etc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mccoygroup-psience-1.1.0.tar.gz
.
File metadata
- Download URL: mccoygroup-psience-1.1.0.tar.gz
- Upload date:
- Size: 407.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 137172ac8c0c566581abd72fb20045b35262e040695a6172a07f17683aa59350 |
|
MD5 | bbf090a6531378e137f12a78a2af9e5a |
|
BLAKE2b-256 | 11c3344afbfc6086eb71b2746baa1ab9d43ef7733f718cbfcb32114f4d44fc86 |
File details
Details for the file mccoygroup_psience-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: mccoygroup_psience-1.1.0-py3-none-any.whl
- Upload date:
- Size: 438.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4011f49f9723fe00050e64d264d83cb0656eaae20de547d3ef11976e5648d5b |
|
MD5 | 8c5750ba84c4377070304d64eab0276a |
|
BLAKE2b-256 | 7b0a5232520478f4391b2dc43b2404e5b87c87eba4616dec5ee929c910824df8 |