mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2025-01-02 09:35:39 +01:00
Removed derviatives
This commit is contained in:
parent
7762ffac4f
commit
778b0cc826
@ -51,10 +51,6 @@ for filename in files:
|
||||
dims[current_prop] = line.split(':')[1].strip()
|
||||
|
||||
|
||||
import numerical_derivatives as deriv
|
||||
properties += map(lambda x: ["double precision", "d_var_"+x.lower(), "(size_d_var_"+x.lower()+")"], deriv.vectors)
|
||||
properties += map(lambda x: ["double precision", "d_var_"+x.lower(), "(7)"], deriv.scalars)
|
||||
|
||||
|
||||
def sq(item):
|
||||
return [item[0], item[1]+"_2", item[2]]
|
||||
|
@ -60,7 +60,6 @@ subroutine run_qmc(cpu0)
|
||||
use f77_zmq
|
||||
implicit none
|
||||
include '../types.F'
|
||||
include '../deriv_var.F'
|
||||
|
||||
integer*8 :: cpu0
|
||||
integer :: isize, i, j, ierr
|
||||
|
Loading…
Reference in New Issue
Block a user