public class GaussianInputWriter extends DefaultChemObjectWriter
| Constructor and Description |
|---|
GaussianInputWriter() |
GaussianInputWriter(OutputStream output) |
GaussianInputWriter(Writer out)
Constructs a new writer that produces input files to run a
Gaussian QM job.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Class<? extends IChemObject> classObject) |
void |
close() |
IResourceFormat |
getFormat() |
void |
setWriter(OutputStream output) |
void |
setWriter(Writer out) |
void |
write(IChemObject object) |
void |
writeMolecule(IAtomContainer mol)
Writes a molecule for input for Gaussian.
|
addChemObjectIOListener, addSetting, addSettings, fireIOSettingQuestion, getIOSettings, getListeners, getSetting, getSetting, getSettings, hasSetting, removeChemObjectIOListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChemObjectIOListener, addSetting, addSettings, getIOSettings, getListeners, getSetting, getSetting, getSettings, hasSetting, removeChemObjectIOListenerpublic GaussianInputWriter(Writer out)
public GaussianInputWriter(OutputStream output)
public GaussianInputWriter()
public IResourceFormat getFormat()
public void setWriter(Writer out) throws CDKException
CDKExceptionpublic void setWriter(OutputStream output) throws CDKException
CDKExceptionpublic void close()
throws IOException
IOExceptionpublic boolean accepts(Class<? extends IChemObject> classObject)
public void write(IChemObject object) throws CDKException
CDKExceptionpublic void writeMolecule(IAtomContainer mol) throws IOException
IOExceptionCopyright © 2017. All rights reserved.