Burkhard would like to also have the second and third example of HarmOscillator/Gaussian_1D
check if there is an updated tensor library with the smaller fixes done
review precompiled headers: are there any additional headers that one could include for a speed gain?
Unary operations on operators are missing. In particular "operator-(Operator&)" is not implemented
clean up the Readme. Preferably, split it into a Readme and a Compilation Howto. Expand the compilation howto to a more step-by-step description that builds everything; ignorant users are confused by too many options, others can figure out things on their own (maybe final section "advanced issues")
for the virtual machine, set up everything such that plotting with matplotlib works out of the box, including a template with the "%%..." settings => postponed to [#249]
implemented the other harmonic oscillator examples
no updates to tensor library
cleaned up precompiled headers a little, no significant changes in build times
added unary operator "-"
instead of a compilation Howto, modified the Vagrantfile to build most dependencies from vcpkg. That can then serve as a compilation template. Merged the VirtualMachine Readme and the normal readme into a more comprehensive document (and shorter, because most details are offloaded to the Vagrantfile)
--- old+++ new@@ -1,3 +1,4 @@* Burkhard would like to also have the second and third example of HarmOscillator/Gaussian_1D
* check if there is an updated tensor library with the smaller fixes done
* review precompiled headers: are there any additional headers that one could include for a speed gain?
+* Unary operations on operators are missing. In particular "operator-(Operator&)" is not implemented
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -2,3 +2,4 @@* check if there is an updated tensor library with the smaller fixes done
* review precompiled headers: are there any additional headers that one could include for a speed gain?
* Unary operations on operators are missing. In particular "operator-(Operator&)" is not implemented
+* clean up the Readme. Preferably, split it into a Readme and a Compilation Howto. Expand the compilation howto to a more step-by-step description that builds everything; ignorant users are confused by too many options, others can figure out things on their own (maybe final section "advanced issues")
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -3,3 +3,4 @@* review precompiled headers: are there any additional headers that one could include for a speed gain?
* Unary operations on operators are missing. In particular "operator-(Operator&)" is not implemented
* clean up the Readme. Preferably, split it into a Readme and a Compilation Howto. Expand the compilation howto to a more step-by-step description that builds everything; ignorant users are confused by too many options, others can figure out things on their own (maybe final section "advanced issues")
+* for the virtual machine, set up everything such that plotting with matplotlib works out of the box, including a template with the "%%..." settings
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -3,4 +3,4 @@* review precompiled headers: are there any additional headers that one could include for a speed gain?
* Unary operations on operators are missing. In particular "operator-(Operator&)" is not implemented
* clean up the Readme. Preferably, split it into a Readme and a Compilation Howto. Expand the compilation howto to a more step-by-step description that builds everything; ignorant users are confused by too many options, others can figure out things on their own (maybe final section "advanced issues")
-* for the virtual machine, set up everything such that plotting with matplotlib works out of the box, including a template with the "%%..." settings+* -for the virtual machine, set up everything such that plotting with matplotlib works out of the box, including a template with the "%%..." settings- => postponed to [#249]
--- old+++ new@@ -3,4 +3,4 @@* review precompiled headers: are there any additional headers that one could include for a speed gain?
* Unary operations on operators are missing. In particular "operator-(Operator&)" is not implemented
* clean up the Readme. Preferably, split it into a Readme and a Compilation Howto. Expand the compilation howto to a more step-by-step description that builds everything; ignorant users are confused by too many options, others can figure out things on their own (maybe final section "advanced issues")
-* -for the virtual machine, set up everything such that plotting with matplotlib works out of the box, including a template with the "%%..." settings- => postponed to [#249]+* <s>for the virtual machine, set up everything such that plotting with matplotlib works out of the box, including a template with the "%%..." settings</s> => postponed to [#249]
--- old+++ new@@ -4,3 +4,11 @@* Unary operations on operators are missing. In particular "operator-(Operator&)" is not implemented
* clean up the Readme. Preferably, split it into a Readme and a Compilation Howto. Expand the compilation howto to a more step-by-step description that builds everything; ignorant users are confused by too many options, others can figure out things on their own (maybe final section "advanced issues")
* <s>for the virtual machine, set up everything such that plotting with matplotlib works out of the box, including a template with the "%%..." settings</s> => postponed to [#249]
++----++* implemented the other harmonic oscillator examples+* no updates to tensor library+* cleaned up precompiled headers a little, no significant changes in build times+* added unary operator "-"+* instead of a compilation Howto, modified the Vagrantfile to build most dependencies from vcpkg. That can then serve as a compilation template. Merged the VirtualMachine Readme and the normal readme into a more comprehensive document (and shorter, because most details are offloaded to the Vagrantfile)
Diff:
Diff:
Diff:
Diff:
Related
Tickets: #249
Diff:
Related
Tickets: #249
Diff:
Related
Tickets: #249