PabloPiaggi / EnvironmentFinder

Tool for finding atomic environments in crystal structures
GNU General Public License v3.0
21 stars 2 forks source link

EnviornmentFinder Environment finder

A tool for finding and analyzing atomic environments in crystal structures.

DOI example workflow

Instructions

We recommend using Google Chrome. This software has not been tested on other browsers.

Simple instructions

On linux, execute the commands:

pip install environmentfinder
environmentfinder

Voila! A browser tab should now be open with the environment finder app.

Installation

The simplest way to install environment finder is to use pip with the command,

pip install environmentfinder

This will automatically get the source code from PyPI.

However, I suggest that you encapsulate the installation using a conda environment, for example,

conda create --name env_finder python=3.8
conda activate env_finder
pip install environmentfinder

Execution

To execute the app just type,

environmentfinder

and a browser tab should now be open with the environment finder app

Purpose

The purpose of this tool is to find atomic environments in crystal structures. These environments can then be used to define measures of similarity and collective variables for enhanced sampling simulations. The output from this tool can be used directly to create reference environments for the EnvironmentSimilarity collective variable in PLUMED. The tool can also be used to visualize chemical environments around an atom for general purposes.

Features

Usage

The app has four tabs:

that should be used sequentially.

Choose configuration

The Choose configuration tab has a dropdown menu and an Upload button. By default the user can select a configuration from some examples that are useful to play with and get a grasp of the tool. The Upload button should be used to analyze a configuration stored in the user's hard drive. Once a configuration file has been uploaded the file should appear in the dropdown choices. Any file format supported by the ASE library can be used. A complete list can be found here. ASE determines the file format by its extension so be sure to name the file properly!

Define environments

The Define environments tab is where the user defines the environments. There are three different ways to define the environments, Type, String, and Step that can be selected with the toggle buttons. Typically the most useful one is the Type option. In this case one chooses the atom type of the central atom, the atom type of the neighboring atoms, and a cutoff. These parameters are set using the Central atoms type:, Neighbor atoms type:, and Cutoff (Å): boxes. The app will find all environments with atoms of the second type around atoms of the first type inside the specified cutoff.

The tool then calculates the unique environments. For this purpose it compares all environments and keeps only the ones that are different from each other. Two environments are considered equal if the distance of every neighboring atom differs by less than some tolerance. The tolerance is specified in the Tolerance (Å): box. In order to compare environments, all permutations of the atoms have to be considered and that calculation can be slow.

When the calculation has finished the app prints the number of environments that have been found and the average number of neighbors in the environments.

Units

Analyze environments

The Analyze environments tab allows to visualize the calculated environments. One can toggle between the Unique environments and All of them. There is a slide bar to select the environment to visualize.

Output environments

The Output environments tab prints the environments in Protein Data Bank (PDB) format. One can toggle between the Unique environments and All of them. The environments can be downloaded in a zip file.

Acknowledgments

How to cite

If you are using this tool to find environments for enhanced sampling simulations please read and cite: