Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
22
Star
73
Fork
60
ITensor
/
ITensor
Code
Issues
3
Pull requests
5
Projects
0
Insights
Pulse
Graphs
Update myappname.cc
#93
Merged
emstoudenmire
merged 1 commit into
ITensor
:
master
from
mingruyang
:
patch-1
Apr 2, 2016
Conversation
1
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
60f24dd
Update myappname.cc
mingruyang
Apr 2, 2016
1 file
Jump to file
No files or symbols found.
+1
−1
myappname.cc
tutorial/project_template/myappname.cc
+1
−1
Unified
Split
Show comments
View
2
tutorial/project_template/myappname.cc
@@ -26,7 +26,7 @@ main(int argc, char* argv[])
b
(
"
B
"
,
4
);
ITensor
T
(a,b);
-
T =
randomize
(T);
+
randomize
(T);
//
The %f formatting flag below tells printfln to
//
show the ITensor's data.
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.