PeaWagon / Kaplan

Conformer searching package.
MIT License
6 stars 4 forks source link

Problem statement review #1

Closed PeaWagon closed 6 years ago

PeaWagon commented 6 years ago

My problem statement document is located in docs/ProblemStatement/ProblemStatement.pdf (or tex). Please let me know if I should be raising this issue on the cas741 gitlab webpage instead. Instructions state to chose the group's repository. I wasn't quite sure if that was the course repo or not (no one else seems to have made an issue there for their problem statements).

Thanks, Jen

smiths commented 6 years ago

This is the right place for your issue. I'll have a look at your problem statement soon.

smiths commented 6 years ago

@PeaWagon you commented out %\input{../Comments} from your Proposal.tex file. Can you please uncomment it and add the Comments.tex file under version control. That way I can add comments directly to your tex file.

smiths commented 6 years ago

Some comments on your proposal:

PeaWagon commented 6 years ago

Okay so I should have covered most of these questions in the problem statement. More specifically: SMILES = Simplified molecular-input line-entry system Parallelization would be a nice feature to add, but it is not a priority. I expect to write serial code first. Vetee and Gaussian will not be necessary for the project to work, I just need to leave places where they can be easily connected for later. I will need a way to evaluate molecular energies - there should be a few open-source packages for this purpose. Gaussian can compute the energies; it is accessible to anyone who has a Compute Canada/Sharcnet account, but purchasing a personal license is very expensive. I will leave the choice of energy computation up to the user. I will try to make the project into an anaconda package - it can also be fairly easily installed using pip (development option -e).

smiths commented 6 years ago

Thank you for the clarification @PeaWagon. I can see that you added SMILES in e5e856f16e6b200574ae0d1c8baad1a657970f82. In the future, it helps if you link to the commit that closes the issue.

I approve your problem statement, and by extension , your project.