Skip to content

Python version of the Birmingham Cluster Genetic Algorithm

License

Notifications You must be signed in to change notification settings

marktoakley/PyBCGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

image

Code Health

PyBCGA

Description

A Python version of the Birmingham Cluster Genetic Algorithm.

The original methodology of the BCGA is described in Roy L. Johnston, Dalton Transactions, 2003, 4193-4207 (http://dx.doi.org/10.1039/b305686d).

The most recent version of the BCGA is available at https://bitbucket.org/JBADavis/bpga and presented in Jack B. A. Davis, Armin Shayeghi, Sarah L. Horswell, Roy L. Johnston, Nanoscale, 7, 2015, 14032-14038 (http://dx.doi.org/10.1039/c5nr03774c).

Installation

PyBCGA requires these Python packages:

numpy

pele (https://github.com/pele-python/pele)

gpaw (https://wiki.fysik.dtu.dk/gpaw/)

ase (https://wiki.fysik.dtu.dk/ase/)

numpy is available in the Ubuntu package repositories and can be installed with:

$ sudo apt-get install python-numpy

Compile with:

$ python setup.py build

Then add the installation directory to your PYTHONPATH environment variable.

Usage

The examples directory contains a some examples of setting up and running the BCGA.

About

Python version of the Birmingham Cluster Genetic Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages