-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhistory2nrg.txt
920 lines (912 loc) · 14.1 KB
/
history2nrg.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
sudo apt install software-center
sudo apt install synaptic
sudo apt-get install gparted
sudo apt-get update
sudo apt-get install python3.6
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.6
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
sudo apt-get install r-base
cd /media/cifucito
ls
cd MATHWORKS_R2015a
ls
sudo ./install
cd matlab
cd /matlab
cd ..
ls
cd cifucito
ls
cd ..
ls
cd /matlab
ls
cd usr
ls
cd lib
ls
cd /media/cifucito
cd MATHWORKS_R2015a
sudo ./install
cd ..
ls
cd usr
ls
cd local
ls
cd MATLAB
LS
ls
cd R2015a
ls
cd licenses
ls
sudo sudo rm network.lic
ls
cd ..
sudo cp network.lic licenses/
ls
sudo cp -r /home/cifucito/Downloads/network.lic.txt licenses
cd licenses
ls
cd ..
ls
cd usr
ls
cd local
cd MATLAB
ls
pwd
cd ..
ls
cd media
ls
cd cifucito
ls
cd MATHWORKS_R2015a
ls
sudo ./install
cd ..
ls
cd usr
ls
cd bin
ls
cd matlab
matlab
cd /usr/local/MATLAB/R2015a/licenses
ls
sudo rm network.lic.
sudo rm network.lic
sudo rm network.lic.txt
ls
cd ..
sudo cp -r /home/cifucito/Downloads/network.lic licenses
cd licenses
ls
cd ..
ls
cd bin
ls
matlab
cd Downloads
ls
wc
echo $PWD
matlab
sudo apt-get install matlab-support
matlab
sudo matlab
matlab
cd Dropbox
ipython notebook
sudo update
sudo apt get update
sudo apt-get update&&sudo apt-get dist-upgrade
apt-get update
sudo apt-get update
sudo apt-get upgrade
sudo add-apt-repository ppa:texlive-backports/ppa
sudo apt-get update
sudo apt-get install texlive
cd Dropbox
ipython notebook
cd Dropbox
ls
ipython notebook
cd ..
ls
cd usr
ls
cd share
cd latex
ls
cd texlive/texmf-dist/tex
ls
cd latex
sudo mkdir iopart
cp -rf /home/Downloads/ioplatexguidelines iopart
sudo cp -rf /home/Downloads/ioplatexguidelines iopart
sudo cp -rf /home/cifucito/Downloads/ioplatexguidelines iopart
cd iopart
ls
cd ioplatexguidelines
ls
sudo apt-get update
sudo apt-get install enchant
sudo apt-get update
ioplatexguidelines
sudo texhash
cd Downloads
ls
cd Zotero_linux-x86_64
la
sudo ./zotero
sudo ./run-zotero.sh
./run-zotero.sh
sudo ./run-zotero.sh
cd Dropbox
ipython notebook
cd ..
ls
cd nrgcode/
ls
cd TwoChNRG/
ls
ls doc/
less Notes_CFS_NRG.pdf
less Using_PBS_in_Wilson.txt
cd $TWOCHDIR
ls -tlr
cd Runs/
cd run1
ls -ltr
vi input_nrg.dat
./NRG_main > output_FirstRun.txt
less output_FirstRun.txt
cd ..
ls -ltr
cd ..
ls
less src/
ls -ltr
cd src/
less
ls
ls *switch*
ls *witch*
less CodeHandler_ModelSwitch.cpp
grep * OneChQS_Set
less CodeHandler_ModelSwitch.cpp
grep if [ -z $TWOCHDIR ]; then
fi
grep OneChQS_SetAnderson_Hm1
grep OneChQS_SetAnderson_Hm1 *
less ConductanceClass.cpp
less CodeHandler_ModelSwitch.cpp
grep OneChQS_SetAnderson_Hm1 *
cd Main/
grep OneChQS_SetAnderson_Hm1 *
less Main_SetH0
less Main_SetH0.cpp
cd ..
cd Runs/
ls -ltr
cd run1
less output_FirstRun.txt
cd ..
ls
cd ..
ls
src/
cd src/
ls
cd Main/
ls -ltr
ls -ltr NRG_main.cpp
cd ..
cd Runs/run1/
less output_FirstRun.txt
git
sudo apt get install git
sudo apt-get install git
mkdir github
cd github
cd ..
mv github nrgcode
cd nrgcode
git clone https://github.com/lgds/TwoChNRG.git
ls
cd TwoChNRG/
ls
sudo apt-get install liblapack
sudo apt-get install libblas-dev liblapack-dev
sudo apt-get install libgsl0ldbl
sudo apt-get install libgsl2
sudo apt-get install gsl-bin libgsl0-dev
sudo apt-get install boost
sudo apt-get install libboost-all-dev
cd src/
cd Main/
ls -ltr
cd ..
ls
cd ..
ls
less README
cd doc/
ls
less Compiling_NRG_Code.txt
vi ~/.bashrc
less Compiling_NRG_Code.txt
vi ~/.bashrc
source ~/.bashrc
vi ~/.bashrc
source ~/.bashrc
echo $TWOCHDIR
cd $TWOCHDIR
cd src/Main/
ls
make
g++
less Makefile
vi Makefile
make
ls
cd ..;
cd Runs/
ls
mkdir run2
mkdir run3
ls -ltr
cd run1
ls
ln -s /home/cifucito/nrgcode/TwoChNRG/src/Main/NRG_main
ls -ltr
./NRG_main -h
cd ..
cd doc/
ls
less Using_NRG_main.txt
less Compiling_NRG_Code.txt
less Using_NRG_main.txt
ls
cd nrgcode/
ls
cd TwoChNRG/
ls
cd docs
cd doc
ls
cat Using_RunScripts_NRG.txt
ls
cd nrgcode/
ls
cd TwoChNRG/
ls
cd Runs
ls
cd run1
ls
ls -ltr
vi input_nrg.dat
ls
cd nrgcode
ls
cd TwoChNRG/
cd
ls
cd nrgcode
cd TwoChNRG/
ls
clear
ls
ls doc
ess ~/.bash_history
less ~/.bash_history
cd nrgcode/
cd TwoChNRG/
cd Runs
cd run1
lsw
ls -ltr
./NRG_main > output_FirstRun.txt
less output_FirstRun.txt
sudo apt-get update
sudo apt-get install texlive-bibtex-extra
cd ..
cd..
cd ..
ls
cd usr
ls
cd local
ls
cd ..
ls
cd bin
ls
cd \texlive
ls
cd nrgcode
ls
cd TwoChNRG/
ls
cd Runs/
ls
cd run2
ls
less input_nrg.dat
ls -ltr
vi input_nrg.dat
cd nrgcode/
cd TwoChNRG/
cd Runs/
ls
cd run2
ls
./NRG_main > output_Run2.txt
ls
less NRG_in.txt
less NRG_end.txt
less output_Run2.txt
ls -ltr
cd ..
ls
cd ..
ls
less src
less src/
cd src/
ls
ls *switch*
ls *witch*
less CodeHandler_ModelSwitch.cpp
grep * OneChQS_Set
cd ..
cd Runs/
ls
mkdir run4
mkdir run5
mkdir run6
cd run3
ls
vi input_nrg.dat
cd nrgcode/
cd TwoChNRG/
cd Runs/
cd run3
./NRG_main > output_Run3.txt
cd ..
ls
cd run4
ls
./NRG_main > output_Run.txt
cd ..
cd run5
ls
./NRG_main > output_Run.txt
sudo apt-get install texlive-latex-extra
sudo apt-get install texlive-publishers
cd Dropbox/
ls
cd Master\ Project/
ls
cd nrgcode/
ls
ipython notebook
git
cd nrgcode/
git init
git commit 'initialized'
git clone https://github.com/cifu9502/nrg.git
ls
cd nrg
ls
git add*
git add *
git
git commit 'adding energies and constants'
git commit -m 'adding energies and constants'
git config --global user.email "jd.cifuentes998@gmail.com"
git config --global user.name "cifu9502"
git commit -m 'adding energies and constants'
git push
ls
ipython notebook
cd nrgcode/
git add *
git commit -m 'matlab'
git push
cd nrg/
git add *
git commit -m 'matlab
git commit -m 'matlab'
git push
cd nrgcode/
ls
cd nrg/
ls
ipython notebook
cd nrgcode/
ls
cd nrg/
ls
cd TwoChNRG/src/
less CodeHandler_ModelSwitch.cpp
grep chi_m1 *.cpp
grep chi_m1 *.cpp | less
cd ..
ls
git add *
git commit -m 'matlab file E0 complete '
git push
cd nrgcode/
ls
cd nrg/
ls
ipython notebook
cd nrgcode/
cd
cd nrgcode/
cd nrg/
ls
cd TwoChNRG/
ls
cd Runs/
cd Run6
ls
cd run6
ls
./NRG_main
./NRG_main > output_Run.txt
ls
cd nrgcode/
cd nrg/
cd TwoChNRG/
cd Runs/
cd run6
ls
./NRG_main > output_Run.txt
cd ..
ls
cd run1
ls
gedit ~/.bashrc".
cd ..
cd ..
c
cd ..
ls
gedit ~/.bashrc".
vi $HOME/.bashrc
less $HOME/.bashrc
source ~/.bashrc
cd nrgcode/
cd nrg/
ls
cd TwoChNRG/
ls
cd Runs/
ls
cd run6
ls
./NRG_main > output_R[un.txt
vi $HOME/.bashrc
echo $TWOCHDIR
vi $HOME/.bashrc
$source .bashrc
cd ..
$source .bashrc
cd ..
$source .bashrc
source $HOME/.bashrc
echo $TWOCHDIR
ls
vi $.bashrc
source $home/.bashrc
vi $HOME/.bashrc
source $home/.bashrc
source $HOME/.bashrc
$source .bashrc
source .bashrc
echo $TWOCHDIR
vi $HOME/.bashrc
cd m
ls
cd nrgcode/
ls
cd nrg/
ls
ipython notebook
source $HOME/.bashrc
echo $TWOCHDIR
ls
cd nrgcode/
cd TwoChNRG/
ls
cd Runs/
ls
cd run6
ls
cd ..
git init
git add *
git commit -m 'matlab file E0 complete '
git push
git remote https://github.com/cifu9502/nrg.git
git clone https://github.com/cifu9502/nrgcode.git
ls
cd nrgcode
ls
cd ..
ls
git clone https://github.com/cifu9502/nrgcode.git
ls
cd nrgcode
ls
git add *
git commit -m 'initialized, matlab, ipython '
git push
cd TwoChNRG/
ls
cd Runs
cd Run6
cd run6
ls
./NRG_main > output_Run.txt
cd ..
ls
ipython notebook
ls
cd nrgcode/
cd TwoChNRG/
ls
cd ..
git add TwoChNRG/
git commit -m 'adding run files'
cd TwoChNRG/
ls
git add *
git commit -m 'adding run files'
git push
cd ..
git push
cd TwoChNRG/
git push
git config --global push.default matching
git push
cd ..
git add --all
git commit -am "adding run-files"
git push
git add TwoChNRG/\\*
git add TwoChNRG/ *
git commit -am "adding run-files"
git push
cd TwoChNRG/
ls
git add --all
git commit -am "adding run-files"
git push
git add .
git commit -am "adding run-files"
git push origin master
cd ..
git add .
git commit -am "adding run-files"
git push origin master
git add . --force
git commit -am "adding run-files"
git push
cd TwoChNRG/
git add . --force
git commit -am "adding run-files"
git push
git remote set-url origin https://github.com/cifu9502/nrgcode/TwoChNRG.git
git add . --force
git commit -am "adding run-files"
git push
git remote set-url origin https://github.com/cifu9502/nrgcode.git
git add . --force
git commit -am "adding run-files"
git push
cd ..
git pull
cd TwoChNRG/
git pull
git add .
git commit -am "adding run-files"
git push
git add .
git commit -am "adding run-files"
git push
cd nrgcode/
ls
cd TwoChNRG/
ls
ipython notebook
ls
cd Downloads/
ls
sudo ./Mathematica_11.1.1_LINUX(1).sh
sudo ./Mathematica_11.1.1_LINUX.sh
sudo ./Mathematica_11.1.1LINUX.sh
ls
sudo ./Mathematica_11.1.1LINUX.sh
chmod +x Mathematica_11.1.1LINUX.sh.sh
sudo chmod +x Mathematica_11.1.1LINUX.sh.sh
sudo chmod +x Mathematica_11.1.1LINUX.sh
sudo ./Mathematica_11.1.1LINUX.sh
ls
./example1.cpp
g++ prog1.cpp
g++ example1.cpp
ls
./a.out
g++ example1.cpp
./a.out
emacs
ls
cd Main/
ls
emacs Main_SetH0.cpp
ls
cd Main/
ls
./Main_SetH0.cpp
ls
./NRG_main
emacs new.cpp
cd Main/
ls
g++ new.cpp new.out
g++ new.cpp
cd
ls
./a.out
g++ new.cpp
./a.out
cd Main/
ls
./a.out
g++ new.cpp
./a.out
g++ new.cpp
./a.out
cd Main/
ls
emacs Main_SetH0.cpp
cd ..
ls
cd nrgcode/
ls
cd TwoChNRG/
ls
cd src/
ls
cd TwoQdsMn/
ls
emacs TwoQd_Mj_SetH0.cpp
./TwoQd_Mj_SetH0.cpp
ls
g++ TwoQd_Mj_SetH0.cpp
ls
./a.out
g++ TwoQd_Mj_SetH0.cpp
./a.out
g++ TwoQd_Mj_SetH0.cpp
./a.out
g++ TwoQd_Mj_SetH0.cpp
clear
g++ TwoQd_Mj_SetH0.cpp
./a.out
g++ TwoQd_Mj_SetH0.cpp
./a.out
g++ TwoQd_Mj_SetH0.cpp
./a.out
g++ TwoQd_Mj_SetH0.cpp
./a.out
g++ TwoQd_Mj_SetH0.cpp
./a.out
g++ TwoQd_Mj_SetH0.cpp
./a.out
g++ TwoQd_Mj_SetH0.cpp
./a.out
cd Main/
ls
g++ new.cpp
./a.out
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update
sudo apt-get install spotify-client
cd nrgcode/
cd TwoChNRG/
ls
cd src/
ls
clear
cd Main/
ls
g++ NRG_main.cpp
gcc -c -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp
ls
gcc -c -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp NRG_main.out
gcc -c -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp
gcc -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp
man gcc
gcc -c -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp NRG_main.out
gcc -c -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp NRG_main.o
gcc -c -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp
gcc -c -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/srcD NRG_main.cpp
gcc -c -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src -L/home/cifucito/nrgcode/TwoChNRG/include -L/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp
gcc -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src -L/home/cifucito/nrgcode/TwoChNRG/include -L/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp
gcc -Wall -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src -L/home/cifucito/nrgcode/TwoChNRG/include -L/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp
gcc -Wall -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src -L/home/cifucito/nrgcode/TwoChNRG/include -L/home/cifucito/nrgcode/TwoChNRG/src -lm NRG_main.cpp
gcc -Wall -o -lm -I/home/cifucito/nrgcode/TwoChNRG/include -I/home/cifucito/nrgcode/TwoChNRG/src -L/home/cifucito/nrgcode/TwoChNRG/include -L/home/cifucito/nrgcode/TwoChNRG/src NRG_main.cpp
make
ls
cp NRG_main Run
cd Run
ls
cd ..
./Run/NRG_main
ls
cd Run/
ls
./NRG_main
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run/
ls
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
cd Run
ipython notebook
ls
cd nrgcode/
ls
cd TwoChNRG/
ls
cd Runs/
ls
ls
./NRG_main
./NRG_main -m 1chNupPdn_Majorana
./NRG_main -m 1chNupPdn_Majorana> output.txt
./NRG_main -m 1chNupPdn_Majorana-> output.txt
./NRG_main -m -> output.txt
cd ..
cd run6
./NRG_main -m 1chNupPdn_Majorana-> output.txt
./NRG_main -m 1chNupPdn_Majorana> output.txt
./NRG_main -> output.txt
cd ..
cd run7
./NRG_main -> output_Run.txt
./NRG_main -> output_Run.txt
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
./NRG_main -m 1chNupPdn_Majorana
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
cd ..
ls
cd src/
cd Main/
ls
cd Run
cd ..
make
cd Run
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
cp NRG_main Run
cd Run
ls
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd nrgcode/
cd TwoChNRG/
cd src/
cd Main/
make
cp NRG_main Run
cd Run/
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run/]
cd Run/
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd..
cd ..
make
cp NRG_main Run
cd Run/
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run/
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run/
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run/
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run/
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
make
cp NRG_main Run
cd Run/
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
cd ..
cd..
cd ..
git add *
git commit -am "Modifying Majorana code"
git push
cd nrgcode/
cd TwoChNRG/
cd src/
cd Main/
ls
cd Run
ipython notebook
cd nrgcode/TwoChNRG/include/
grep OneChNupPdn_Hm1_Majorana *.hpp
emacs NRG_main.hpp &
cd nrgcode/
cd TwoChNRG/
cd src/
cd Main/
grep OneChNupPdn_Hm1_Majorana *.cpp
make
cp NRG_main Run
make clean
make
cp NRG_main Run
cd Run/
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
emacs output_Run.txt
emacs output_Run.txt &
cd ..
./NRG_main -m 1chNupPdn_Majorana> output_Run.txt
mv output_Run.txt ./Run/
cd Run/
ls -ltr
rm -f NRG_main
ln -s ../NRG_main
ls -ltr
cd ..
make
cd Run/