nmdl-mizo / interface_master

A python package building CSL or approximate CSL interfaces of any two lattices and computing cell of non-identical displacement (CNID).
MIT License
12 stars 4 forks source link

unknown module (symmetric_tilt_co_111) is used in the tutorial jupyternotebook for Co GB #22

Open kiyou opened 1 year ago

kiyou commented 1 year ago

In the tutorial jupyternotebook for Co GB, class sample_STGB is imported as:

from symmetric_tilt_co_111 import sample_STGB

However, there is no such kind of module. Is it just a mistake of a class in interface master.symmetric_tilt, i.e.:

from interfacemaster.symmetric_tilt import sample_STGB

or is it included in another script?