Skip to main content

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


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.15-py3-none-any.whl (25.7 kB view details)

Uploaded Python 3

File details

Details for the file Evince-0.15-py3-none-any.whl.

File metadata

  • Download URL: Evince-0.15-py3-none-any.whl
  • Upload date:
  • Size: 25.7 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

Hashes for Evince-0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 c59e716ef013aa82c0a5c12dac214035d8860807162ac0ab6f958732a1bd678c
MD5 0ecfe558f03b62d76cdf9374e236c114
BLAKE2b-256 9349645333c79617f9146f399475de35c3b38cea59422c0c6bce574a28ebab75

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