Generation of SOAP descriptors.
Project description
# pycsoap
## example
```
from ase.io import read
from pycsoap.soaplite import SOAP
gb1 =read('/Users/andrewhuynguyen/Desktop/gb0011039001.xyz')
soap_desc = SOAP(atomic_numbers=[26], rcut=5, nmax=9, lmax=9)
input_soap=soap_desc.create(gb1)
input_soap
```
`input_soap` will return a matrix MxN (M is the number of atoms in the cell and N is based on rcut, nmax, and lmax).
## example
```
from ase.io import read
from pycsoap.soaplite import SOAP
gb1 =read('/Users/andrewhuynguyen/Desktop/gb0011039001.xyz')
soap_desc = SOAP(atomic_numbers=[26], rcut=5, nmax=9, lmax=9)
input_soap=soap_desc.create(gb1)
input_soap
```
`input_soap` will return a matrix MxN (M is the number of atoms in the cell and N is based on rcut, nmax, and lmax).
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
pycsoap-0.1.2.tar.gz
(50.1 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycsoap-0.1.2.tar.gz.
File metadata
- Download URL: pycsoap-0.1.2.tar.gz
- Upload date:
- Size: 50.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd97b101a51ac8ff33b4703291b6646a77590d1cf1699d474469a97ad9f1e0b4
|
|
| MD5 |
6223e7053f243fdf412508c5299b483c
|
|
| BLAKE2b-256 |
3b8be7d9124c4f5ea6267badfd24d6942354e22b35f2293b6bea6e83bdcbdce1
|
File details
Details for the file pycsoap-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl.
File metadata
- Download URL: pycsoap-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl
- Upload date:
- Size: 107.3 kB
- Tags: CPython 3.6m, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58f7b162b52f726ee334e4e02c5d0dd2aef681362f780e8f4ccf52fe46894f79
|
|
| MD5 |
b05d871d12c14c60d6313487a0cb7094
|
|
| BLAKE2b-256 |
a1bb566833ef3053badaa446cc7aff33f922ee5268444b7ae54c88f49fbd2a27
|
File details
Details for the file pycsoap-0.1.2-cp27-cp27m-macosx_10_13_x86_64.whl.
File metadata
- Download URL: pycsoap-0.1.2-cp27-cp27m-macosx_10_13_x86_64.whl
- Upload date:
- Size: 107.2 kB
- Tags: CPython 2.7m, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/38.2.4 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1008c93514824c34ed0972dfeac75d32e439d96967b20f72e73211e6898bfda0
|
|
| MD5 |
b138996e581546af04ee815640afa65e
|
|
| BLAKE2b-256 |
9067894e19c7ffa8a08ebd9b6c1585845a2704fe489d84cec9dfaa773ffa27e4
|