...

Filter by tags

Selected Tags


Questions, Articles and Polls

4 Likes · 2 Answers
A:
"Electricity" is a rather vague word and includes electric current and electric fields. Atoms are electrically neutral. When an electron is added to or removed from an atom, that atom is now an electrically charged ion. Electric current is the flow ... more
2 Likes · 1 Answer
A:
A mole of carbon consists of a very large number of atoms. Specifically, the number of atoms in a mole of carbon is 6.02 x 10 to the 23rd power. ... more
2 Likes · 1 Answer
A:
Well you will notice that 78% of the atmosphere is N2 and 20% is O2 so these gases make up nearly all of the gases in the air and therefore they do not react very easily together. As you noticed though there are NxOy (NO, NO2,N2O2, N2O etc) ... more
1 Like · 1 Answer
A:
Following the actual meaning of the term "atom" ( "an indivisible thing, you cannot split up into smaller particles") I am wondering if there is a minimum of size/physical extent a certain thing must have. Assume you postulate that there is such a ... more
2 Likes · 1 Answer
A:
Interactions between atoms of different elements in the formation of chemical compounds, takes place through the formation of chemical bonds between the atoms. These interactions are dependent upon the electrical properties of the atoms involved in ... more
2 Likes · 1 Answer
A:
There are 3 oxygen atoms, and one nitrogen atom, and one sodium atom in Calcium nitrate. ... more
2 Likes · 1 Answer
A:
This is part of Week 9 lecture (Planks basic quantum theory) (a) if an e- can have any energy, then it could undergo an infinite number of energy changes. That is, it could emit or absorb light of any energy/wavelength. Its spectrum would be a ... more
1 Like · 1 Answer
A:
The method to perform this operation is to define the desired constraint parameters prior to selecting the atoms, using a Maestro command as follows: • Import your structure into Maestro. • Open the MacroModel panel for the desired calculation type. ... more
0 Likes · 1 Answer
A:
There are about 456 trillion trillion atoms in a cement brick. That sure is a lot of atoms! ChaCha! ... more
2 Likes · 1 Answer
A:
Please see the below example to get selected atoms. Molecule mol = sketchPane.getMol(); if(mol != null) { int size = mol.getAtomCount(); for(int i = 0;i < size;i++) { MolAtom atom = mol.getAtom(i); if(atom.isSelected()) { System.err.println(i+". ... more
1
...