EDIpack2ineq Fortran Module

EDIPACK2INEQ is the top module of the EDIpack2ineq library. It provides access to all the functions extending EDIpack2 to the case of inequivalent sites, realizing an addition to the Fortran API.

The user needs to invoke use of this module alongside the original library one, as:

program test
  USE EDIPACK2
  USE EDIPACK2INEQ
  ...

Used modules