Bob Hanson

Results 12 issues of Bob Hanson

I have implemented in Jmol a general Java class for handling QC-JSON units. It is working smoothly in my first tries at QC-JSON writer and reader. See [org.qcshema](https://sourceforge.net/p/jmol/code/HEAD/tree/trunk/Jmol/src/org/qcschema/) I suggest...

## 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....

I have a working prototype in Jmol now. Very simple to test. Just: 1) download and unzip the [Jmol latest release] (https://sourceforge.net/projects/jmol/files/latest/download?source=files) 2) start Jmol.jar and open a file...console 3)...

It looks to me that LiteMol is overextending on radius. This selection should show essentially nothing. ![image](https://user-images.githubusercontent.com/17748315/35103707-483aaf66-fc2c-11e7-817a-a5b099db4114.png)

Do I read this correctly? default boolean exists(final Location location) throws IOException { try (DataHandle handle = create(location)) { return handle == null ? false : handle.exists(); } } But...

This general issue is for collecting requests for Java 9+ functionality. They will be addressed as time permits. Certainly there is no general problem with adding any amount of additional...

The issue here is the time required to process Long values correctly. The method works for significant tasks such as calculating the value of pi to 10000 digits, but it...

Commit eabd24148d570eba6f383f6129f03aad869c17eb related to https://issues.jalview.org/browse/JAL-4137

Please submit issues to bobhanson/java2script at https://github.com/BobHanson/java2script Only periodically is this original java2script/java2script project updated. Consider it deprecated.

The DSSP analysis that RCSB is using (from BioJava) is using an outdated DSSP algorithm. see [Int. J. Mol. Sci. 2014, 15, 7841-7864; doi:10.3390/ijms15057841](http://www.mdpi.com/1422-0067/15/5/7841) for a discussion of DSSP 2.0....

discussion