JQuante is a basic Java QM toolkit, written in Java, that is inspired by PyQuante.
Having started to port the Python PyQuante code to Java, it was soon discovered that some of the PyQuante code had been ported by V. Ganesh in his MeTA Studio project. V. Ganesh, re-licensed this code base to a MIT license, hence this can be used here.
The code aims to:
- Provide a basic set of Java QM methods.
- Provide associated unit tests.
- Packaged within a Maven framework and available on Maven Central.
Note, this code is in development and is very likely to contain errors.
Please see jquante-jmh for benchmarks.
This will compile and install the Jquante to the Debian based OS.
- Install the needed packages.
sudo apt-get install git maven openjdk-11-jdk
- Clone, build and install locally
git clone https://github.com/mjw99/jquante.git
cd jquante ; mvn clean install
-
Install the needed packages and configure Java.
- Install Java SDK : http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Install maven, follow instructions at: https://maven.apache.org/install.html
-
Clone, build and install locally
git clone https://github.com/mjw99/jquante.git
cd jquante ; mvn clean install
-
Install the needed packages and configure Java.
- Install Java SDK : http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Install maven, follow instructions at: https://maven.apache.org/install.html
- Install git: https://git-scm.com/download/win
- Ensure Java path is set to JDK and not JRE
-
Clone, build and install locally
git clone https://github.com/mjw99/jquante.git
cd jquante
mvn clean install