Skip to main content

pygamess is a GAMESS wrapper for Python

Requirements

  • Python 2.6 or later (not support 3.x)

  • openbabel 2.3

  • GAMESS (and rungms script)

Features

  • nothing

Setup

$ easy_install pygamess

Basic Usage

import module and read molecule from file:

>>> import pygamess
>>> import openbabel as ob
>>> g = pygamess.Gamess()
>>> obc = ob.OBConversion()
>>> obc.SetInFormat("mol")
True
>>> mol = ob.OBMol()
>>> obc.ReadFile(mol, "examples/ethane.mol")
True

run GAMESS:

>>> try:
...     newmol = g.run(mol)
... except GamessError, gerr:
...     print gerr.value
...

get energy:

>>> newmol.GetEnergy()
-78.305307479999996

History

0.1.1 (2011-8-6)

  • updated document

  • semiempical method (AM1, PM3, MNDO)

  • added statpt option

  • changed default error print (10 lines)

0.1 (2011-6-25)

  • first release

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygamess-0.1.1.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file pygamess-0.1.1.tar.gz.

File metadata

  • Download URL: pygamess-0.1.1.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pygamess-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c06d7418a7f98643a130276430a7eb3b97a17ad5a6453b7179019dfcbbac5469
MD5 2541b2de2d5b872a39b98d88596c4df3
BLAKE2b-256 8a97a941eaaca30e47280642c5cf8fc83fba6bad0b1c5f9fac7a9ecb03968b71

See more details on using hashes here.

Release history Release notifications | RSS feed

0.6.9

1 file

0.6.8

1 file

0.6.7

1 file

0.6.6

1 file

0.6.5

1 file

0.6.4

2 files

0.6.3

2 files

0.6.2

3 files

0.6.1

2 files

0.6.0

2 files

0.5.0

3 files

0.4.1.1

1 file

0.4.1

1 file

0.4.0

1 file

0.3.0

1 file

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1.2

1 file

This release

0.1.1 This release

1 file

0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page