Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schneiderfelipe/scripts

A collection of scripts. Mostly computational chemistry.
https://github.com/schneiderfelipe/scripts

bash-script computational-chemistry intrinsic-reaction-coordinate nudged-elastic-band orca-quantum-chemistry python-script

Last synced: 7 days ago
JSON representation

A collection of scripts. Mostly computational chemistry.

Awesome Lists containing this project

README

        

# scripts

A collection of scripts.
Mostly computational chemistry.

## Installation

```
cd
git clone [email protected]:schneiderfelipe/scripts.git
```

(If you clone this repository not your home directory, please also run
something like `cd; ln -s /path/to/scripts .`.)

Now add the following lines to your `~/.bashrc` (or, if you use Zsh,
`~/.zshrc`):

```
export SCRIPTS=~/scripts
source $SCRIPTS/config_env.sh
```

## Scripts

- `interact.py`
- `irc.py`
- `metadyn.py`
- `rmsd.py`
- `swing.py`
- `wavejam.py`
- `interp.py`
- `itp.py`
- `minimize.py`
- `shuffle.py`
- `uvvis.py`