Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
5answers
1k views

Parsing a chemical formula

I'm trying to write a method for an app that takes a chemical formula like "CH3COOH" and returns some sort of collection full of their symbols. CH3COOH would return [C,H,H,H,C,O,O,H] I already have ...
5
votes
2answers
276 views

How to render chemical reactions in Windows Forms?

How can I represent chemical reactions in windows form? I am using c# language. It is possible to represent mathematical formulas using mimetxt.dll, but what about chemical reactions? In short, I ...
5
votes
3answers
484 views

Parsing a chemical formula from a string in C#?

I am trying to parse a chemical formula (in the format, for example: Al2O3 or O3 or C or C11H22O12) in C# from a string. It works fine unless there is only one atom of a particular element (e.g. the ...
5
votes
5answers
234 views

Programming challenges related to chemistry

I'm looking for interesting programming puzzles, problems or challenges suitable for a class of chemistry majors learning C as their first programming language. Do you have any recommendations?
4
votes
4answers
154 views

Any library for basic science chemistry/physics programming?

I am wondering if there is an open source scientific library for chemistry and/or physics for C++ (or maybe C)? I am NOT looking for simulation models, visualization, 3-d modeling. I am just ...
4
votes
2answers
729 views

What's the Difference Between Subgraph Isomorphism and Subgraph Monomorphism?

In one of the projects I've worked on, the subject of isomorphism versus monomorphism came up. A little background: I'm no expert on graph theory and have no formal training in it. But this topic is ...
3
votes
13answers
637 views

Programming in chemistry [closed]

I'm a chemistry major with limited experience in programming. I've done a few things mostly in VB.Net in the past but I'm interested in learning a new language. I've started learning C++ but I was ...
3
votes
2answers
1k views

Get Alfresco extension properties with OpenCMIS

I'm writing an OpenCMIS based application, which extracts some data from Alfresco 3.3. It works fine with standard CMIS properties such as cmis:name or cmis:contentStreamMimeType; however, I can't ...
2
votes
1answer
74 views

Application of Machine Learning Techniques to Chemistry [closed]

I am a computer science student and i have to choose the theme of my future research work. I really want to solve some scientific problems in chemistry(or maybe biology) using computers. Also I have ...
2
votes
1answer
117 views

How to keep laboratory notebook using open source applications [closed]

I am a chemoinformatics researcher looking to find user experiences and feedbacks on methods to keep laboratory notebooks on a computer. (using wiki, blog, open office, etc ...) Thanks for your help. ...
2
votes
3answers
215 views

Parsing a chemical formula

I'm writing a Java application that can parse complicated chemical formulas into objects. It takes a string like the following (intentionally complicated formula): ...
2
votes
1answer
234 views

drawing of chemical structures -Any plugin in C# for these?

I want to represent the chemical structure drawing in my windows application. I found some softwares are available in the market like "BKChem","Metlab","ChemDraw","SMILE (Simplified molecular input ...
2
votes
4answers
91 views

Get coordinates of beads covering the surface of a protein

Given a protein structure from the PDB, I would like to generate NS spheres of radius Rs which cover totally the protein surface. Given RS there, NS is the maximum number of spheres so they do not ...
1
vote
3answers
91 views

Searching matrices in Mathematica 8 - Trying to find other elements on the same row as X

The text in italics describes my general goal, if anyone is interested. Question is underneath. I am trying to graph the energy levels of simple molecules using Mathematica 8. My method is crude, and ...
1
vote
1answer
62 views

On-the-fly parser/pre-generation space/time tradeoff considerations

Do the space-related benefits of using an on-the-fly parser outweigh the time-related benefits of a pre-generated lookup table? Long version: I am authoring a chemistry reference tool, and am ...
1
vote
1answer
213 views

Arrows for biochemistry reactions with TeX/LaTeX

