Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 971 Bytes

Readme.md

File metadata and controls

28 lines (18 loc) · 971 Bytes

PyQNormaliz - An interface to QNormaliz

What is PyQNormaliz

PyQNormaliz provides an interface to QNormaliz (https://www.normaliz.uni-osnabrueck.de) via libQNormaliz. It offers the complete functionality of QNormaliz, and can be used interactively from python.

Requirements

Installation

The PyQNormaliz install script assumes that you have executed the

install_normaliz_with_qnormaliz_eantic.sh

script. To install PyNormaliz and PyQNormaliz navigate to the Normaliz directory and type

./install_pynormaliz.sh --user

The script can be customized by some options. See Appendix E of the Normaliz manual.

Usage

See this notebook as an example.