User 870ab5b546
27-09-2006 15:06:52
	
	I want to exclude any atom with a formal charge > 0 from participating in a reaction.  I found your charge() function, which calculates partial charges.  I don't want anything so sophisticated; I just want the formal charge to be 0.  Do you have such a function?  I can't find it.  
I tried defining formal charge = 0 in the configuration file, but when the file was loaded into the Reactor jsp page, the line was simply deleted. The same thing happened when I tried to include the requirement in a SMARTS string.
The only workaround I can find is to use the match() function to exclude atoms with formal charge +1, +2, etc.
I tried defining formal charge = 0 in the configuration file, but when the file was loaded into the Reactor jsp page, the line was simply deleted. The same thing happened when I tried to include the requirement in a SMARTS string.
The only workaround I can find is to use the match() function to exclude atoms with formal charge +1, +2, etc.