summaryrefslogtreecommitdiff
path: root/ml_exp/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ml_exp/__main__.py')
-rw-r--r--ml_exp/__main__.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/ml_exp/__main__.py b/ml_exp/__main__.py
index 124ce8cd9..44b492103 100644
--- a/ml_exp/__main__.py
+++ b/ml_exp/__main__.py
@@ -20,16 +20,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
-from ml_exp.compound import Compound
+# from ml_exp.compound import Compound
if __name__ == '__main__':
- print('Initialize test')
- mol_name = '/home/luevano/py/ml_exp/data/qm7/0004.xyz'
- mol = Compound(mol_name)
- mol.gen_cm(size=1, as_eig=False)
- mol.gen_ljm(size=1, as_eig=False)
- mol.gen_am(size=1)
-
- print(mol.n, mol.atoms, mol.atoms_nc)
- print(mol.am)
+ print('OK!')