Conversation
dgasmith
left a comment
There was a problem hiding this comment.
I think something like this is a good idea; however, there should be much more documentation for folks to really get a handle on what it is doing.
In addition, you have deleted our submodules from the Examples folder. Please undo this.
| @@ -0,0 +1,11 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
There was a problem hiding this comment.
Please delete this file.
| @@ -0,0 +1,377 @@ | |||
| package org.jmol.adapter.readers.quantum; | |||
|
|
|||
There was a problem hiding this comment.
Can we simply put this in a Coding/Java/... folder. The additional nesting too much I would think.
| /** | ||
| * Read basis and orbital information. | ||
| * | ||
| * @param molecular_orbitals |
There was a problem hiding this comment.
Can we provide much more information of what the molecular_orbitals object entails?
| + Viewer.getJmolVersion().replace(' ', '_'); | ||
|
|
||
| // | ||
| // source: http://cccbdb.nist.gov/hartree.asp |
There was a problem hiding this comment.
This is quite limiting in terms of accuracy. Please see here for better precision:
https://physics.nist.gov/cuu/Constants/
Description
Adds a place for C++ or Java code development; adds Jmol's QC-JSON reader and writer; adds a generally-useful Java class for working with QC-Schema units and unit conversion.
Questions
Status