Configuration#
In order to use nextnano optimizers, at least 2 products should be set up in nextnanopy config.
nextnano optimizers itself (license option only)
nextnano product you want to use it with. For example, for nextnano++ you need to set up license, exe, database and output directory
To set up nextnano optimizers license, run the following script.
import nextnanopy as nn nn.config.set('nextnanoevo', 'license', 'path\to\your\License_nnevo.lic') nn.config.save()
Tutorial on how to set up other nextnano product can be found here - Tutorial 0 - Set up the configuration.