-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate center of geometry #223
Comments
I would like to work on this as my first issue. |
Great - you'll want to start with core/molecule.* and look at the mass() and formula() methods and add similar methods that loop through the atoms. |
That sounds good. I'm sort of struggling to compile it on Windows. Would it
be preferable to run on Linux?
…On Thu, Mar 15, 2018 at 11:20 AM, Geoff Hutchison ***@***.***> wrote:
Great - you'll want to start with core/molecule.* and look at the mass()
and formula() methods and add similar methods that loop through the atoms.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#223 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3HysISkZlqCelOEkViRV8MVp8S1aLpks5terDRgaJpZM4Srbd6>
.
--
*Adam Even Engel, M.A.T.*
*Lab2Class Fellow*
*101 Advisor and Science Specialist*
*Highline Big Picture High School*
"Science is organized knowledge. Wisdom is organized life."
-Immanuel Kant
|
It should work on Windows, but Windows is often a little more difficult. Happy to help out if you want to get in touch, Linux and macOS should also work fine. |
That would be great, Marcus. Can you message me through Github?
Alternately, can you see my email?
…On Sun, Mar 18, 2018 at 7:20 PM, Marcus D. Hanwell ***@***.*** > wrote:
It should work on Windows, but Windows is often a little more difficult.
Happy to help out if you want to get in touch, Linux and macOS should also
work fine.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#223 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3Hyjsqt79V_WE5BVwSN2hCWRn48RCyks5tfxYGgaJpZM4Srbd6>
.
--
*Adam Even Engel, M.A.T.*
*Lab2Class Fellow*
*101 Advisor and Science Specialist*
*Highline Big Picture High School*
"Science is organized knowledge. Wisdom is organized life."
-Immanuel Kant
|
Is this solved ? i would like to work on this |
@rushic24 - no, this has not been completed. If you'd like to do it, that would be great. |
what does Array m_atomicNumbers; contain ? could you give an example say c6h6 or something else |
Is this task complete? I couldn't find any PR raised.
|
This task is not complete, no. |
I partially implemented the requested methods. I don't know how to compute |
There are a few links on how to do this with I'd particularly look at the last link. Ideally, the method should allow passing a set of atoms / points (e.g. find the best fit plane for the selected atoms). |
A lot of interaction needs to calculate the center of a set of selected atoms or the molecule as a whole.
We need a few methods added to the molecule classes:
The text was updated successfully, but these errors were encountered: