Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Fchl main #37

Merged
merged 20 commits into from
Mar 1, 2018
Merged

Fchl main #37

merged 20 commits into from
Mar 1, 2018

Conversation

andersx
Copy link
Member

@andersx andersx commented Mar 1, 2018

Adding FCHL to develop branch

@andersx andersx merged commit ac67c22 into develop Mar 1, 2018
andersx added a commit that referenced this pull request Mar 2, 2018
* option to calculate only subset of atoms in local representations (#26)

* option to calculate only subset of atoms in local representations
* added reference calculation of representations
* finalized reference testing

* fixed error in test

* Atomic kernels memory (#27)

* Added local kernels and tests for local kernels

* Slatm (#28)

* Updated SLATM, removed ASE, updated docs, updated SLATM tests case

* Added F90 version of get_sbot in SLATM

* Added F2py implementation of get_sbop in slatm

* Fixed remaining issues with f90-slatm, works for global and local now.

* Added testcases for local SLATM

* Removed dead code from slatm.py

* Linear kernel (#29)

* Added linear kernel and test

* Updated documentation for kernels and removed compiler warning (from frepresentations)

* Added global ARAD kernel and test

* Linalg (#30)

* Added MKL discovery

* Updated cho_solve and cho_invert, so input is conserved

* Added busch-kaufman factorization solver and inversion (DSYTRS)

* Linear kernel (#31)

* Added linear kernel and test

* Updated documentation for kernels and removed compiler warning (from frepresentations)

* Added global ARAD and linear global kernel

* Corrected ARAD global kernel to L2 distance

* Bob bug (#33)

* Fixed ordering in Bob, added integration test

* Tightened threshold in Bob integration test to 2.8 kcal/mol

* Fchl main (#37)

* Added ARAS->FCHL code

* updated fchl kernels code

* Cleaned up FCHL code, parallelized weight ksi functions

* Factor 4 speed in three-body term

* Updated alchemy and speed

* Added global FCHL kernel

* Fixed initialization bug in FCHL global kernel

* Fixed clearing of self-dotprodicts, and removed excessive OMP memory use

* More parallelization issues fixed in FCHL

* Fixed 3-body parallelization, added atomic kernels, added option for no alchemy

* Fixed parallelization memory, added force kernels to FCHL

* Added two- and three-body exponenets as parameters

* Added alchemy module, added custom alchemy vectors.

* Updated parallelization etc.

* Fchl module (#34)

* Updated to module and added screening function

* Fixed bug in cut-off function.

* Removed debug output from cut-off function.

* Added FCHL to develop branch

* Updated clang->gcc in macos installation instructions, hattip geoff hutchison

* Updated autodeployment to GH pages and PyPI
andersx added a commit that referenced this pull request Mar 2, 2018
* option to calculate only subset of atoms in local representations (#26)

* option to calculate only subset of atoms in local representations
* added reference calculation of representations
* finalized reference testing

* fixed error in test

* Atomic kernels memory (#27)

* Added local kernels and tests for local kernels

* Slatm (#28)

* Updated SLATM, removed ASE, updated docs, updated SLATM tests case

* Added F90 version of get_sbot in SLATM

* Added F2py implementation of get_sbop in slatm

* Fixed remaining issues with f90-slatm, works for global and local now.

* Added testcases for local SLATM

* Removed dead code from slatm.py

* Linear kernel (#29)

* Added linear kernel and test

* Updated documentation for kernels and removed compiler warning (from frepresentations)

* Added global ARAD kernel and test

* Linalg (#30)

* Added MKL discovery

* Updated cho_solve and cho_invert, so input is conserved

* Added busch-kaufman factorization solver and inversion (DSYTRS)

* Linear kernel (#31)

* Added linear kernel and test

* Updated documentation for kernels and removed compiler warning (from frepresentations)

* Added global ARAD and linear global kernel

* Corrected ARAD global kernel to L2 distance

* Bob bug (#33)

* Fixed ordering in Bob, added integration test

* Tightened threshold in Bob integration test to 2.8 kcal/mol

* Fchl main (#37)

* Added ARAS->FCHL code

* updated fchl kernels code

* Cleaned up FCHL code, parallelized weight ksi functions

* Factor 4 speed in three-body term

* Updated alchemy and speed

* Added global FCHL kernel

* Fixed initialization bug in FCHL global kernel

* Fixed clearing of self-dotprodicts, and removed excessive OMP memory use

* More parallelization issues fixed in FCHL

* Fixed 3-body parallelization, added atomic kernels, added option for no alchemy

* Fixed parallelization memory, added force kernels to FCHL

* Added two- and three-body exponenets as parameters

* Added alchemy module, added custom alchemy vectors.

* Updated parallelization etc.

* Fchl module (#34)

* Updated to module and added screening function

* Fixed bug in cut-off function.

* Removed debug output from cut-off function.

* Added FCHL to develop branch

* Updated clang->gcc in macos installation instructions, hattip geoff hutchison

* Updated autodeployment to GH pages and PyPI

* Updated version number
@andersx andersx deleted the fchl_main branch July 25, 2018 09:44
zaspel pushed a commit to zaspel/qml that referenced this pull request Jul 29, 2019
* Added ARAS->FCHL code

* updated fchl kernels code

* Cleaned up FCHL code, parallelized weight ksi functions

* Factor 4 speed in three-body term

* Updated alchemy and speed

* Added global FCHL kernel

* Fixed initialization bug in FCHL global kernel

* Fixed clearing of self-dotprodicts, and removed excessive OMP memory use

* More parallelization issues fixed in FCHL

* Fixed 3-body parallelization, added atomic kernels, added option for no alchemy

* Fixed parallelization memory, added force kernels to FCHL

* Added two- and three-body exponenets as parameters

* Added alchemy module, added custom alchemy vectors.

* Updated parallelization etc.

* Fchl module (qmlcode#34)

* Updated to module and added screening function

* Fixed bug in cut-off function.

* Removed debug output from cut-off function.

* Added FCHL to develop branch
zaspel pushed a commit to zaspel/qml that referenced this pull request Jul 29, 2019
* option to calculate only subset of atoms in local representations (qmlcode#26)

* option to calculate only subset of atoms in local representations
* added reference calculation of representations
* finalized reference testing

* fixed error in test

* Atomic kernels memory (qmlcode#27)

* Added local kernels and tests for local kernels

* Slatm (qmlcode#28)

* Updated SLATM, removed ASE, updated docs, updated SLATM tests case

* Added F90 version of get_sbot in SLATM

* Added F2py implementation of get_sbop in slatm

* Fixed remaining issues with f90-slatm, works for global and local now.

* Added testcases for local SLATM

* Removed dead code from slatm.py

* Linear kernel (qmlcode#29)

* Added linear kernel and test

* Updated documentation for kernels and removed compiler warning (from frepresentations)

* Added global ARAD kernel and test

* Linalg (qmlcode#30)

* Added MKL discovery

* Updated cho_solve and cho_invert, so input is conserved

* Added busch-kaufman factorization solver and inversion (DSYTRS)

* Linear kernel (qmlcode#31)

* Added linear kernel and test

* Updated documentation for kernels and removed compiler warning (from frepresentations)

* Added global ARAD and linear global kernel

* Corrected ARAD global kernel to L2 distance

* Bob bug (qmlcode#33)

* Fixed ordering in Bob, added integration test

* Tightened threshold in Bob integration test to 2.8 kcal/mol

* Fchl main (qmlcode#37)

* Added ARAS->FCHL code

* updated fchl kernels code

* Cleaned up FCHL code, parallelized weight ksi functions

* Factor 4 speed in three-body term

* Updated alchemy and speed

* Added global FCHL kernel

* Fixed initialization bug in FCHL global kernel

* Fixed clearing of self-dotprodicts, and removed excessive OMP memory use

* More parallelization issues fixed in FCHL

* Fixed 3-body parallelization, added atomic kernels, added option for no alchemy

* Fixed parallelization memory, added force kernels to FCHL

* Added two- and three-body exponenets as parameters

* Added alchemy module, added custom alchemy vectors.

* Updated parallelization etc.

* Fchl module (qmlcode#34)

* Updated to module and added screening function

* Fixed bug in cut-off function.

* Removed debug output from cut-off function.

* Added FCHL to develop branch

* Updated clang->gcc in macos installation instructions, hattip geoff hutchison

* Updated autodeployment to GH pages and PyPI
zaspel pushed a commit to zaspel/qml that referenced this pull request Jul 29, 2019
* option to calculate only subset of atoms in local representations (qmlcode#26)

* option to calculate only subset of atoms in local representations
* added reference calculation of representations
* finalized reference testing

* fixed error in test

* Atomic kernels memory (qmlcode#27)

* Added local kernels and tests for local kernels

* Slatm (qmlcode#28)

* Updated SLATM, removed ASE, updated docs, updated SLATM tests case

* Added F90 version of get_sbot in SLATM

* Added F2py implementation of get_sbop in slatm

* Fixed remaining issues with f90-slatm, works for global and local now.

* Added testcases for local SLATM

* Removed dead code from slatm.py

* Linear kernel (qmlcode#29)

* Added linear kernel and test

* Updated documentation for kernels and removed compiler warning (from frepresentations)

* Added global ARAD kernel and test

* Linalg (qmlcode#30)

* Added MKL discovery

* Updated cho_solve and cho_invert, so input is conserved

* Added busch-kaufman factorization solver and inversion (DSYTRS)

* Linear kernel (qmlcode#31)

* Added linear kernel and test

* Updated documentation for kernels and removed compiler warning (from frepresentations)

* Added global ARAD and linear global kernel

* Corrected ARAD global kernel to L2 distance

* Bob bug (qmlcode#33)

* Fixed ordering in Bob, added integration test

* Tightened threshold in Bob integration test to 2.8 kcal/mol

* Fchl main (qmlcode#37)

* Added ARAS->FCHL code

* updated fchl kernels code

* Cleaned up FCHL code, parallelized weight ksi functions

* Factor 4 speed in three-body term

* Updated alchemy and speed

* Added global FCHL kernel

* Fixed initialization bug in FCHL global kernel

* Fixed clearing of self-dotprodicts, and removed excessive OMP memory use

* More parallelization issues fixed in FCHL

* Fixed 3-body parallelization, added atomic kernels, added option for no alchemy

* Fixed parallelization memory, added force kernels to FCHL

* Added two- and three-body exponenets as parameters

* Added alchemy module, added custom alchemy vectors.

* Updated parallelization etc.

* Fchl module (qmlcode#34)

* Updated to module and added screening function

* Fixed bug in cut-off function.

* Removed debug output from cut-off function.

* Added FCHL to develop branch

* Updated clang->gcc in macos installation instructions, hattip geoff hutchison

* Updated autodeployment to GH pages and PyPI

* Updated version number
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant