foxtran

Results 13 comments of foxtran

@pseewald, @Jellby, any updates? @Jellby, could you please provide tests?

Hello! I found the problem under Win10 + Choco (CMake 3.22.1/mingw GCC 11.2.0/Makefile) There is a patch that fixes problems with ``` 13 - CBLAS-xscblat1 (Failed) 16 - CBLAS-xdcblat1 (Failed)...

Hello! Am I right that this issue is about something like `y = \int f(X(t)) dt` where `f(..)` is some regression?

> I think the only change would be the loss function - which would use eval_diff_tree_array. From my point of view, it requires to update `equation_search` in SymbolicRegression.jl to accept...

> Oh maybe you mean something different. Probably... It is just from specific of my dataset in which I have a set of integrals which has different number of points....

> In any case, have you tried using the Fortran77Extended and Fortran77Legacy parsers? Yes, I have tried to do it, but it was not successful.

It seems to me that it is only one way to declare the value of parameter: initialize it in line, where parameter statement is set. And also, gfortran produces the...

Maybe not lexer, but something else should be failed. :-)

The following code is also correct: ```fortran program main integer :: val double precision :: val end ``` And type-checker says that val is double-precisioned: ``` main_val1 DoublePrecision Variable ```

> The changes in `src/type/molecule.f90` seem unrelated to the ESP fix. Can you provide a reproducer which fails with the previous setup? I do not remember exactly on which machine...