Last active
July 20, 2016 20:06
-
-
Save allenluce/04242eef9df7baa49b9e7bee7230794b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calc.Dimension = &[2]map[string]*int32{ | |
{ | |
"dim1": i(31), | |
"dim2": i(37), | |
"dim3": i(41), | |
"dim4": i(43), | |
}, | |
{ | |
"dim5": i(47), | |
"dim6": i(53), | |
"dim7": i(59), | |
"dim8": i(61), | |
}, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HamilVector := map[int]int{ | |
12: 398392, | |
13: 302039, | |
14: 283929, | |
15: 294383, | |
16: 278844, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment