Skip to content

Global Optimizer for Clusters, Interfaces, and Adsorbates

License

Notifications You must be signed in to change notification settings

alexandrova-lab-ucla/gocia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picture1

G O C I A

Global Optimizer for Clusters, Interfaces, and Adsorbates

GOCIA is a global optimization toolkit and Python modules specialized for sampling supported clusters, restructured interfaces and adsorbate configurations.

Copyright © 2020 Zisheng Zhang

Requirements

  • Python 3.6 or later
  • ASE and its dependencies
  • Natsort and LATEX (pdf report generation)

Installation

First, find the path to your Python site-packages by:

python -c 'import site; print(site.getsitepackages())

Then, simply download the GOCIA tarball and untar it into the site-packeges path:

wget https://github.com/zishengz/gocia/archive/master.zip
unzip master.zip
mv gocia-master/ $PYTHON_PKGS_PATH/gocia

After these, run the following line to test:

python -c 'import gocia'

If no error occurs, GOCIA should have been imported into your path!

Tutorial

under construction

About

Global Optimizer for Clusters, Interfaces, and Adsorbates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Shell 1.7%