|
__init__(self,
ct,
species_name,
fname,
title=None)
This constructs the `CtObj', putting the CT into the PT with a proper
entry name. |
|
|
|
|
|
show(self,
should_show=True)
Shows the CT in Maestro workspace if `should_show' is `True', hides
it if `False'. |
|
|
|
show_only(self,
should_show=True)
Shows the CT in Maestro workspace and hides other CTs if
`should_show' is `True', hides it (not others) if `False'. |
|
|
|
write(self,
fname)
Writes the CT to a file, whose name is given by `fname'. |
|
|
|
get_formal_charge(self)
Returns formal charge of object |
|
|
|
_get_entry(self)
Finds the row in the project table and returns the row, returns None
if the row not found. |
|
|