Skip to content
/ jquante Public

JQuante is a basic Java QM toolkit, written in Java, that is inspired by PyQuante.

Notifications You must be signed in to change notification settings

mjw99/jquante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JQuante Java CI with Maven

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.

Compiling from Source

This will compile and install the Jquante to the Debian based OS.

  1. Install the needed packages.
    sudo apt-get install git maven openjdk-11-jdk
  1. Clone, build and install locally
    git clone https://github.com/mjw99/jquante.git
    cd jquante ; mvn clean install
  1. Install the needed packages and configure Java.

    1. Install Java SDK : http://www.oracle.com/technetwork/java/javase/downloads/index.html
    2. Install maven, follow instructions at: https://maven.apache.org/install.html
  2. Clone, build and install locally

    git clone https://github.com/mjw99/jquante.git
    cd jquante ; mvn clean install
  1. Install the needed packages and configure Java.

    1. Install Java SDK : http://www.oracle.com/technetwork/java/javase/downloads/index.html
    2. Install maven, follow instructions at: https://maven.apache.org/install.html
    3. Install git: https://git-scm.com/download/win
    4. Ensure Java path is set to JDK and not JRE
  2. Clone, build and install locally

    git clone https://github.com/mjw99/jquante.git
    cd jquante 
    mvn clean install

About

JQuante is a basic Java QM toolkit, written in Java, that is inspired by PyQuante.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages