Skip to content

Commit

Permalink
Update README.md (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipelopesoliveira authored Nov 29, 2023
1 parent e6672c0 commit 41a1cc3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ T3_BENZ_NH2_OH-L2_BENZ_CHO_H_H-HCB_A-AA hexagonal P P

A `.cif` file (the default save format is CIF, but it can be easily changed by setting other value on the `fmt` option) will be created in the `out` folder. The code will print out some information about the structure created.

Currently, it is possible to select the following formats:

- `cif`
- `xsf`
- `pdb`
- `cjson`
- `vasp`
- `turbomole`
- `pqr`
- `qe`
- `xyz`

Besides, the variable `structure` now is a `Framework` object. This object has some attributes that can be accessed:

```python
Expand Down

0 comments on commit 41a1cc3

Please sign in to comment.