phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

Unable to build Butane on screen 3 #170

Closed kathy-phet closed 4 years ago

kathy-phet commented 4 years ago

I tried to build Butane - which is possible given the atoms - but for some reason it doesn't seem to allow it. Can you look at the database to see that it is included? And if not figure out why, or if it is, why I can't build it? Thanks! Also assigning JO, since you both worked on the database together.

Denz1994 commented 4 years ago

In the database, the entry is currently listed as n-butane C4H10. In this dev version, I was able to build n-Butane | C4H10 on the 3rd screen due to recent changes in https://github.com/phetsims/build-a-molecule/issues/148.

image

In https://github.com/phetsims/build-a-molecule/issues/153#issuecomment-580072157, we decided to use C4H10 for n-Butane referencing the PubChem entry here where n-Butane is listed as a synonym for Butane.

@arouinfar Should we rename the entry n-Butane to Butane? I don't know what would be the more commonly accepted name, despite both being the same in PubChem.

kathy-phet commented 4 years ago

If you can build it now, we should replace the current public version. Thanks, Kathy. I am not concerned about the name, just could not even build it. Please post the new version. Thanks!

Sent from my iPhone

On Mar 31, 2020, at 1:36 PM, Denzell Barnett notifications@github.com wrote:



In the database, the entry is currently listed as n-butane C4H10. In this dev versionhttps://phet-dev.colorado.edu/html/build-a-molecule/1.0.0-dev.65/phet/build-a-molecule_en_phet.html, I was able to build n-Butane | C4H10 on the 3rd screen due to recent changes in #148https://github.com/phetsims/build-a-molecule/issues/148.

[image]https://user-images.githubusercontent.com/13894380/78067415-b17e7500-7364-11ea-9410-a102497cf659.png

In #153 (comment)https://github.com/phetsims/build-a-molecule/issues/153#issuecomment-580072157, we decided to use C4H10 for n-Butane referencing the PubChem entry herehttps://github.com/phetsims/build-a-molecule/issues/153#issuecomment-580072157 where n-Butane is listed as a synonym for Butane.

@arouinfarhttps://github.com/arouinfar Should we rename the entry n-Butane to Butane? I don't know what would be the more commonly accepted name, despite both being the same in PubChem.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/phetsims/build-a-molecule/issues/170#issuecomment-606830906, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABG4KZBOYAZKZJIM6RTWNKLRKJA23ANCNFSM4LX4IGBQ.

Denz1994 commented 4 years ago

Got it I'll follow up with @mattpen to post a new version. Unassigning other parties.

arouinfar commented 4 years ago

@Denz1994 the molecule name should remain n-butane. While this molecule is commonly referred to as "butane" the "n" denotes the geometry of the molecule (straight chain). The other structure sharing the same chemical formula is iso-butane which contains a central carbon connected to three other carbons.

As an aside, we decided to get rid of n-propane and call it propane in #131, but there is no other way to arrange the carbon atoms in C3H8.

Denz1994 commented 4 years ago

Thanks for the explanation @arouinfar. This change was included in the dev version in this comment. I'll close this issue.