-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from ghutchis/automated-contributors
Add "saving" to getting started as well as naming tutorial
- Loading branch information
Showing
11 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Saving Files | ||
|
||
By default, Avogadro saves files to "native" formats CJSON (Chemical JSON) and CML (Chemical Markup Language), which store as much chemical information as possible. | ||
|
||
![Screenshot indicating File => Save and Save As menu items](../../_static/tutorial-save.png) | ||
|
||
In particular the default [Chemical JSON](https://github.com/OpenChemistry/chemicaljson) format will retain atoms, bond orders, formal charges, unit cell parameters, space group information, surfaces, orbitals, vibrations and other spectra, selections, custom colors, etc. | ||
|
||
## Exporting to Other Formats | ||
|
||
If you wish to **export** to other formats (e.g., XYZ, PDB, SDF, etc.) use | ||
File => Export => Molecule… | ||
|
||
![Screenshot indicating File => Export => Molecule menu item](../../_static/FileExportMolecule.png) | ||
|
||
Avogadro uses support for [Open Babel](https://openbabel.org/) to write to over 100 different chemical file formats. | ||
|
||
```{tip} **New in 2.0** | ||
We separated the "export" to other formats into a new command because users would be surprised when saving to some formats (e.g., XYZ, PDB) and bond orders or other information would be lost. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters