alexxy/gromacs-domains.git
2 years ago- changed back to how it was, everything was ok master
Anatoly Titov [Thu, 13 Jan 2022 12:48:43 +0000 (15:48 +0300)]
- changed back to how it was, everything was ok
- changed omp thing

2 years ago- changed how domains are registred
Anatoly Titov [Thu, 13 Jan 2022 12:38:32 +0000 (15:38 +0300)]
- changed how domains are registred

2 years ago- may be gmx namespace is needed
Anatoly Titov [Fri, 24 Dec 2021 12:41:55 +0000 (15:41 +0300)]
- may be gmx namespace is needed

3 years ago- potentially increased speed of parallel fitting
Anatoly [Tue, 26 Jan 2021 09:39:20 +0000 (12:39 +0300)]
- potentially increased speed of parallel fitting

3 years ago- added some performance tests
Anatoly [Fri, 22 Jan 2021 11:52:51 +0000 (14:52 +0300)]
- added some performance tests
- a potential change is needed for ::par instead of ::seq

3 years ago- changed data handle (potentially fastened) analyze frame
Anatoly [Fri, 22 Jan 2021 11:27:15 +0000 (14:27 +0300)]
- changed data handle (potentially fastened) analyze frame

3 years ago- added indexFlag
Anatoly [Tue, 10 Nov 2020 11:48:04 +0000 (14:48 +0300)]
- added indexFlag

3 years ago- changed the order in domain.print() so the main group is always
Anatoly [Mon, 9 Nov 2020 11:43:51 +0000 (14:43 +0300)]
- changed the order in domain.print() so the main group is always
printed

3 years ago- temporary fix to output the main group (labeled C-alpha atm.)
Anatoly [Fri, 6 Nov 2020 11:45:05 +0000 (14:45 +0300)]
- temporary fix to output the main group (labeled C-alpha atm.)

3 years ago- swithced to prefix "++"
Anatoly [Wed, 14 Oct 2020 11:08:02 +0000 (14:08 +0300)]
- swithced to prefix "++"
- some stylistic changes
- changed quotes

3 years ago- optimised memory storage for domains
Anatoly [Fri, 2 Oct 2020 10:45:25 +0000 (13:45 +0300)]
- optimised memory storage for domains
- fixed some tests
- some minor style changes

3 years ago- small issues with print out data "lud" to "lu"
Anatoly [Thu, 1 Oct 2020 10:46:52 +0000 (13:46 +0300)]
- small issues with print out data "lud" to "lu"

3 years ago- changed requirement to c++17
Anatoly [Wed, 30 Sep 2020 12:44:49 +0000 (15:44 +0300)]
- changed requirement to c++17
- implemented "size_t" and {0}
- fixed an unpredicted behavior in myFit

3 years ago- in general implemented "new" knowledge of C++
Anatoly [Tue, 29 Sep 2020 14:12:27 +0000 (17:12 +0300)]
- in general implemented "new" knowledge of C++
- "int a = 0;" to "int a {0};"
- changed <where needed> data types to "size_t"
- added extra "const"s keywords
- removed extra coping of big chunks of data
- restructured fitting functions
- restructured some loops to "for (auto i : j )"
- changed tests to correspong to new code

3 years ago- deleted cout for eps
Anatoly [Tue, 15 Sep 2020 13:42:24 +0000 (16:42 +0300)]
- deleted cout for eps

3 years ago- fixed a misplaced cout
Anatoly [Tue, 15 Sep 2020 12:48:41 +0000 (15:48 +0300)]
- fixed a misplaced cout

3 years ago- test to figure out A' or nm
Anatoly [Tue, 15 Sep 2020 12:43:33 +0000 (15:43 +0300)]
- test to figure out A' or nm

3 years ago- fixed a bug in matrix filling
Anatoly [Tue, 15 Sep 2020 10:52:40 +0000 (13:52 +0300)]
- fixed a bug in matrix filling

3 years ago- changed to safer matrix fill
Anatoly [Tue, 15 Sep 2020 10:04:16 +0000 (13:04 +0300)]
- changed to safer matrix fill
- deleted useless code

3 years ago- removed cout output
Anatoly [Fri, 11 Sep 2020 15:23:10 +0000 (18:23 +0300)]
- removed cout output

3 years ago- test cout
Anatoly [Fri, 11 Sep 2020 15:14:27 +0000 (18:14 +0300)]
- test cout

3 years ago- added ".resize(0)" to first usage of vectors
Anatoly [Fri, 11 Sep 2020 14:41:59 +0000 (17:41 +0300)]
- added ".resize(0)" to first usage of vectors

3 years ago- fixed a strange issue with vector resize
Anatoly [Fri, 11 Sep 2020 14:19:07 +0000 (17:19 +0300)]
- fixed a strange issue with vector resize

3 years ago- removed extra .resize()
Anatoly [Fri, 11 Sep 2020 13:39:24 +0000 (16:39 +0300)]
- removed extra .resize()
- added "\n" for better output readability

3 years ago- fixed creation of a new window on a wrong frame number
Anatoly [Fri, 11 Sep 2020 13:14:31 +0000 (16:14 +0300)]
- fixed creation of a new window on a wrong frame number

3 years agoAdd missing header
Alexey Shvetsov [Fri, 11 Sep 2020 11:40:24 +0000 (14:40 +0300)]
Add missing header

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
3 years agofixed 2 other includes
Anatoly [Thu, 10 Sep 2020 10:34:18 +0000 (13:34 +0300)]
fixed 2 other includes

3 years ago- fixed include
Anatoly [Thu, 10 Sep 2020 10:31:52 +0000 (13:31 +0300)]
- fixed include

3 years ago- changed "<=" to "<"
Anatoly [Wed, 9 Sep 2020 13:07:41 +0000 (16:07 +0300)]
- changed "<=" to "<"

3 years ago- added extra tests to check on different sized structures
Anatoly [Wed, 9 Sep 2020 12:41:58 +0000 (15:41 +0300)]
- added extra tests to check on different sized structures
- fixed a rare bug with "-nan" value when f' has to == 0
- fixed the order of the fit function so it supposedly working as intended

3 years agoq/a
Alexey Shvetsov [Thu, 13 Aug 2020 20:22:29 +0000 (23:22 +0300)]
q/a

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
3 years ago- optimized Fit/Domain tests to be more readable
Anatoly [Wed, 29 Jul 2020 11:01:27 +0000 (14:01 +0300)]
- optimized Fit/Domain tests to be more readable

3 years ago- changed from RVec[0/1/2] to RVec(x, y, z)
Anatoly [Wed, 29 Jul 2020 10:17:51 +0000 (13:17 +0300)]
- changed from RVec[0/1/2] to RVec(x, y, z)

3 years ago- fixed a numeric issue where staring frame was not printed correct (0>1)
Anatoly [Fri, 24 Jul 2020 10:08:30 +0000 (13:08 +0300)]
- fixed a numeric issue where staring frame was not printed correct (0>1)
and (100/... -> 99/199): fixed to be proper 0/100/200/... and so on with
all variants
- first iteration of tests completed

3 years ago- added FRIEND_TEST(s) to domaintype.h
Anatoly [Thu, 23 Jul 2020 13:29:37 +0000 (16:29 +0300)]
- added FRIEND_TEST(s) to domaintype.h
- optimised IF clause in one function
- started shaping the domain tests

3 years ago- changed "double" to "long double" for fit const
Anatoly [Tue, 21 Jul 2020 12:21:30 +0000 (15:21 +0300)]
- changed "double" to "long double" for fit const
// enabled better precision
- added tests to check on fitting algo

3 years ago- some tests
Anatoly [Mon, 20 Jul 2020 13:42:04 +0000 (16:42 +0300)]
- some tests

3 years ago- minor tests fixes
Anatoly [Fri, 17 Jul 2020 13:18:48 +0000 (16:18 +0300)]
- minor tests fixes

3 years agoadded gtest sources
Anatoly [Fri, 17 Jul 2020 08:35:58 +0000 (11:35 +0300)]
added gtest sources

3 years ago- after a while "розгалужувачил" code into 2 extra headers
Anatoly [Thu, 16 Jul 2020 12:41:33 +0000 (15:41 +0300)]
- after a while "розгалужувачил" code into 2 extra headers

3 years ago- sorted input commands
Anatoly [Thu, 16 Jul 2020 08:31:24 +0000 (11:31 +0300)]
- sorted input commands
- added launch template into description

3 years agoUpdated the code to work with the latest gromacs (with Alexios changes)
Anatoly [Wed, 15 Jul 2020 08:40:08 +0000 (11:40 +0300)]
Updated the code to work with the latest gromacs (with Alexios changes)

