Visualization tools for computational chemistry
Project description
EVINCE
Molecular visualization prototype
Install from PyPI
pip install evince
Quick example usage for Notebooks
import numpy as np
# instantiate a molecule visualization
m = ev.models.molecule()
charges = [1,1,8]
positions = np.random.uniform(-1,1,(3,3))
atoms = np.zeros((3,4))
atoms[:,0] = charges
atoms[:,1:] = positions
# add atoms to molecules
m.add_atoms(atoms)
# show visualization
m.render()```
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Evince-0.18-py3-none-any.whl
(28.9 kB
view details)
File details
Details for the file Evince-0.18-py3-none-any.whl
.
File metadata
- Download URL: Evince-0.18-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/0.23 pkginfo/1.5.0.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d307571d89bc0f94e48d88fa131a195f8509e4d7cebf40e39bde09433d35b964 |
|
MD5 | c36b72b903136b2b3fc8ffccf7032dbc |
|
BLAKE2b-256 | 85d7b67e45fe9d93df5d894a002935b2abd645f00fbd85eb7fa317e140906cfb |