Skip to content

Commit

Permalink
v0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Mar 1, 2017
1 parent 1e18b96 commit 5698040
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The changelog format is inspired by [keep-a-changelog](https://github.com/olivie
## [Unreleased]

- Fix broken get-spacegroup interface
- Add reader/converter for ATAT SQS files

## 0.1 - 2016-11-4

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ Copy the current directory to a specified remote server. The server
accounts must be set up in sendto.conf. This is a convenience tool for
copying files around, and does not submit to a queue.

sqs-read (ATAT SQS file reader)
-------------------------------

Read a "bestsqs.out" file as generated by the
[ATAT mcsqs](https://www.brown.edu/Departments/Engineering/Labs/avdw/atat/manual/node46.html)
tool. Print to standard output, optionally write
file or open ASE GUI.

vasp-charge (Electron counting)
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='mctools',
version='1.0.0',
version='0.2.0',
description='Convenience tools for computational materials chemistry',
long_description="""
Just a few handy scripts using ASE.
Expand Down

0 comments on commit 5698040

Please sign in to comment.