4 years ago- minor updates
Anatoly [Fri, 31 Jan 2020 08:08:48 +0000 (11:08 +0300)]
- minor updates
removed unnecessary if clause
- added explanatory comments into code

4 years agodomain data class implementation
Anatoly [Thu, 30 Jan 2020 13:42:13 +0000 (16:42 +0300)]
domain data class implementation
only un-avoidable warnings are left

4 years agoclass debugging
Anatoly [Wed, 29 Jan 2020 15:23:53 +0000 (18:23 +0300)]
class debugging

4 years agoimplemented domainType class
Anatoly [Tue, 28 Jan 2020 15:49:32 +0000 (18:49 +0300)]
implemented domainType class

4 years ago- minor fixes
Anatoly [Wed, 20 Nov 2019 14:00:18 +0000 (17:00 +0300)]
- minor fixes

4 years agofixed memory overcommitment
Anatoly [Mon, 18 Nov 2019 11:04:00 +0000 (14:04 +0300)]
fixed memory overcommitment
dynamic domain creation

4 years agostill need to find THE bug
Anatoly [Tue, 29 Oct 2019 14:47:39 +0000 (17:47 +0300)]
still need to find THE bug
probability is high its in the final part

4 years agopre rebuild state
Anatoly [Tue, 29 Oct 2019 11:52:24 +0000 (14:52 +0300)]
pre rebuild state

5 years agoreworked on RVec
Anatoly Titov [Fri, 11 Jan 2019 10:03:31 +0000 (13:03 +0300)]
reworked on RVec
+ added fit func inside

5 years agoreworked on RVec
Anatoly Titov [Fri, 11 Jan 2019 10:00:14 +0000 (13:00 +0300)]
reworked on RVec

5 years agominor fixes
Anatoly Titov [Wed, 19 Dec 2018 10:59:13 +0000 (13:59 +0300)]
minor fixes

6 years agocleaned up for diploma
Anatoly Titov [Tue, 6 Jun 2017 08:37:10 +0000 (11:37 +0300)]
cleaned up for diploma

7 years agoadded extra comments while finding domains
Anatoly Titov [Wed, 5 Apr 2017 20:32:23 +0000 (23:32 +0300)]
added extra comments while finding domains

7 years agoadded new domain searching algo (<=)
Anatoly Titov [Wed, 5 Apr 2017 13:24:14 +0000 (16:24 +0300)]
added new domain searching algo (<=)
fixed a few constants

7 years agochanged the way frames are analyzed
Anatoly Titov [Mon, 27 Feb 2017 12:18:11 +0000 (15:18 +0300)]
changed the way frames are analyzed

7 years ago- changed the way data stored while work in progress
Anatoly Titov [Mon, 20 Feb 2017 23:02:59 +0000 (02:02 +0300)]
- changed the way data stored while work in progress
- added extra comments while work in progress

7 years agochanged saving method
Anatoly Titov [Mon, 13 Feb 2017 12:03:38 +0000 (15:03 +0300)]
changed saving method

7 years agoadded selectable constants
Anatoly Titov [Mon, 6 Feb 2017 13:54:40 +0000 (16:54 +0300)]
added selectable constants

7 years agofixes
Anatoly Titov [Thu, 22 Dec 2016 12:48:21 +0000 (15:48 +0300)]
fixes

7 years agoOpenMP enable
Alexey Shvetsov [Thu, 22 Dec 2016 12:13:36 +0000 (15:13 +0300)]
OpenMP enable

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
7 years agoAdd openmp
Alexey Shvetsov [Thu, 22 Dec 2016 12:04:33 +0000 (15:04 +0300)]
Add openmp

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
7 years agomore fixes
Anatoly Titov [Thu, 22 Dec 2016 11:56:22 +0000 (14:56 +0300)]
more fixes

7 years agomore fixes
Anatoly Titov [Thu, 22 Dec 2016 11:44:35 +0000 (14:44 +0300)]
more fixes

7 years agofixed local misspellings
Anatoly Titov [Thu, 22 Dec 2016 11:39:53 +0000 (14:39 +0300)]
fixed local misspellings

7 years agoremade writing output file function
Anatoly Titov [Thu, 22 Dec 2016 11:38:52 +0000 (14:38 +0300)]
remade writing output file function

7 years agoInitial version of gmx domains imported from domain branch
Alexey Shvetsov [Thu, 22 Dec 2016 10:49:03 +0000 (13:49 +0300)]
Initial version of gmx domains imported from domain branch

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>