Good day! I know already how to make nice formulae with XyMTeX, but I still cannot find any way to draw complex arrows and reaction schemes for biochemistry. Like (maybe with more in- and outcoming ...
1
vote
3answers
113 views

Finding easily parseable chemical element data

I am writing an application that needs simple data found (mostly) on the periodic table of elements, such as atomic mass, atomic number, state, etc. However, I would prefer not to manually enter this ...
1
vote
3answers
100 views

Chemical Balancer(java)

I'm making an app for a chemical formula, and I have made it so that it returns double coefficients. For example, C6H12O6 + O2 = CO2 + H2O returns .166666667, 1.0, 1.0, and 1.0. I want to write code ...
1
vote
1answer
113 views

Netlogo Programming question - Chemical Equilibrium temperature and pressure implementation

Hi I am trying to code something in Netlogo..I am using an existing model Chemical Equilibrium and am trying to implement the following: turtles-own [speed ] ask turtles [ ;; set velocity ( ...
1
vote
2answers
136 views

Is there chemistry in you development team? [closed]

I've had two intership at the same company and one things that bothered me is the fact that everyone was in their own world doing their stuff and listening to music. I knew I would not want to work ...
0
votes
3answers
56 views

MySQL - selecting where all other columns = 0

Suppose you have a table with many property fields, such as: id datetime q a c d . . . (etc) where q,a,c,d etc denote an indefinite number of int fields whose names are generated (also created at ...
0
votes
3answers
126 views

Counting significant figures in Python?

Is there a way in Python to count the significant figures in a double/float/etc? I'm not seeing an easy way to do this, but I'd expect it to be in the library. Thanks in advance.
0
votes
1answer
34 views

How to Debug Following Program in XCode

I'm using XCode 3.2.1 on OSX 10.6.8, and I want to study how Avogadro works by debugging its source code. There is a CMake guide here: ...
0
votes
3answers
120 views

How to write formulas contained many constants in a function while keeping their names meaningful without using global variables?

I have a function which should be solved using ode solver. The problems is that it has many constants (say 100) and at the same time I don't want to put them in an array because it would be hard to ...
0
votes
3answers
106 views

Help with a Chemical Balancer? (Conversion from arraylists to matrix) in java

I am making a java application that balances chemical equations. I loop through each term and create two arraylists. In one arraylist, I have the set of all of the elements. For example (in the first ...
0
votes
1answer
251 views

For a Chemical Equation Balancer App (Android), how do I count the number of atoms of each element in each term?

This is my app: If someone enters "C6H12O6+O2=CO2+H2O", then I have already written code to split the equation into terms, so in an ArrayList called rterms I have the strings: C6H12O6 CO2 and in ...
0
votes
1answer
212 views

Random failures using CMISQL queries on Alfresco 3.3.0

[Solved, it seems that there was some bug affecting Alfresco 3.3.0, which is no longer present on Alfresco 3.3.0g] Hi, I'm using OpenCMIS to retrieve data from Alfresco 3.3, but it's having a very ...
0
votes
1answer
56 views

netlogo programming question - catalyst implementation part 2

the catalyst speeds up the reaction but remains unchanged after the reaction has taken place i tried the following code breed [catalysts catalyst] breed [chemical-x chemical-x] ;then the ...
0
votes
3answers
126 views

Netlogo programming question - is it possible to put balanced chemical equations in a model?

I was wondering if it was possible to put balanced chemical equations, and if possible including state symbols, in the existing netlogo model that i am using, i havenot seen any examples in the models ...
0
votes
1answer
167 views

Netlogo programming question - turtle that has no effect on other turtles implementation but speeds up the reaction

I am using an existing model in netlogo called Chemical Equilibrium and am adding some more code I want to add turtles (catalyst) which have no effect on the reaction/other turtles but speeds up the ...
-4
votes
1answer
35 views

Making a program that based on an abbreviation gives a complete name (Chemistry) [closed]

I'm wondering if there's a way on java to make a program that, for example gives you a complete name from an abbreviation. I want to make like a chemistry program helper for my students. I want to ...