You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ Copyright 2019 Mehmet Aziz Yirik
4
4
5
5
## Introduction
6
6
7
-
Algorithmic group theory functions shared in this repository, are especially developed for the implementations in mathematical chemistry.The current algorithms are for the molecular structure generation problem.
7
+
Algorithmic group theory functions shared in this repository, are especially developed for the implementations in mathematical chemistry.These algorithms are for the molecular structure generation problem.
8
8
9
9
## Method
10
10
11
-
This is an ongoing project for molecular structure generation. Already developed functions are regularly shared on this repository. The prototype algorithm, the canonicalBlockwiseTest class, is the demo function of the jar file. The theoretical basis and the outlines of the functions can be found in [1,2]. The current version still misses some structures and this is the ongoing work in the project.
11
+
This is an ongoing project for molecular structure generation. Already tested functions are regularly shared on this repository. The prototype algorithm, the MORGEN class, is the main class of the jar file. The theoretical basis and the outlines of the functions can be found in [1,2]. The current version needs some optimization to overcome stackOverFlow issues and this is the ongoing work in this project.
12
12
13
13
## Download jar File
14
14
15
-
The main class of the current jar file is canonicalBlockwiseTest class. The file can be downloaded from [here](https://github.com/MehmetAzizYirik/AlgorithmicGroupTheory/blob/master/canonicalBlockwiseTest.jar)
15
+
The main class of the current jar file is MORGEN class. The file can be downloaded from [here](https://github.com/MehmetAzizYirik/AlgorithmicGroupTheory/blob/master/MORGEN.jar)
16
16
17
17
## Download Source Code
18
18
@@ -29,16 +29,16 @@ To compile AlgorithmicGroupTheory, Apache Maven and Java 1.8 (or later) are requ
29
29
```
30
30
AlgorithmicGroupTheory/$ mvn package
31
31
```
32
-
This command will create jar file named specifically as "jar-with-dependencies" under target folder.
32
+
This command will create jar file named as "MORGEN-jar-with-dependencies" under target folder.
33
33
34
34
## Usage
35
35
36
-
AlgorithmicGroupTheory.jar can be run from command line with the specified arguments. An example command is given below.
36
+
MORGEN.jar can be run from command line with the specified arguments. An example command is given below.
0 commit comments