Skip to content

Commit

Permalink
modified the input 'rd.in' for some of the derivative_structure_gener…
Browse files Browse the repository at this point in the history
…ator:map_dvector_permutation tests. These had originally been written using an input file for hex or hcp that had only about 4 digits of precision. This would cause the code itself to change with the new 'equal' routine. The new input files should mimic the original tests but without so much 'noise' from finite precision errors.
  • Loading branch information
Gus Hart committed Apr 10, 2019
1 parent 8141f0e commit 0047cf2
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 28 deletions.
12 changes: 8 additions & 4 deletions .gitignore
Expand Up @@ -4,9 +4,6 @@
\#*
.#*

# Unit Testing
staging/

# Compiled Object files
src/compile.log
*.slo
Expand Down Expand Up @@ -43,7 +40,14 @@ version.enum

# Test folders
unittests/
stagging/
staging/

#Atom/Latex files
*.aux
*.fdb_latexmk
*.fls
*.log
*.synctex.gz

#Mac dung
.DS_Store
@@ -1,4 +1,4 @@
# <fortpy version="1" template="real"></fortpy>
0.49999999999999989 -2.5979607526516180E-004
0.28897511999999975 4.4997999999984989E-004
0.81649658000000003 -4.0000000416390380E-008
0.50000000000000000 0.0000000000000000
0.28897511999999992 0.0000000000000000
0.81649658000000003 0.0000000000000000
@@ -1,4 +1,4 @@
# <fortpy version="1" template="real"></fortpy>
0.49999999999999989 -2.5979607526532833E-004
0.28897511999999975 4.4997999999949910E-004
0.81649658000000003 1.1102230246251564E-016
0.50000000000000000 0.0000000000000000
0.28897511999999992 0.0000000000000000
0.81649658000000003 0.0000000000000000
@@ -1,4 +1,4 @@
# <fortpy version="1" template="real"></fortpy>
0.49999999999999989 -2.5979607526532833E-004
0.28897511999999975 4.4997999999949910E-004
0.81649658000000003 -4.0000000416390380E-008
0.50000000000000000 0.0000000000000000
0.28897511999999992 0.0000000000000000
0.81649658000000003 0.0000000000000000
@@ -1,4 +1,4 @@
# <fortpy version="1" template="real"></fortpy>
0.49999999999999989 2.5979607526480921E-004
0.28897511999999975 4.4997999999984989E-004
0.81649658000000003 1.1102230246251564E-016
0.50000000000000000 0.0000000000000000
0.28897511999999992 0.0000000000000000
0.81649658000000003 0.0000000000000000
@@ -1,4 +1,4 @@
# <fortpy version="1" template="real"></fortpy>
0.49999999999999989 2.5979607526480921E-004
0.28897511999999975 4.4997999999984989E-004
0.81649658000000003 -4.0000000416390380E-008
0.50000000000000000 0.0000000000000000
0.28897511999999992 0.0000000000000000
0.81649658000000003 0.0000000000000000
@@ -1,4 +1,4 @@
# <fortpy version="1" template="real"></fortpy>
0.49999999999999989 2.5979607526493975E-004
0.28897511999999975 4.4997999999949910E-004
0.81649658000000003 1.1102230246251564E-016
0.50000000000000000 0.0000000000000000
0.28897511999999992 0.0000000000000000
0.81649658000000003 0.0000000000000000
@@ -1,4 +1,4 @@
# <fortpy version="1" template="real"></fortpy>
0.49999999999999989 2.5979607526493975E-004
0.28897511999999975 4.4997999999949910E-004
0.81649658000000003 -4.0000000416390380E-008
0.50000000000000000 0.0000000000000000
0.28897511999999992 0.0000000000000000
0.81649658000000003 0.0000000000000000
@@ -1,4 +1,4 @@
# <fortpy version="1" template="real"></fortpy>
0.49999999999999989 -2.5979607526516180E-004
0.28897511999999975 4.4997999999984989E-004
0.81649658000000003 1.1102230246251564E-016
0.50000000000000000 0.0000000000000000
0.28897511999999992 0.0000000000000000
0.81649658000000003 0.0000000000000000

0 comments on commit 0047cf2

Please sign in to comment.