Avogadro

Introduction

Avogadro is a “molecular editor,” designed to be easy to use to construct and view molecules and materials in 3D. It runs on Windows, Linux, and Mac.

This manual was largely made on a Mac, but the interface should be very similar on any computer.

When you initially open Avogadro you will be presented with a screen such as the one shown below.

Opening a File

The first thing you will probably want to do is open a file and navigate around the molecule. To do this click on the File menu and select Open....

You can then look through the files on your disk and find an appropriate chemical file. Thanks to Open Babel, a large number of file types are supported including CML, XYZ, SDF, Mol2, PDB etc. Several example molecules are supplied with Avogadro.

The screen shot above shows the ethanol.cml file opened up and displayed using the default Ball and Stick display type. Notice that when a new file is opened Avogadro switches from the Draw Tool to the Navigate Tool, which allows you to view the molecule without editing it.

Navigation

You can zoom in/out using the scroll wheel on your mouse or holding down the middle mouse button and moving the mouse cursor up/down. You can rotate the view by holding down the left mouse button and moving the mouse cursor. You can also translate the view by holding down the right mouse button and moving the mouse cursor.

Note: if your mouse only has one or two buttons you can also use the modifier keys (shift and control) along with the left mouse button to perform actions where you would normally use the middle or right mouse buttons respectively.

 Updated: April 21, 2017

原文地址:https://www.cnblogs.com/Simulation-Campus/p/8973648.html

时间: 2024-11-05 07:39:10

Avogadro的相关文章

使用Qt 开发图形界面的软件

3DSlicer, a free open source software for visualization and medical image computing AcetoneISO:镜像文件挂载软件 Adobe Photoshop Album, an image organizing application Arora:一款跨平台的开源网页浏览器 Autodesk MotionBuilder, professional 3D character animation software Au

七天入门统计力学-第1天 基础知识及基本概念

七天掌握物理基础课统计力学是不可能的,但是由于工作需要,以及方便其他相关课程的学习,在七天之内至少可以对统计力学大的体系有一个把握,并且能够体会出其中的重点和难点.这样的"预习"性质的学习对于完全掌握是有很大的帮助的. 参考课本:Statistical Mechanics by Donald A McQuarrie 学习基础:高等数学,普通物理,热力学(化学),电动力学,量子力学,复变函数.//这个基础并不完善,基本处于半白板. 说实话刚开始看这本书来学习统计力学的时候真的是没有任何头

【原创】开源Math.NET基础数学类库使用(07)一些常用的数学物理常数

开源Math.NET基础数学类库使用系列文章总目录:   1.开源.NET基础数学计算组件Math.NET(一)综合介绍    2.开源.NET基础数学计算组件Math.NET(二)矩阵向量计算    3.开源.NET基础数学计算组件Math.NET(三)C#解析Matlab的mat格式   4.开源.NET基础数学类库使用Math.NET(四)C#解析Matrix Marke数据格式   5.开源.NET基础数学类库使用Math.NET(五)C#解析Delimited Formats数据格式

有什么很好的软件是用 Qt 编写的?

作者:尘中远链接:http://www.zhihu.com/question/19630324/answer/19365369来源:知乎 一些出名的例子如下:(wiki搬运) 3DSlicer, a free open source software for visualization and medical image computing AcetoneISO:镜像文件挂载软件 Adobe Photoshop Album, an image organizing application Aro

Go语言核心技术(卷一)之2.2-浮点数

Go提供了两种size的浮点数,float32和float64.它们的算术规范是由IEEE754国际标准定义,现代CPU都实现了这个规范. 浮点数能够表示的范围可以从很小到很巨大,浮点数的取值范围可以在math包中获取,math.MaxFloat32表示float32的最大值,大约是3.4e38,math.MaxFloat64大概是1.8e308.两个类型最小的非负值大概是1.4e-45和4.9e-324. float32大约可以提供小数点后6位的精度,作为对比,float64可以提供小数点后1

项目中的常量是放在接口里还是放在类里呢?

接口只用于定义类型 ??当类实现接口时,接口就充当可以引用这个类的实例的类型(type).因此,类实现了借口,就表明客户端可以对这个类的实例实施某些动作.为了任何其他目的而定义接口是不恰当的. ??有一种接口被称为常量接口(constant interface),亚布妈祖上面的条件.这种接口没有包含任何方法,它只包含静态的final域,每个域都导出一个常量.使这些常量的类实现这个借口,以避免类名来修饰常量名. // Constant interface antipattern - do not

Effective Java2读书笔记-类和接口(四)

第19条:接口只用于定义类型 这一条就举了一个反例,说有些接口中只包含常量.这是对接口的不良使用.要实现相同的功能,应该使用不可实例化的工具类(第4条说过). public class PhysicalConstants { private PhysicalConstants() { } // Prevents instantiation // Avogadro's number (1/mol) public static final double AVOGADROS_NUMBER = 6.02

Java Code Convention Rules

Rules available in this category: Avoid_subclassing_java_lang_Thread Always_declare_a_class_having_only_private_constructors_as_final Replace_enumeration_with_iterator Combine_if_statements_using_boolean_short_circuit_operator Avoid_using_fully_quali

qt 解释

qt 编辑 Qt[1]是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架.它既可以开发GUI程序,也可用于开发非GUI程序,比如控制台工具和服务器.Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏,易于扩展,允许组件编程.2008年,奇趣科技被诺基亚公司收购,QT也因此成为诺基亚旗下的编程语言工具.2012年,Qt被Digia收购.2014年4月,跨平台集成开发环境Qt Creator 3.1.