Added mode_convert and documentation. Created new .mb filetype which contains all necessary information for operating on simulation cells. Created framework for reading in data files, right now only .mb style files
This commit is contained in:
parent
03f69c6df7
commit
d624e6ed5d
5 changed files with 174 additions and 10 deletions
10
README.md
10
README.md
|
@ -91,4 +91,12 @@ origin x y z
|
|||
|
||||
Default origin is `0 0 0`. This command just sets the origin for where the simulation cell starts building.
|
||||
|
||||
*Example:* `origin 10 0 1`
|
||||
*Example:* `origin 10 0 1`
|
||||
|
||||
### Mode Convert
|
||||
|
||||
```
|
||||
cacmb --convert infile outfile
|
||||
```
|
||||
|
||||
This mode converts a file of type infile to a file of type outfile
|
Loading…
Add table
Add a link
Reference in a new issue