Skip to content

Commit 2c5229d

Browse files
Geoffrey WealGeoffrey Weal
Geoffrey Weal
authored and
Geoffrey Weal
committed
update version of Organisms v3.3
1 parent 975d2fa commit 2c5229d

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

Documentation/source/How_Organisms_Works.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11

22
.. _How_Organisms_Works:
33

4-
How the Otago Research Genetic Algorithm for Nanoclusters, Including Structural Methods and Similatity (Organisms) Program Works
5-
================================================================================================================================
4+
How the Organisms Program Works
5+
===============================
6+
67

78
How the Genetic Algorithm Works
89
*******************************

Documentation/source/index.rst

+1-11
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,32 @@ Welcome to the Otago Research Genetic Algorithm for Nanoclusters, Including Stru
99
.. image:: https://img.shields.io/badge/Citation-click%20here-green.svg
1010
:target: https://dx.doi.org/10.1021/acs.jcim.0c01128
1111
:alt: Citation
12-
1312

1413
.. image:: https://img.shields.io/pypi/pyversions/Organisms
1514
:target: https://docs.python.org/3/
1615
:alt: Python Version
1716

18-
1917
.. image:: https://img.shields.io/github/v/release/GardenGroupUO/Organisms
2018
:target: https://github.com/GardenGroupUO/Organisms
2119
:alt: GitHub release (latest by date)
2220

23-
2421
.. image:: https://img.shields.io/pypi/v/Organisms
2522
:target: https://pypi.org/project/Organisms/
2623
:alt: PyPI
2724

28-
2925
.. image:: https://img.shields.io/conda/v/gardengroupuo/organisms
3026
:target: https://anaconda.org/GardenGroupUO/organisms
3127
:alt: Conda
3228

33-
3429
.. image:: https://colab.research.google.com/assets/colab-badge.svg
3530
:target: https://colab.research.google.com/github/GardenGroupUO/Organisms/blob/main/Notebooks/Organisms_Jupyter_Example.ipynb#scrollTo=objective-alliance
3631
:alt: Colab
3732

38-
3933
.. image:: https://img.shields.io/github/license/GardenGroupUO/Organisms
4034
:target: https://www.gnu.org/licenses/agpl-3.0.en.html
4135
:alt: Licence
4236

4337

44-
.. image:: https://img.shields.io/lgtm/grade/python/github/GardenGroupUO/Organisms
45-
:target: https://lgtm.com/projects/g/GardenGroupUO/Organisms/context:python
46-
:alt: LGTM Grade
47-
4838
.. sectionauthor:: Geoffrey Weal <[email protected]>
4939
.. sectionauthor:: Dr. Anna Garden <[email protected]>
5040

@@ -90,7 +80,7 @@ This algorithm is designed to explore the potential energy surface of a cluster
9080

9181
With the use of Atomic Simulation Environment, this algorithm has been designed so that you can record all the clusters you make, or just the important ones such as the lowest energy clusters that you make
9282

93-
Try Organisms before you Clone/Pip/Conda (on Binder/Jupter Notebooks)!
83+
Try Organisms before you Clone/Pip/Conda (on Google Colab/Jupter Notebooks)!
9484
======================================================================
9585

9686
If you are new to the Organisms program, it is recommended try it out by running Organisms live on our interactive Jupyter+Google Colabs page before you download it. On Google Colabs, you can play around with the Organisms program on the web. You do not need to install anything to try Organisms out on Google Colabs.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def find_scripts():
6767
zip_safe=False,
6868
keywords = ['nanoclusters', 'nanoparticles', 'clusters', 'optimisation', 'genetic-algorithm', 'ase', 'university-of-otago', 'asap3', 'atomic-simulation-environment', 'predation-operator', 'fitness-operator', 'otago-university', 'common-neighbor-analysis', 'common-neighbour-analysis', 'jupyter', 'Colabs', 'Google Golabs'],
6969
install_requires=[
70-
'numpy','scipy','ase','packaging','termcolor','tqdm'
70+
'numpy','scipy','ase','asap3','packaging','termcolor','tqdm'
7171
#'Sphinx','sphinx-rtd-theme','sphinx-tabs','sphinxcontrib-applehelp','sphinxcontrib-devhelp',
7272
#'sphinxcontrib-htmlhelp','sphinxcontrib-jsmath','sphinxcontrib-plantuml','sphinxcontrib-qthelp',
7373
#'sphinxcontrib-serializinghtml','sphinxcontrib-wiki',

0 commit comments

Comments
 (0)